#limite{
	position:absolute;
	top:0;
	left:0;
	width:100%;}
	
.cheat {
	position:relative;
	width:952px;
	margin:0 auto;
	}

.chromestyle{
width: 530px;
float:right;
position: relative;
top: 120px;
right:45px;
z-index:7;
}

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul a{
color: #f5f5f5;
font-weight:300;
font-size:16px;
padding: 4px 7px;
margin: 0;
text-decoration: none;
outline: 0;
}

.chromestyle ul a:hover, .chromestyle ul a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#47774d;
}

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

.dropmenudiv{
position:absolute;
top: 0;
left:0;
border-bottom-width: 0;
font:normal 13px "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
z-index:1000;
background:url(images/opaque.png) repeat center;
width: 200px;
padding: 0 auto;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 8px 0 8px 12px;
text-decoration: none;
font-weight: bold;
color:#900;
outline: 0;
z-index:1000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #eee;
margin:0 0 0 0;
outline: 0;
text-decoration: none;
}
