#nav, #nav ul{
	list-style-type:		none;
	list-style-position:	outside;
	position:				relative;
	line-height:			40px; 
	//margin-top:			+0px;
	font-size:				14px;
	font-weight:			300;
	font-family:			Tahoma;
}

#nav ul {
	margin:					0px;
	padding:				0px;
}

#nav {
	position:				relative;
	width:					887px;
	margin-left:			-33px;
	z-index:				50;
	//margin-left:			8px;
	//margin-bottom:		-11px;
	margin-top:				0px;
}

#nav .level1 a.selected, #nav .level1 a:hover  {
	background-color:		#2f6797;
}

#nav ul {
	position:				relative;
	z-index:				50;
}

.level1, .likeMenu, .level1selected .likeMenu {
	//line-height:			40px !important;
}

#nav a, a.likeMenu{
	display:				block;
	color:					white;
	text-decoration:		none;
	font-family:			Tahoma;
	font-size:				14px;
	font-weight:			bold;
}

.level1 a {
	width:					147px;
	text-align:				center;

	background-image:		none !important;
}

#nav > li > a, a.likeMenu {
	height:					40px;
	line-height:			40px;
	border:					none;
	text-align:				center;
}

#nav > li > ul > li > a, #nav > li > ul > li > ul > li > a {
	padding-left:			10px;
}

#nav ul a {
	background-color:		#023e77;
	color:					white;
	border-bottom:			1px solid #eaf6e6;
	font-size:				12px;
}

#nav ul a:hover {
	background-image:		none;
	background-color:		#2f6797;
	color:					white;
}

#nav li{
	float:					left;
	position:				relative;
}

#nav ul {
	position:				absolute;
	display:				none;
	width:					11.3em;
	top:					40px;
	left:					0em;
}

#nav li ul a{
	width:					12.1em;
	height:					31px;
	float:					left;
}

#nav ul ul{
	top:					auto;
}	

#nav li ul ul {
	left:					9.7em;
	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/arrow.gif) !important;
	background-position:	right center !important;
	background-repeat:		no-repeat !important;
}

#nav li ul li a {
	line-height:			20px;
	height:					auto;
	text-align:				left;
	background-image:		none;
}

#nav a:hover, a.likeMenu:hover {
	color:					white;
}
