﻿.menu 
{
	height: 32px;
	position: relative;
	z-index: 99;
	margin-top:-33px;
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	font-size:12px;

}
/* reset */
.menu ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul ul 
{
	width: 143px;
}
.menu li 
{
	float: left;
	position: relative;
	text-align: left;
}
/* 1st level */
.menu a, 
.menu a:visited 
{
	float:left;
	display: block;
	font-size: 11px;
	text-decoration: none;
	cursor:pointer;
	height: 33px;
	line-height: 29px;
	padding-top:6px;
	text-transform:uppercase;
	margin-right:5px;
	
}
.menu ul li
{
	background: url(/web/design/images/menu-tab-bg-last.png) no-repeat;
}
.menu ul li .leftFlyout,
.menu ul li a.leftFlyout
{
	width: 156px;
}
.menu a:hover
{
	color:#000;
}
.menuItem
{
	width:139px;
	text-align:center;
	display:block;	
	color: #006ab6;
	text-decoration: none;
	text-transform:uppercase;
	cursor:pointer;
	letter-spacing:-1px;
	overflow:hidden;
}
.menu ul ul .menuItem
{
	padding:0 0 7px 0;
}
.menuItemCurrent
{
	color:#006bb6;
}


/* hide the sub levels */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: auto;
	top:33px;
	left: 0;
	width: 143px;
	background: url(/web/design/images/menu-drop-bg.png) no-repeat bottom;
	cursor:pointer;
	
}
.menu ul ul li
{
	background:none;
}


/* 2nd level links */
.menu ul ul a, 
.menu ul ul a:visited 
{
	color: #000; 
	height: 100%; 
	line-height: normal;
	margin: 0;
}
/* make the 2nd level visible when hover on first level list OR link */
.menu ul li:hover ul, 
.menu ul a:hover ul 
{
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul 
{
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul 
{
	visibility: visible;
}






/*Sub menu--------------------------------------------------------------*/

/*Reset items for menu*/
.subMenu ul,
.subMenu li
{
	margin:0;
	padding:0;
	list-style-type: none;
	line-height:0;
	font-size:0;
}
.subMenu ul li a
{
	text-transform:uppercase;
	text-decoration:none;
}
.subMenu span
{
	display:block;
	padding:5px 5px 5px 0;
	line-height:14px;
	font-size:12px;
}
.subMenu ul .subLevel1Current 
{
	background:url(/web/design/images/submenu-level1-bg.gif) no-repeat;
	background-position: left top;
}
.subMenu a,
.subMenu a:visited
{
	text-transform:uppercase;
	text-decoration:none;
	color:#c1cd23;
}
.subLevel1 a,
.subLevel1 a:visited
{
	color:#c1cd23;
}
.subLevel1Current a,
.subLevel1Current a:visited
{
	color:#006AB6;
	font-weight:bold;
}
.subLevel2,
.subLevel2 a,
.subLevel2 a:visited
{
	color:#006AB6;
	font-weight:normal;
}
.subLevel2Current a,
.subLevel2Current a:visited
{
	color:#006AB6;
	font-weight:bold;
}
.subMenu ul ul .subLevel2Current
{
	background:url(/web/design/images/submenu-level2-bg.gif) no-repeat;
	background-position: left top;
	color:#006AB6;
}
.subLevel1 span
{
	margin-left:40px;
}
.subLevel2 span
{
	margin-left:50px;
}
.subMenu ul .subSeperator
{
	border-bottom:1px solid #c2cd23;
	padding:0;
	height:1px;
	line-height:0;
}
.subMenu ul ul .subSeperator
{
	display:none;
	height:1px;
	line-height:0;
	margin:0;
	padding:0;
	font-size:1px;
}

