#nav, #nav ul{
	list-style-type:		none;
	list-style-position:	outside;
	position:				relative;
	line-height:			31px; 
	font-size:				12px;
	font-family:			Verdana;
	font-weight:			bold;
	z-index:				500;
}

#nav ul {
	margin:					0px;
	padding:				0px;
}

#nav {
	position:				relative;
	width:					545px;
	margin-left:			-42px;
	//margin-left:			0px;
	//left:					-2px;
	margin-top:				-11px;
	//margin-top:			auto;
	//margin-bottom:		-11px;
}

#nav ul li ul li{
	font-size:				10px;
}

#nav ul {
	position:				relative;
	z-index:				50;
}

.level1, .likeMenu {
	//line-height:			31px !important;
}

#nav a, a.likeMenu{
	display:			block;
	color:				white;
	text-decoration:	none;
	background-color:	#1e457a;
	font-family:		Tahoma;
	font-weight:		bold;
	margin-left:		1px;
}

.level1 a {
	width:				108px;
	text-align:			left;
	text-indent:		10px;
	padding:			0px !important;
}

.level1 ul a {
	text-indent:		5px;
}

#nav a:hover, a.likeMenu:hover{
	background-image:	url(../images/menuHoverBg.jpg);
	background-repeat:	repeat-x;
	color:				#e9ac04;
	background-color:	#00477d;
}

#nav > li > a, a.likeMenu {
	height:				31px;
	line-height:		32px;
	border:				none;
	text-align:			left;
}

#nav ul a {
	background-color:	#023e77;
	color:				white;
}

#nav ul a:hover {
	background-image:	none;
	background-color:	#336391;
	color:				white;
}
 
#nav li{
	float:				left;
	position:			relative;
}

#nav ul {
	position:			absolute;
	display:			none;
	width:				14em;
	top:				29px;
	left:				0em;
}

#nav li ul a{
	width:				14em;
	height:				31px;
	float:				left;
}

#nav ul ul{
	top:				auto;
}	

#nav li ul ul {
	left:				12em;
	margin:				0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:			none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul{
	display:			block;
	z-index:			50;
}

a.hasSub, a.hasSub:hover {
	background-image:	url(../images/subArrow.gif) !important;
	background-position:right center !important;
	background-repeat:	no-repeat !important;
}

#nav li ul li a {
	line-height:		auto;
	height:				auto;
	text-align:			left;
	background-image:	none;
}


