/* STYLES
------------------------------------------------------------------------------------ */

#menu{
	display:block;
	clear:both;
	margin:30px 0 0 180px; 
	float:left;
	background:#00308c;
	width:720px;
	}

body.black-white #menu,
body.black-yellow #menu{
	background:#000;
}

#menu ul li {
	background:#00308c;
	border:1px solid #fff;
	margin:-1px;
}

#menu ul li li{
	margin:0px !important;
	margin-bottom:-1px !important;
	margin-left:-1px !important;
	}
	
body.black-yellow #menu ul li li{
	border:1px solid #000;
	margin-bottom:-1px !important;
	margin-left:-1px !important;
	}

body.black-white #menu ul li li{
	border:1px solid #000;
	margin-bottom:-1px !important;
	margin-left:-1px !important;
	}

body.black-white #menu ul li{
	background:#000;
	border:1px solid #fff;
	}
body.black-yellow #menu ul li{
	background:#000;
	border:1px solid yellow;
	}

#menu ul li a{	
	color:#fff;
	font-size:16px;
	text-decoration:none;
	padding:0 20px 0 17px;
	height:35px; line-height:35px;
	white-space:nowrap;

	}


body.black-white #menu ul li a{
	color:#fff;
	}
body.black-yellow #menu ul li a{
	color:yellow;
	}

#menu ul li a.last{
	background-image:none !important;
}

#menu a.selected{
	background:#668c00 !important;	
	}
	
body.black-yellow #menu a.selected{
	background:yellow !important;
	color:#000 !important;
}	

body.black-white #menu a.selected{
	background:#fff !important;
	color:#000 !important;
}

#menu ul li a:hover{
	background:#668c00;	
	text-decoration:underline;
	}
	
body.black-white #menu ul li a:hover{
	background:#FFF;
	color:#000 !important;
}

body.black-yellow #menu ul li a:hover{
	background:yellow;
	color:#000 !important;
}
	
#menu ul li:hover{
	background:#668c00 !important;	
	}
	
body.black-yellow #menu ul li:hover{
	background:yellow;
	color:#000 !important;
	border:1px solid #000;
}
body.black-white #menu ul li:hover{
	background:#fff;
	color:#000 !important;
}	

#menu ul ul{
	background:#00308c;	
	}
	
body.black-yellow #menu ul ul{
	background:#000;
	color:yellow;
}
body.black-white #menu ul ul{
	background:#000;
	color:#fff;
}	
	
#menu ul ul	ul{
	background:#668c00;
	}
	