/* CSS Document */

.navbar_chrome {
	float: right;
	margin: 3px 50px 0px 0px!important;
	margin: 3px 26px 0px 0px;
	/*display:block;*/
	vertical-align:bottom;
	padding-top:21px!important;
	padding-top:37px;
	width:800px;
	height: auto;
	border:0px solid blue;
	z-index: 1;
}

.navbar_chrome li {
	list-style-type: none;
	float: right;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 18px 0px 18px;
	background: url(images/button_bg.gif) repeat-x;
	border-right:1px solid #FFFFFF;
	height:25px;
}

.navbar_chrome a {
	
	
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;

}

.navbar_chrome .current {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/button_bg_current.gif) repeat-x;
	border-right:1px solid #FFFFFF;
}


.navbar_chrome a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
}

.chromestyle{
	float: right;
	margin: 3px 50px 0px 0px!important;
	margin: 3px 26px 0px 0px;
	/*display:block;*/
	vertical-align:bottom;
	padding-top:0px;
	width:800px;
	border:0px solid blue;
	/*z-index: 1;*/

/*float: right;
width: 800px;
z-index: 1;*/
}

.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 #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	list-style-type: none;
	float: right;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 18px 0 18px;
	background: url(images/button_bg.gif) repeat-x;
	border-right:1px solid #FFFFFF;
	height:25px;

/*	list-style-type: none;
	float: right;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 18px 0px 18px;
	background: url(images/button_bg.gif) repeat-x;
	border-right:1px solid #FFFFFF;
	height:25px; */
}

.chromestyle ul li a{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
}

.chromestyle ul li a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
position:absolute;
margin-top: 5px;
margin-left: -18px;
padding-right: 5px;

/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
/*line-height:18px;*/
z-index:100;
background-color: #873841;
width: 139px;
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: 5px;
/*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
padding: 0 0;
margin-bottom:4px;
font-weight: bold;
text-decoration: none;
color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000000;
text-decoration: none;
}

.dropmenudiv .current {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url(images/button_bg_current.gif) repeat-x;
	border-right:1px solid #FFFFFF;
}
