#hidden-7 { overflow:hidden; }
	#toggle { display:none }
.chromestyle{
width: 100%;
}

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

.chromestyle ul{
width: 100%;
padding: 0px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
float:left;
padding: 9px 8px;
*padding: 6px 8px;
padding-bottom: 11px;
}


.chromestyle ul li a{
color: #ffffff;
padding: 5 8 5 8px;
margin:0px;
text-decoration:none;
vertical-align:top;
font-size: 11px;
}

.chromestyle ul li:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
text-decoration:none;
background:url(http://media.monsterbrazil.noida/V2/nav_bg1.gif) repeat-x left top; /*THEME CHANGE HERE*/
*background:url(http://media.monsterbrazil.noida/V2/nav_bg1.gif) repeat-x left -1px; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover { text-decoration: underline;}



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

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color: #4a2e57;
visibility: hidden;
margin-left:-7px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
margin:6 0 6 0px;
padding: 4px 0px;
text-decoration: none;
color: #a596ab;
text-align:center;
font-size: 11px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #795487;
color:#FFFFFF;
text-decoration:none;
}

#monstermenu {
	margin: 0 auto;
	width:900px;
}