@CHARSET "ISO-8859-1";

.chromestyle{
	/*width: 99%;*/
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;/**/
	font-size: 11px;/**/
	width: 735px;
	margin-top: 2px;
	position: relative;
	left: 50%;
	margin-left: -355px;
}

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

.chromestyle ul{
	border: 1px solid #00317E;/**/
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	background-color: #00317E; /*#00317E;*/ /**/
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 12px; /*trocar o 12 por 7*/
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #00317E;/**/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(chromebg-over.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
	text-decoration: none;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #6F8BB6;*/ /**/ /*THEME CHANGE HERE*/
	/*border-bottom-width: 0;*/
	line-height: 20px; /* 18px*/
	z-index: 100;
	/*background-color: #00317E;*/ /**/
	width: 228px; /*200*/
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#6F8BB6,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}	/**/


.dropmenudivItem{
	
	position: relative;
	top: 0px;
}

.dropmenudivBottom {
	position: fixed;
	z-index: 200;
	width: 229px;
	height: 22px;
	background: none;	
	/**/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 2px;
	border-bottom: 1px solid #6F8BB6; /**/ /*THEME CHANGE HERE*/
	padding: 0px 2px 2px 12px; /*trocar o 12 por 7*/
	text-decoration: none;
	color: #FFFFFF; /**/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url("../../images/meio2.png");	
}

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

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