.chromestyle{
width: 99%;
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{
width: 100%;
padding: 4px 0;
margin: 0;
text-decoration: none;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000;
padding: 2px 10px;
margin: 0;
text-decoration: none;
border-right: 1px dotted #DADADA;
}

.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(bgtrans.gif) center center repeat-x; /*THEME CHANGE HERE*/
}



/* ######### Style for MENU 1 ######### */

.dropmenudiv1{
border-left:5px solid #cfbd8d; border-right:5px solid #cfbd8d; border-top:5px solid #f3eee2; border-bottom:solid #f3eee2; position:absolute;
top: 0;
margin-left: 117;
margin-top: -23;
/*THEME CHANGE HERE*/
line-height:20px;
z-index:100;
background-color: #f3eee2;
width: 10px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=10); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:tahoma
}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px dotted #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
}

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

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #dddddd;
}


/* ######### Style for MENU 2 ######### */

.dropmenudiv2{
border-left:5px solid #cfbd8d; border-right:5px solid #cfbd8d; border-top:5px solid #f3eee2; border-bottom:solid #f3eee2; position:absolute;
top: 0;
margin-left: 78;
margin-top: -24;
/*THEME CHANGE HERE*/
line-height:20px;
z-index:100;
background-color: #f3eee2;
width: 10px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=10); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:tahoma
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px dotted #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
}

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

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #dddddd;
}

/* ######### Style for MENU 3 ######### */

.dropmenudiv3{
border-left:5px solid #cfbd8d; border-right:5px solid #cfbd8d; border-top:5px solid #f3eee2; border-bottom:solid #f3eee2; position:absolute;
top: 0;
margin-left: 88;
margin-top: -24;
/*THEME CHANGE HERE*/
line-height:20px;
z-index:100;
background-color: #f3eee2;
width: 10px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=10); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:tahoma
}


.dropmenudiv3 a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px dotted #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
}

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

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: #dddddd;
}

/* ######### Style for MENU 4 ######### */

.dropmenudiv4{
border-left:5px solid #cfbd8d; border-right:5px solid #cfbd8d; border-top:5px solid #f3eee2; border-bottom:solid #f3eee2; position:absolute;
top: 0;
margin-left: 67;
margin-top: -24;
/*THEME CHANGE HERE*/
line-height:20px;
z-index:100;
background-color: #f3eee2;
width: 10px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=10); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:tahoma
}


.dropmenudiv4 a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px dotted #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
}

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

.dropmenudiv4 a:hover{ /*THEME CHANGE HERE*/
background-color: #dddddd;
}
