#menu{
	width: 760px;
	background-image: url(images/hg.jpg);
}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
	width: 100%;
	margin-left: 3;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #CC0000;
}


#menu ul li{
display: inline;
}


#menu ul li a{
float: center;
height: 27px;
color: #ffffff;
font: bold 12px Arial, Helvetica, sans-serif;
padding: 6px 8px 6px 8px;
text-decoration: none;
background: url(images/divider.jpg) center right no-repeat; 
}

#menu ul li a:hover{
color: #CC0000;
}

#menu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: ".";
color: #333333;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px/18px Arial, Helvetica, sans-serif;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{
	background-color: #F0F0F0;
	color: #CC0000;

}
.bg {
	background-image: url(images/hg.jpg);
}
.white {
	background-color: #FFFFFF;
}
