@font-face {
	font-family: 'GnuolaneFree';
	src: url('gnuolanefree-webfont.eot');
	src: local('Gnuolane'), url('gnuolanefree-webfont.ttf') format('truetype');
}

.chromestyle{
position:relative;
top: 0px;
width: auto;
font-family: "GnuolaneFree";
font-size: 19px;
line-height:20px;
font-weight: normal;
filter:alpha(opacity=65);
opacity: 0.65;
-moz-opacity:0.65;
letter-spacing:-1px;

}


/*  .chromestyle:after{ /* Add margin between menu and rest of content in Firefox */
/* content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }*/
 
.chromestyle ul{
border-left: 0px solid #A78D84;
width: auto;
padding: 10px 1px 2px 1px;
margin: 0px 0px 0px 0px ;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
width: auto;
color:#000000;
font-size:18px;
padding: 10px 1px 2px 1px;
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*/
background-color:#000000; /*THEME CHANGE HERE*/
color:#FFFFFF;
}

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

.dropmenudiv{
position:absolute;
font: 13px arial;
line-height:11px;
z-index:100;
width: auto;
visibility: hidden;
border-left: #333 solid 1px;
border-right: #333 solid 1px;
border-top: #333 solid 1px;
}


.dropmenudiv a{
width: auto;
display: block;
padding-right:4px;
padding-left:4px;
padding-top: 1px;
padding-bottom: 2px;
text-decoration: none;
font-weight: bold;
letter-spacing: -1px;
line-height: 16px;
color:#666;
background-color: white;
border-bottom: #333 solid 1px;
filter:alpha(opacity=90);
opacity: 0.90;
-moz-opacity:0.90;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width:auto;
background-color: #333;
color:white;
filter:alpha(opacity=80);
opacity: 0.80;
-moz-opacity:0.80;
}