.chromestyle{
/*	width: 99%;*/
}

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

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

.chromestyle ul li{
	float:left;
	height:18px;
	text-align:center;
}

#chromemenu li#boton_01 a{
	width:105px;
	display:block;
	background: url(../images/butbg04.png) no-repeat left top;
}

#chromemenu li#boton_02 a{
	width:165px;
	display:block;
	background: url(../images/butbg03.png) no-repeat left top;
}

#chromemenu li#boton_03 a{
	width:165px;
	display:block;
	background: url(../images/butbg03.png) no-repeat left top;
}

#chromemenu li#boton_04 a{
	width:105px;
	display:block;
	background: url(../images/butbg04.png) no-repeat left top;
}

#chromemenu li#boton_05 a{
	width:200px;
	display:block;
	background: url(../images/butbg02.png) no-repeat left top;
}

.chromestyle ul li a{
	padding: 4px 2px;
	margin: 0;
	text-decoration: none;
	color: #000;
	font: 9px Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.chromestyle ul li a:hover{
	color: #666;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 9px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	background-color:#747A65;
	width: 200px;
	visibility: hidden;
	color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

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

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