.chromestyle{
width: 50%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

#menu-js	{
	position:absolute;
	z-index:20;
	margin-top:90px;
	margin-left:269px;
}

#menu-flash	{
	width:900px;
	height:141px;
	position:absolute;
	z-index:10;
}

#chromemenu ul li a	{
	display:block;
	width:104px;
	height:55px;
	background-image:url(../img/blank.gif);
}

.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%;
height:30px;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 4px 0px 2px;
line-height:30px;
margin: 0;
text-decoration: none;
}

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

.dropmenudiv{
position:fixed;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:24px;
z-index:100;
background-color:#000000;
width: 250px;
height:1px;
visibility:hidden;
overflow: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;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding:3px;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333;
color:#FFFFFF;
}