.chromestyle{
	table-layout:fixed;
    width:947px;
	height:32px;
	left:0px;
    overflow:hidden;
	background-color:#000000;
}




.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 32;
color:#FFFFFF; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 947px;
overflow:hidden;
height:32px;
background-image:url(bg_link.jpg);


 /*THEME CHANGE HERE*/
padding:0 0px 10px 0px;
margin: 0px;
text-align: center; 
}

.chromestyle ul li{
display: inline;
text-decoration:none;
}

.chromestyle ul li a{
float:left;
	display:block;
	background-image: url(bg_link.jpg);
	border-left:1px solid #000000;
	border-right:1px solid #333333;
	color:#ffffff;
	padding:0 15px 0 15px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	height:32px;
}

.chromestyle ul li a:hover{
float:left;
		background-image: url(bg_hover.jpg);
		background-position:center;
 		border-left:1px solid #000000;
		border-right: 1px solid #333333;
		color:#B60B49;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:0 15px 0 15px;
		padding-top:5px;
		height:32px;
}

.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: 0px;
border: 0px solid #3a93d2; /*THEME CHANGE HERE*/
border-bottom-width: 0px solid #3a93d2;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color:#333333;

width: 200px;
visibility: hidden;
 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{

width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-align:left;
text-decoration: none;
font-weight: normal;
color: white;
}

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

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

display:block;padding: 2px 0; text-align:left;font-size:11px; height:20px;  line-height:20px; text-indent:3px; background:#000000; color:#ffffff; text-decoration:none;
}
