@charset "UTF-8";
#MenuBar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	height: auto;
	list-style-type: none;
}
#MenuBar1 li {
	float: left;
}
#MenuBar1 li ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}


#MenuBar1 li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
#MenuBar1 li ul {
	list-style-type: none;
	background-color: #e3e8ee;
	padding: 0px;
	margin: 0px;
	width: 195px;
	position: absolute;
	left: -999px;
}
#MenuBar1 li li a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 181px;
}
#MenuBar1 li a:hover , #MenuBar1 li:hover{
	background-color: #033a70;
	color: #00F;
}
#MenuBar1 li li a:hover {
	color: #333333;
	background-color: #cfd9e5;
}
#MenuBar1 li:hover ul, #MenuBar1 li li:hover ul {
	left: auto;
}
.a {
	color: #969;
}
