.chromestyle{
	width:880px;
	height:40px;
	font-weight: bold;
	background-image: url(../img/btn_cyan_copy.gif);
	background-repeat:repeat-x;
	padding-left: 20px;
}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: ""; 

display:compact; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle table{

border: 0px solid #BBB;

width: 900px;

height:40px

background: url(../img/btn_cyan_copy.gif) center center repeat-x; /*THEME CHANGE HERE*/

padding: 0px 0;

margin: 0;

text-align: center; /*set value to "left", "center", or "right"*/

}



.chromestyle table td{

display:compact;

height:40px;

}



.chromestyle a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
.leftfolt {
	float: left;
}



.chromestyle a:hover{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:12px;

color:#CCCCCC; /*THEME CHANGE HERE*/

}



.chromestyle table td a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " v"; 

content: " " url(../test_img/arrv_white);/*uncomment this line to use an image instead*/

}





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



.dropmenudiv{

position:absolute;

top: 0;

border: 1px solid #333333; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 11px Verdana;

text-align:center;

line-height:18px;

z-index:100;

background-color: #999999;

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: 3px;

text-align:left;

border-bottom: 1px solid #333333; /*THEME CHANGE HERE*/

padding: 2px 0 0 15px;

text-decoration: none;

font-weight: bold;

color: #ffffff;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #666666;

text-align:left;

padding: 2px 0 0 15px;

}

