.chromestyle{
font-weight: bold;
font-size:16px;
font-family:LuzSans-Book;
width:1070px;
border:0px;
letter-spacing: 1pt;
}


.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;
text-align: center; /*set value to "left", "center", or "right"*/
padding: 0px 3px;
width: 1070px;
margin: 0px 0px;
}

.chromestyle ul li{
display: inline;
margin: 0px 18px ;
padding-bottom:0px;
}

.chromestylemobile ul li{
text-align: left; /*set value to "left", "center", or "right"*/
text-decoration:none; 
letter-spacing:-1px;
list-style-type: none;
margin: 0px 0px ;
margin-left:12px;
padding-bottom:0px; line-height:25px;
}

.chromestylemobile a{
/*color: #<%=col%>;*/
text-decoration: none;
}

.chromestyle ul li a{
/*color: #<%=col%>;*/
margin: 0px 0px;
text-decoration: none;
padding: 0px 3px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: center center repeat-x; /*THEME CHANGE HERE*/
width: 1070px;
padding: 0px 3px;
margin: 0px 0px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
top:100px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 16px LuzSans-Book;
text-align:left;
line-height:16px;
z-index:2000;
/*background-color: #<%=col%>;*/
width: auto;
visibility: hidden;
position:absolute; 
overflow-x:scroll;
}

.dropmenudivmobile{
top:100px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 12px LuzSans-Book;
text-align:left;
line-height:14px;
z-index:2000;
/*background-color: #<%=col%>;*/
width:200px;
visibility: hidden;
position:inherit; 
overflow-x:scroll;
padding-left:1000px;
display:inline;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 3px 7px;
text-decoration: none;
font-weight: bold;
/*color: white;*/
}

.dropmenudivmobile a{
width: 200px;
display: inline;
text-indent: 0px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 3px 7px;
text-decoration: none;
font-weight: bold;
/*color: white;*/
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

/*.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #FFFFFF;*?
/*color: #<%=col%>;*/
