﻿.chromestyle {
	width: 100%;
	font-weight: bold;

}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul {
	padding:0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle li {
	float: left;	
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{	
	padding-right: 6px; 
	padding-left: 6px;	
	
	display: block;
	line-height: 25px;
	margin-top: 0px;	
	text-decoration:none;
	/*border-right: 1px solid #666;*/
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;/*bold;*/
	text-transform:uppercase;
	color: #000;
	background-position: right;
}

.shadow  { position:relative; display:inline-block; color:#000;}
.shadow span { position:absolute; display:inline-block; top:0px;  }
.shadow:before { display:block; padding:1px; content: attr(title); color:#eeeeee;}

.chromestyle ul li a:hover span span, .chromestyle ul li a.selected span span{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: #666;*/ /*THEME CHANGE HERE*/
	font-weight:bolder;	
	color: #FF0000;
	border-bottom: 2px solid #FF0000; /*THEME CHANGE HERE*/
	}

.dropmenudiv{
position:fixed;
top: 0;
margin-top:5px;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: #ccc;
width: 200px;
visibility: hidden;
text-align: left;
}
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid #666; /*THEME CHANGE HERE*/
padding:2px 0px 2px 5px;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
}


