body {
	background-color: #2e0000;
}

.menustyle{
	font: bold 13pt verdana;
	font-variant: small-caps;
	background:url("../nav/topbg.jpg") repeat-x;
	border: 0px;
	padding: 1px;
	margin: 0px;
	text-align:center;
	width:1024px;
	display:block;
	z-index:100;
}

.menustyle a{
color: #ffffff;
text-decoration: none;
}

.menustyle a:hover{
background:url("../nav/tophover.jpg") repeat-x;
color: black;
}

.menustyle a.selected{
background:url("../nav/tophover.jpg") repeat-x;
color: #2e0000;
}

.menustyle:after{ 
display: inline;
content: ""; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dropmenudiv{
position:absolute;
top: 0;
font: bold 12pt verdana;
font-variant: small-caps;
line-height:18px;
z-index:100;
background:url("../nav/ddbg.jpg") repeat;
visibility: hidden; 
}


.dropmenudiv a{
width: auto;
display: block;
text-align: center;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background:url("../nav/ddhover.jpg") repeat-x;
color: #2e0000;
}