#nav, #nav ul{
	list-style-type:		none;
	list-style-position:	outside;
	position:				relative;
	//margin-top:			+0px;
}

#nav ul {
	margin:					0px;
	padding:				0px;
}

#nav {
	position:				relative;
	width:					800px;
	z-index:				50;
	//margin-bottom:		-11px;
}

#nav .level1 a.selected, #nav .level1 a:hover  {
	color:					white !important;
}

#nav ul {
	position:				relative;
	z-index:				50;
}

.level1, .likeMenu, .level1selected .likeMenu {
}

#nav a, a.likeMenu{
	display:				block;

	text-decoration:		none;
}

#nav ul {

}

#nav > li > a, a.likeMenu {
	height:					33px;
	border:					none;
	text-align:				left;
}

.level1 a {
	width:					125px;
	height:					45px;
	text-align:				center !important;
	background-position:	top left;
	background-repeat:		no-repeat;
	font-size:				15px;
	font-family:			Arial;
	font-weight:			bold;
	font-style:				italic;
	color:					white;
	line-height:			33px;
}

#nav > li > ul > li > a, #nav > li > ul > li > ul > li > a {
	text-indent:			10px;
	padding-left:			4px;
	font-style:				normal;
	font-size:				12px;
	font-weight:			normal;
}

#nav > li > ul > li > a:hover, #nav > li > ul > li > ul > li > a:hover {
	background-color:		#ff5500;
	background-image:		none !important;
}

#nav ul a {
}

#nav ul a:hover {
	background-image:		none;
	background-color:		none; 
	color:					white;
	
}

.level1 ul {
	background-position:	bottom right;
	background-color:		#04346e;
}

#nav li{
	float:					left;
	position:				relative;
}

#nav ul {
	position:				absolute;
	display:				none;
	width:					192px;
	top:					33px;
	left:					0em;
}

#nav li ul a{
	width:					192px;
	height:					31px;
	float:					left;
}

#nav ul ul{
	top:					auto;
}	

#nav li ul ul {
	left:					11.4em;
	top:					8px;
	margin:					0px 0 0 0px;
}

#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:	183px center !important;
	background-repeat:		no-repeat !important;
}

#nav li ul li a {
	line-height:			20px;
	height:					auto;
	text-align:				left !important;
	background-image:		none;
}

#nav a:hover, a.likeMenu:hover {
	color:					white;
}

.level1 a:hover, .selected {
	color:					white !important;
	background-image:		url(../images/menuHover.jpg) !important;
}

.level1 {
	background-repeat: no-repeat;
}

#nav a {
	color:		white !important;
}

#nav ul li ul {
	background-position:	-40px bottom;
}