* {
    padding: 0px;
    margin: 0px;
	border: 0px;
}

.chromestyle{
font-weight: bold;
font-size: 12px;
font-family: Arial;
background-color: #444444;
}

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

.chromestyle ul{
margin: 0px;
text-align: right; /*set value to "left", "center", or "right"*/
text-indent: 0px;
padding-top: 5px;
padding-bottom: 5px;
}

.chromestyle ul li{
display: inline;
text-indent: 0px;
margin: 0px;
padding: 0px;
}

.chromestyle ul li a{
padding: 0px;
color: #ffffff;
padding: 5px 15px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #c0c0c0;
}

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

.dropmenudiv{
position:absolute;
top: 0;
line-height:25px;
z-index:100;
background-color: #444444;
width: 150px;
visibility: hidden;
padding-left: 17px;
padding-right: 10px;
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 3px;
padding: 2px 0;*/
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #c0c0c0;
}
