.chromestyle {
width:100%;
font-weight:bold;
font-family:Tahoma,Arial;
font-size:90%;
clear:left;
color:#444444;
margin:0;
border:0px solid #bbbbbb;
}

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

.chromestyle ul{
width:900px;
background:url(image/menubg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding:10px 0px;
margin:0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display:inline;
color:#444444;
text-decoration:none;
font-weight:normal;
}

.chromestyle ul li a {
color:#444444;
padding:10px 10px;
margin:0;
text-decoration:none;
border-right:0px solid #DADADA;
font-weight:normal;
}

.chromestyle ul li a:visited {
color:#444444;
text-decoration:none;
font-weight:normal;
}
.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(image/menubgover.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#444444;
text-decoration:none;
font-weight:normal;
}

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

.dropmenudiv{
position:absolute;
top:0;
border:1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width:1px;
font-family:Tahoma,Arial;
font-size:90%;
font-weight:normal;
line-height:20px;
z-index:100;
background-color:#e3dbf7;
width:150px;
visibility:hidden;
margin-top:-1px;
}


.dropmenudiv a{
width:auto;
display:block;
text-indent:3px;
border-bottom:0px solid #BBB; /*THEME CHANGE HERE*/
padding:2px 0;
text-decoration:none;
font-family:Tahoma,Arial;
font-size:90%;
font-weight:normal;
color:#444444;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#b8a1f9;
color:#444444;
margin:0;
text-decoration:none;
font-weight:normal;
}

.dropmenudiv a:link{ /*THEME CHANGE HERE*/
color:#444444;
margin:0;
text-decoration:none;
font-weight:normal;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color:#444444;
margin:0;
text-decoration:none;
font-weight:normal;
}
