html #menu{
	margin-left:auto;
	margin-right:auto;
}
#menu{
	width:770px;
	height:40px;
	background-repeat: no-repeat;
	background:url(../img/menu/cell_back.jpg);
	background-position:0px 0px;
	z-index: 9;
	position: relative;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}
#chromemenu{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#chromemenuTwo{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

.chromestyle{
width: 99%;
text-align: center;
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-right: 1px solid #4A4A4A;
border-top: 1px solid #4A4A4A;
float: left;
font:11px Verdana;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	height: 35px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	border-left: 1px solid #4A4A4A;
	background:url(../img/menu/dealMenuArrow.png) no-repeat top center;
	
}

.chromestyle ul li a:hover{
background-image:url(../img/menu/roll_bl.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
}

.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: 0;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:10px Verdana;
line-height: 14px;
z-index:100;
background-color: #333;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 9px;
border-bottom: 1px solid #444; 
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #222;
}
