.menu {
	width:1000px;
	height:36px;
	margin:0px;
	padding:3px 10px 5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-align:left;
	background-image:url(../images/menu_bg_red.png);
	background-repeat: no-repeat;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.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 #000;*/
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
color:#FFF; /* White */
}

.chromestyle ul li{
display: inline;
color:#FFF; /* White */
}

.chromestyle ul li a{
color: #A9A9A9;
padding: 4px 7px;
margin: 0;
text-decoration: none;
color:#FFF; /* White */
/*border-right: 1px solid #000; /*THEME CHANGE HERE*/
}

.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(../images/menu_down.png) center center repeat-x;
color:#FFF; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #c7c7c7; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 14px Arial;
line-height:30px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
color:#666;
padding:10px;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
/*border-bottom: 1px solid #c7c7c7; THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#666;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c7c7c7;
color:#F00;
}
