	#menubar 
	{
		font-family: Verdana;
		font-size: 11px;
		position:absolute;
		top:88px;
		left:12px;
		width:100%;
		background-color:#660000;
		border:0px solid #AD5800;
		padding:2px;
		padding-left:40px;
		text-align:left;
	}
	#menubar a {
		font-family: Verdana;
		font-size: 11px;
		color:White;
		letter-spacing:-1;
		border:1px solid #AA0000;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;
		width:95;
		text-align:center;
	}
	#menubar a.active {
		border-bottom-color:#CCC599;
		border-right-color:#CCC599;
		border-left-color:#FFFFFF;
		border-top-color:#FFFFFF;
	}
	.menu .options {
		margin-left:1px;
		margin-bottom:1px;
		margin-top:1px;
		margin-right:1px;
		border-left:2px dotted #880000;
		border-right:2px dotted #880000;
		background-color:#CC9999;
	}
	.menu a 
	{
		font-family: Verdana;
		font-size: 11px;
		color:#AA0000;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		text-align: left;
		background-color:transparent;
	}
	.menu a:hover {
		background-color:#660000;
		color:White;
	}
