.chromestyle{
font-size: 13px;
	color: #000000;
	padding-left: 8px;
	padding-right: 15px;
	padding-top: 10px;
}

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

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(pcnetbg.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(pcnetbg.png); /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*THEME CHANGE HERE*/
border-bottom:1px dotted #333333;
	font-size: 11px;
	color: #000000;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-color: #FFFFFF;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-right: 1px dotted #333333;
	border-left: 1px dotted #333333;
	/*THEME CHANGE HERE*/
padding: 4px 4px;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}

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

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