.chromestyle{
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
}

.chromestyle ul{
padding: 0px 0;
margin-top: 6px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
border-left: 3px solid #ffffff;
padding-left: 3px;
height: 30px;
}

.chromestyle ul li a:hover{
background-color: #ffffff;
border-left: 3px solid #d0d0d0;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
}


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

.dropmenudiv{
border-left: 2px solid #d0d0d0;
position:absolute;
top: 0;
z-index:100;
visibility: hidden;
font-size: 10px;
}


.dropmenudiv a{
width: auto;
display: block;
background-color: #ffffff;
padding: 4px;
border-bottom: 3px solid #d0d0d0;
border-left: 1px solid #d0d0d0;
margin-right: 1px;
}

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

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