body { background-color: #000; }
.chromestyle{ color: #ccc; font-size: 11px; font-family: verdana; width: 100%; font-weight: 400; position: relative; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.highlight {
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}

.chromestyle ul{ background-color: #000; background-repeat: repeat-x; background-attachment: scroll; background-position: center; width: 100%; padding: 4px 0; margin: 50px 0 0; text-align: right; border-top: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000;
}

.chromestyle ul li a:hover{ color: #f60; background-color: #000; background-repeat: repeat-x; background-attachment: scroll; background-position: center;
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ 
content: " v";
content: " " url(../images/bgimage.gif); 
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ color: #000; position:absolute; top: 0; font:12px/18px verdana; z-index:100; background-color: #ccc; width: 200px; visibility: hidden; border-color: #000; border-style: solid; border-width: 1px 1px 0; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{ width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0; text-decoration: none; font-weight: 400; color: black; font-size: 11px; font-family: verdana; }

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
p { color: #ccc; font-size: 12px; font-family: verdana; text-align: left; padding: 10px; }
h3 { color: #ccc; font-size: 14px; font-family: verdana; text-align: left; margin: 0; padding: 0 10px; border-bottom: 1px dotted #ccc; }
#customers { color: #666; font-size: 14px; text-decoration: blink; }
