.chromestyle
{width: 100%;
font-weight: bold;
}

.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 rgb(250,240,200);
width: 100%;
background: url('chromebg2.gif') repeat-x center;
/*THEME CHANGE HERE*/
margin: 0%;
text-align: center; padding-left:0px; padding-right:0px; padding-top:10px; padding-bottom:10px
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: rgb(126,0,76);
padding: 1px 0 px;
margin: 0;
text-decoration: none;
border-right: 1px solid rgb(250,240,200);
border-left: 1px solid rgb(250,240,200);
/*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url('chromebg2-over.gif') repeat-x center;
/*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after
{ 
}


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

.dropmenudiv {
position:absolute;
top: 0%;
border: 1px solid rgb(126,0,76);
/*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 8pt Times;
line-height:30px;
z-index:100;
background-color: rgb(250,240,200);
width:300px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow
(color=#000000,direction=0,strength=0);
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid rgb(126,0,76);
/*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: bold;
font-weight: bold;
color: rgb(126,0,76);
}

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

.dropmenudiv a:hover{
/*THEME CHANGE HERE*/
background-color: rgb(250,240,200);
}
