#menubar
{
	font-family: Verdana;
	font-size: 11px;
	position: absolute;
	top: 94px;
	left: 0px;
	width: 100%;
	background-color: Transparent;
	border: 0px solid #E5E5E5;
	padding: 2px;
	padding-left: 3px;
	text-align: left;
}
#menubar a
{
	color: White;
	font-family: Georgia, Verdana;
	font-size: 11px;
	border-left: solid 12px Silver;/*#398DAB;*/
	letter-spacing: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	height: 10px;
	text-align: left;
	display: table-cell;
	width: 95px;
}
#menubar a.active
{
	color: Black;
	border-left: solid 12px Orange;
	background-color: #CCCCFF;/*#398DAB;*/
}
.menu .options
{
	margin: 1px;
	border: 2px solid Orange;
	background-color: #CCCCFF;/*#398DAB;*/
	padding: 3px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.menu a
{
	font-family: Georgia,Verdana;
	line-height: normal;
	font-size: 10px;
	color: Black;
	display: block;
	padding: 2px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border: solid 1 #CCCCFF;/*#398DAB;*/
}
.menu a:hover
{
	background-color: Silver;
	color: #1A1A1A;
	border: solid 1 #1A1A1A;
}

