/*First level menu start*/
UL.menu, UL.menu UL {
	display: block;
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

UL.menu {
	width: 475px;
}

UL.menu LI {
	height: 29px;
	float: left;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	cursor: hand;
}

UL.menu LI A {
	font: bold 11px Arial, Helvetica, Sans-serif;
	text-decoration: none;
	color: #02679D;
	height: 14px;
	line-height: 14px;
	border-right: 2px solid #02679D;
	margin-top: 9px;
	padding: 0px 12px 0px 12px;
}

UL.menu LI A.lastL1MenuItem {
	border-right: none;
}

UL.menu LI A:hover {
	text-decoration: none;
}

UL.menu LI.current, UL.menu LI.over, UL.menu LI.sub {
}

UL.menu LI.current A, UL.menu LI.over A, UL.menu LI.sub A {

}

/*First level menu end*/


/*Second level menu start*/
UL.menu UL {
	display: none;
	position: absolute;
	left: -1px;
	top: 30px;
	border: 1px solid	#02679E;
	background-color: #E9F2F4;
	width: 182px;
	padding-bottom: 3px;
	z-index:15;
}

UL.menu UL.firstL2Menu {
	left: -9px;
}

UL.menu LI.sub UL {
	display: block;
}

UL.menu LI UL LI {
	height: 20px;
	display: block;
	background-image: none;
	background-color: #B7D2ED;
	border-width: 3px 3px 0px 3px;
	border-style: solid;
	border-color: #E9F2F4;
	z-index:15;
}

UL.menu LI UL LI A {
	width: 172px;
	padding: 0px;
	margin: 0px;
	margin-left: 4px;
	font: bold 10px Verdana;
	display: block;
	line-height: 20px;
	text-align: left;
	border: none;
}

UL.menu LI.current UL LI A, UL.menu LI.over UL LI A, UL.menu LI.sub UL LI A {
	color: blue;
}

UL.menu LI UL LI.current A, UL.menu LI UL LI.over A, UL.menu LI UL li.sub A {
	color: white;
}

UL.menu LI UL LI.current, UL.menu LI UL LI.over, UL.menu LI UL li.sub {
	background-color: #00669B;
}
/*Second level menu end*/



