.chromestyle{
	width: 1000px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 1000px;
background: url(http://www.gamedevguide.com/images/menubar.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 12px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 11px;
margin: 0;
text-decoration: none;
border-right: 1px solid #999999;
}

.chromestyle ul li a:hover{
background: url(http://www.adigitaldreamer.com/chrometheme/dh-over_03.gif) center center repeat-x; /*THEME CHANGE HERE*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
}


.chromestyle {
position:relative;
height:2.45em;
}
.chromestyle ul{
position:absolute;
}

