@charset "utf-8";
/* CSS Document */

#theMenu {
	font-family:"Lucida Sans", sans-serif;
	font-size:11px;
	color:#FFF;
}


#theMenu .noSpace {
	list-style:none;
	padding-left:20px;
	padding-right:10px;
	margin:0px;
	line-height:15px;
	
}


#theMenu .menu {
	background-color:#5da6db;	
	display:none;	
	width:222px;
	/*font-weight:bolder;*/
}

#theMenu a {
	color:#003366;
	text-decoration:none;
	
}

#theMenu a:hover{
	color:#f0db04;
	font-weight:bold;
	/*padding-left:5px;*/	
}

	

#theMenu .button {
	width:207px;
	/*font:"Lucida Sans", sans-serif;
	color:#FFF;
	font-size:12px;
	letter-spacing:1px;
	line-height:12px;*/	
	background:#025394;cursor:pointer;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;	
	
}

#theMenu .button:hover {
	color:#f0db04;
}

#theMenu .Border {
	border-bottom:solid thin #FFF;
}

#theMenu .selected {
	color:#f0db04;
	font-weight:bold;
	/*padding-left:5px;*/
}

#theMenu .black {
	color:#ffffff;
}

#theMenu .black:hover {
	padding-left:0px;
	font-weight:normal;
}


