#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; 
	font-size:	12px;
	font-family:	Verdana;
}

#nav ul li ul li{
	font-size:		10px;
}

#nav ul {
	position:	relative;
	z-index:	50;
}

.level1, .likeMenu {
	//line-height: 30px !important;
	//padding-left:	20px !important;
	//padding-right: 20px !important;
}


#nav a, a.likeMenu{
	display:block;
	padding:0px 5px;
	color:#00477d;
	text-decoration:none;
	background-image: url(../images/menuSepLine.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:	#e9ac04;
	font-family:	Arial;
	margin-left: 2px;
}

#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:				29px;
	line-height:		32px;
	padding-left:		15px;
	padding-right:		15px;
	border:				none;
	text-align:			center;
}

#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:12em;
	top:2em;
	left:0em;
}

#nav li ul a{
	width:12em;
	height:auto;
	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;
}


div.leftMenuCorner {
	display:			block;
	float:				left;
	height:				29px;
	width:				200px;
	background-image:	url(../images/topMenuLeftPart.jpg);
}


#nav li ul li a {
	line-height:		auto;
	height:				auto;
	text-align:			left;
	background-image:	none;
}

li {
	
}

#menuTop {
	background-image:	url(../images/menuBg.jpg);
	background-position:right;
	background-repeat:	no-repeat;
	height:				29px;
}

a.likeMenu {
	float: left;
}

