.chromestyle{
	width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.chromestyle ul li{
	background: url(../imagens/menu_item.gif) no-repeat; /*THEME CHANGE HERE*/
	display: block;
	float:left;
	margin: 0 5px 0 0;
}

.chromestyle ul li a{
	color: #ffffff;
	/*padding: 10px 10px;*/
	margin: 0;
	text-decoration: none;
	font-size:12px;
	display: block;
	padding-top: 18px;
	height:30px;
	width:102px;
}

.chromestyle ul li a:hover{
	background: url(../imagens/menu_item_over.gif);
}

.chromestyle ul li .dropmenudiv {
	display: none;
}

.chromestyle ul li:hover .dropmenudiv{
	display: block;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute; /*THEME CHANGE HERE*/
	font:normal 11px Verdana;
	color: #000000;
	line-height:18px;
	z-index:100;
	border: 2px solid #2b2c27;
	border-top: none;
	width: 180px;
}

.dropmenudiv ul li a{
	height:auto;
	line-height:12px;
	padding:4px;
	padding-left: 10px;
	width:166px;
	font:normal 11px Verdana;
}
.dropmenudiv ul li{
	text-align: left;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 2px solid #444444;
	padding-right: 10px;
	text-decoration: none;
	color: white;
	background: #444444 url(../imagens/sub_menu.jpg) repeat-y left;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;

}

.dropmenudiv ul li a:hover{
	background-color: #595959;
	background-image: url(../imagens/sub_menu_over.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


