﻿
.topUL {
	height: 30px;
	width: 555px;
	overflow: hidden;
	text-align:right;
}
.topUL li {
	float: left;
}

.topUL a, .topUL a:hover {
	text-decoration: none;
}
.menu {
	height: 32px;
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	font-size: 9px;
	position: relative;
	top: -32px;
	left: 0;
	margin-bottom: -32px;
}
/* reset */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul ul {
	width: 113px;
}

/* 1st level */
.menu a, .menu a:visited {
	float: left;
	display: block;
	font-size: 9px;
	text-decoration: none;
	cursor: pointer;
	height: 33px;
	line-height: 29px;
	text-transform: uppercase;
}
.menuTopLink a:hover, .homeLi a:hover, a.menuTopLink .menuHome {
	text-decoration: none;
}


.menu ul li .leftFlyout, .menu ul li a.leftFlyout {
	width: 109px;
}
.menu a:hover {
	color: #000;
}






.menuItem {
	width: 104px;
	text-align: left;
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	line-height: 30px;
	background-image: url( "/web/design/images/bgSep.png" );
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 5px;
}
.menuTopLink .menuItem {
	margin-left: 0;
	text-align: center;
}
.homeLi .menuItem {
	background-image: none;
}
.menu ul ul .menuItem {
	padding: 0 0 3px 0;
	background-image: none;
	line-height: normal;
}
.menuItemCurrent, .menuItemCurrent a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}


/* hide the sub levels */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: auto;
	top: 30px;
	width: 113px;
	background: url(/web/design/images/menu-drop-bg.png) no-repeat bottom;
	cursor: pointer;
}
.menu ul ul li {
	background: none;
	padding: 5px 0;
}


/* 2nd level links */
.menu ul ul a, .menu ul ul a:visited {
	color: #000;
	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;
}

