.chromestyle{
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 0;
	margin-top: 0;
	width: 780px;
	height: 24px;
	border-left: 2px solid #000;
	border-right: 4px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.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;*/
border-bottom: solid 2px #000000;
background-color: #169b16;
width: 782px;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
	display: inline;
	margin: 0px 5px;
}

.chromestyle ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	padding: 0px 5px;
	text-decoration: none;
	border-left: solid 2px #169b16;
	border-right: solid 2px #169b16;
}

.chromestyle ul li a:hover{
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
}

/*.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE
}*/

/*.chromestyle ul li a[rel]:after{  /*HTML to indicate drop down link*
content: " v";
/*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 Verdana;
line-height: 18px;
z-index: 3;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #169b16; /*#F0F0F0;*/
}