#nav, #nav ul{
	list-style-type:		none;
	list-style-position:	outside;
}

#nav ul {
	margin:					0px;
	padding:				0px;
	//line-height:			31px; 
}

#nav {
	position:				relative;
	z-index:				50;
	margin-top:				0px;
	margin-left:			0px;
	padding:				0px;
	padding-left:			14px;
}

.level1, .likeMenu, .level1selected .likeMenu {
	//line-height:		31px !important;
	line-height:		36px;
	height:				36px;
	float:				left;
	font-family:		Georgia !important;
	font-size:			13px;
	letter-spacing:		1px;
}

#nav a, a.likeMenu{
	display:			block;
	color:				white;
	text-decoration:	none;
}

.leftCorner {
	display:			block;
	margin-top:			-1px;
	//margin-left:		-1px;
	float:				left;
	background-image:	url(../images/leftCorner.png);
	background-repeat:	no-repeat;
	width:				5px;
	margin-right:		10px;
	height:				36px;
}

.rightCorner {
	display:			block;
	float:				right;
	background-image:	url(../images/rightCorner.png);
	background-repeat:	no-repeat;
	width:				5px;
	margin-left:		10px;
	margin-top:			0px;
	height:				36px;
}


.level1 a {
	text-align:			left;
	background-color:	#b21112;
}

.level1 a:hover, .level1 a.selected {
	background-color:	#004b8d;

}

#nav > li > a, a.likeMenu {
	border:				none;
	text-align:			left;
}

#nav ul a {
	background-color:	#023e77;
	color:				white;
	border-bottom:		1px solid #cccccb;
}

#nav ul a:hover {
	background-image:	none;
	background-color:	#336391;
	color:				white;
}
 
#nav li{
	float:				left;
	position:			relative;
}

#nav ul {
	position:			absolute;
	display:			none;
	left:				0em;
}

#nav li ul a{
	float:				left;
	width:				209px;
	text-indent:		10px;
	height:				28px;
	line-height:		28px;
	font-family:		Arial !important;
	letter-spacing:		0px;
	font-size:			12px;
	background-color:	#d7414a;
}

#nav li ul a:hover {
	background-color:	#2a6aa3;
}

#nav ul ul{
	top:				auto;
}	

#nav li ul ul {
	left:				197px;
	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 {
	text-align:			left;
	background-image:	none;
}

#nav a:hover, a.likeMenu:hover {
	color:				white;
}

