.chromestyle{
width: 99.8%;
font-weight: bold;
}

.chromestyle .background {
	background-color: red;
	height: 30px;
	position: absolute;
	width: 100%;
	z-index: 2;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
min-width: 900px;
background: url(../../images/nav_back_off.gif) center center repeat-x; 
border: 1px solid #CB831B;
padding: 6px 0;
margin: 0;
/*text-align: center;*/ /*set value to "left", "center", or "right"*/


}

.chromestyle ul li {
display: inline;
font-weight: bold !important;

}

.chromestyle ul li a {
/*color:  #A13504; !important; /*red*/ 
color: #000; !important;
padding: 6px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #CB831B;
background: url(../../images/nav_back_off.gif) center center repeat-x; 

}

.chromestyle ul li a:hover{
background: url(../../images/nav_back_on.gif) center center repeat-x; 
color: #0; /*#A13504;*/ /*white;*/
}

.chromestyle ul li a:visted{
color: #0; /*#A13504;*/ /*white;*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;/*#EFFAFE;*/
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.s250 {	width: 250px; }
.s300 {	width: 300px; }
.s350 {	width: 350px; }
.s400 {	width: 400px; }

.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #A13504;
}


* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff7df; /*#016DB8;*/
color: #A13504; /* white;*/
}

@media print
{ 
.chromestyle { display:none;}
}

.loginMenu
{
	background-color:#FEE9A8;
	/*padding-left:10px;
	padding-right:10px;*/
}

.loginMenuTitle
{
	margin-top: 5px;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
}
.loginMenuHeader
{
	background: url(../../images/blue_header.jpg) center center repeat-x; 
}

.loginMenuLink
{
	color: #6699FE;
}

.noBorder
{
	border: 0px #ffffff solid;
	width: 140px;

}

.loginMenuField
{
	margin-top:5px;
	font-size: 12px;
	font-weight: normal;
	line-height:13px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}