.chromestyle{
font-weight: bold;
z-index: 200;
position: relative;
padding:0;
margin:0;
}

#chromemenu {
	width: 1000px;
	margin:0;
	padding:0;
	height: auto;
	position: relative;
	padding-top: 1px;
	top: 198px;
	z-index: 500;
}


.active a{
background: url(dropdown_repeat.jpg) center center repeat-x; /*THEME CHANGE HERE*/
border: 1px white solid;
}

.active a[rel]:after{ /*HTML to indicate drop down link*/
content: " " url(dropdown.jpg); /*uncomment this line to use an image instead*/
}

.chromestyle ul{
position: absolute;
background: none; /*THEME CHANGE HERE*/
padding: 1px 0;
margin: 0;
top:0; 
left:0;
width: 1000px;
text-align: center;
z-index: 200;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding-right:6px;
padding-left: 6px;
padding-top: 5px;
border-right: 2px solid #000000;
padding-bottom: 9px;
padding-top: 8px;
}

.chromestyle ul li a{
color: #ffffff;
margin: 0;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding-right:6px;
padding-left: 6px;
padding-top: 5px;
padding-bottom: 5px;
border: 1px #656565 solid;

}

.chromestyle ul li a:hover{
background: url(dropdown_repeat.jpg) center center repeat-x; /*THEME CHANGE HERE*/
border: 1px white solid;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: url(dropdown.jpg); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:550;
background-color: #5E5E5E;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 1px solid #848484; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}


.dropmenudiv a:visited {
	color: white;
}

#hopto_table {
	z-index: 500;
}

#hopto_table a:link{
	color: black;
}

#hopto_table a:visited{
	color: black;
}

#hopto_table a:hover{
	color: black;
	text-decoration: underline;
}

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

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

.chromestyle li a:link {
	color: white;
}

.chromestyle li a:visited { 
	color: white;
}

.chromestyle li a:hover {
	color: white;
}

#chromemenu a:link, #chromemenu a:visited { text-decoration: none; }
