
.chromestyle{

width: 99%;


}

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

.chromestyle ul{
	text-align:center;

	height:30px;
	margin: 4% 0  0 0;

	border-image: url(../../img/gradientRepeaty.png) 20 0 20 0 round round;
	-moz-border-image: url(../../img/gradientRepeaty.png) 20 0 20 0 round round;
	-webkit-border-image: url(../../img/gradientRepeaty.png) 20 0 20 0 round fill;
	border-size:3px;
	border-left:0;
	border-right:0;
}
 


.chromestyle ul li{
	vertical-align: middle;
	text-align: center;
	display: inline;
	height: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0.7%;
}

.chromestyle ul li a{
font-size: 9pt;
font-weight:150;
text-decoration:none;


color:#444;


}
.chromestyle ul a,.chromestyle ul a:visited{
text-decoration:none;
}
.chromestyle ul a li{
	background: white;
}

.chromestyle ul a:hover li{
color:white;
text-decoration:none;


}

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

 /*THEME CHANGE HERE*/
}
.chromestyle ul li a.current{
  color: #007551;
}
.chromestyle ul  a.current li{
  color: #007551;
}
.chromestyle ul li.login a{
 
  color:red;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
background:white;
position:absolute;
top: 0px;
margin-top:6px;
opacity: 50%;
line-height:18px;
z-index:100;
width:150px;
visibility: hidden;
border-left:2px solid #666;
border-right:2px solid #666;
border-bottom:2px solid #666;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
padding-bottom:5px;
border-top:3px solid white; 
}


.dropmenudiv a{

width: 100%;
display: block;
text-indent: 3px;
opacity: 50%;
padding: 2px 0;
text-transform:uppercase;
text-decoration: none;
font-size: 8pt;
font-weight:150;
text-decoration:none;
font-weight:bold;


color:#444;
}

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

}
.dropmenudiv a.current{ 
 color: #007551;
}
