﻿.chromestyle{
width: 100%;
float:left;
padding:0px;
margin-top:11px;
border-top: 1px solid #282828;

}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 99%;
padding: 4px 0;
margin: 0px 0px 0px 0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #f3ba32;
padding: 0px 10px 0px 20px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
 

margin: 0;
text-decoration: none;
border-right: 1px solid #3a3a3a;
/* 
background: url(../images/leaf.png);
background-repeat:no-repeat;
background-position:right; */

}

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

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

.dropmenudiv{
position:absolute;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:white;
z-index:100;
height:22px;
line-height:22px;
background-color: #121212;
margin-left:18px;
width: 200px;
margin-top:6px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
text-align:left;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1e1e1e; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:  white;
}


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

.chromestyle ul li a.current{ /*THEME CHANGE HERE*/
color:#fff;
}