﻿.chromestyle{
    width: 858px;
	font-size:14px;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-weight: bold;
	height:39px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #cccccc;
width: 858px;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 10px 0;
margin: 10px 0px 0px 0px; /*margin around menu*/
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333333; /*menu item text color*/
padding: 4px 10px;
margin: 0px; /*margin around menu items*/
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*/
color:#666666;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:fixed;
margin:6px 0px 0px 0px;
top:0px;
border: 1px solid #cccccc;
border-bottom-width: 1;
border-bottom-color:#999999;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
line-height:18px;
z-index:100;
background-color: #cccccc; /*drop down menu bg color*/
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
/* border-bottom: 0px solid #333333; border between drop down menu items*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #333333; /* drop down item text color */
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
color: #990000;
}
.nav-holder{
	position:relative;
	border:1px #FF0000 solid;}