﻿.chromestyle{
width: 944px;
/*width: 947px;*/
font-weight: bold;
padding: 0px 4px 0px 0px;
margin: 0px 0px 0px 0px;

/*background-color:#FAD77A;*/

background-image: url('../images/chromebgact.gif');
background-repeat: repeat-x;
color:#000000;

/*TC Added font-size*/
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;

}

.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;
/*border: 1px red solid;*/
/*width: 100%;*/
width:946px;
/*background: url('chromebg.gif') center center repeat-x;*/ /*THEME CHANGE HERE*/
/*background-image('chromebg.gif');*/
/*background-repeat: repeat-x;*/
padding: 4px 0;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*color: #494949;*/
/*color:#FDE20A;*/
color: #FAD71A;
/*color:#000000;*/
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px #BBB solid; /*#DADAA;*/
/*border-right: 1px lime solid;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url('chromebg-over.gif') center center repeat-x;*/ /*THEME CHANGE HERE*/
/*background-color:#CEAA4C;*/
background-image: url('../images/chrome_over_bgact.gif');
background-repeat: repeat-x;
/*color:#FDE20A;*/
color: #000000;
}

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

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #BBB;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
/*TC	font: normal 12px;*/
/*	font-size: 14px;*/
	line-height: 18px;
	z-index: 100;
	background-color: #3F5F74;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#434343,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
/*TC Added font-size*/

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FDE20A;
/*color: #000000;*/

font-family:Arial, Helvetica, sans-serif;
font-size: 13px;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #FAD77A;*/
background-image: url('../images/chrome_over_bgact.gif');
background-repeat: repeat-x;
color: #000000;

}
