.chromestyle{
width: 99%;
font: 14px Arial;
color: #fbeeff;
}

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

.chromestyle ul{
border-bottom: 1px solid;
width: 95%;
background: #f8f8f7  repeat-x; /*THEME CHANGE HERE*/
padding: 6px 0;
margin: 0;
font: 16px Arial;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #4e4e4e;
padding: 14px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #4e4e4e;
font: 16px Arial;
}

.chromestyle2 {
color: #4e4e4e;
padding: 14px 0px;
margin: 0;
text-decoration: none;
font: 16px Arial;
border-left: 1px solid #4e4e4e;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #f8f8f7 left left repeat-x; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font: normal 13px Arial;
line-height:18px;
z-index:100;
background-color: #f8f8f7;
width: 100px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
text-align: left;
color: #4e4e4e;
}

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

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

.test
{
text-decoration: none;
}
