﻿/* Menubar Container */
#menuwrapper {
	width: 100%;
	z-index: 99;
	/* border-top: 1px solid #92a7b1;
	border-bottom: 1px solid #92a7b1;
	background-color: #c6c6c6;
	background-repeat: repeat-x; */
}
/*Clears the floated menu items.*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
This sets font for just the menu. Do not add a font-size here
it is set under #menubar a.
*/
#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	text-align: center;
	z-index: 99;
}
/*
Main menu Links
Font-size is set here and will apply to all menu levels.
*/
#menubar a {
	display: block;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	/* border-bottom: 1px solid #92a7b1; */
	font-size: 10pt;
	color: #666666;
}

/*
The top and bottom padding assigned this element must be the same as
that assigned to the #menubar a.
*/
#menubar a.trigger {
	padding: 6px 16px 6px 10px;
	background-repeat: no-repeat;
	background-position: right center;
}
/*
The main menu list items.*/
#menubar li {
	/* display: block; */
	float: left;
	/* width: 171px; */
}
/*
Sets width for sub-menu box and the list items inside.*/
#menubar li ul, #menubar ul li  {
	width: 22em;
	text-align: left;
}
/*
The sub-menu links. */
#menubar ul li a  {
	color: #666666;
	border-right: FDE8B7;
	padding: 3px 12px 3px 16px;
}
/*
Sub-menu unordered lists 
Background color must be set or problems will be encountered in MSIE.
*/
#menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFCC00;
	border-right: 1px solid #FDE8B7;
	/* border-bottom: 1px solid #92a7b1; */
	background-repeat: repeat-x;
}

#menubar li:hover a, 
#menubar a:focus,
#menubar a:active,  
#menubar li.hvr a
{
	color: #666666;
	background-color:  #FDE8B7;
}
/*
Set the sub-nenu UL to be visible when its associated
main menu link is moused over. 
*/
#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}
/*
Sets the text color of the sub links when the main menu items 
are moused over. The color set should march the normal sub links 
link color in the rule: menubar ul li a.
*/
#menubar li:hover ul a, #menubar li.hvr ul a {
}
/*The normal hover class for sub-menu links.*/
#menubar ul a:hover {
	background-color: #FDE8B7!important;
	color: #666666!important;
}
/* 
The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
*/
#menubar li {width: auto;}

#CintigyMenu p.TopLineMenu a, 
#CintigyMenu p.TopLineLogin a
{
    text-decoration:none;
    font-size:10pt;
    color:#666666;
}

#CintigyMenu p.TopLineMenu a:hover,
#CintigyMenu p.TopLineMenu a:focus,
#CintigyMenu p.TopLineMenu a:active, 
#CintigyMenu p.TopLineLogin a:hover,
#CintigyMenu p.TopLineLogin a:focus,
#CintigyMenu p.TopLineLogin a:active
{
    text-decoration:underline;
	/* background-color:  #FFCC00; */
}

#CintigyMenu div.TopLineMenu
{
	float: left;
}

#CintigyMenu div.TopLineLogin
{
	float: right;
}

#CintigyMenu div.TopLineMenu a, 
#CintigyMenu div.TopLineLogin a
{
    text-decoration:none;
    font-size:10pt;
    color:#666666;
}

#CintigyMenu div.TopLineMenu a:hover,
#CintigyMenu div.TopLineMenu a:focus,
#CintigyMenu div.TopLineMenu a:active, 
#CintigyMenu div.TopLineLogin a:hover,
#CintigyMenu div.TopLineLogin a:focus,
#CintigyMenu div.TopLineLogin a:active
{
    text-decoration:underline;
	/* background-color:  #FFCC00; */
}
