/* ######### Drop Down ULs CSS ######### */
.menuTopo {
	background-image: url(../images/fundoMenuTopo.jpg);
	background-position:center;
	background-repeat: no-repeat;
	font-weight: 300;
	font-size: 12px;
	height: 40px;
	line-height: 0px;
	width: 840px;

}

/* MENUS TOPO */
.menuTopoBtHome {
margin-top:-8px;
position:inherit;
margin-right:-20px;
float:left;
margin-left:40px;
}

.menuTopo ul {
	width: 100%;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px -10px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.menuTopo ul li{
	display: inline;
}

.menuTopo ul li a{
	color: #000000;
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

.menuTopo ul li a:hover, .menu ul li a.selected{ 
	background: url(../images/fundoMenuTopoOver.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	text-decoration:underline;
	color:#006600;
	
}	

.subMenu, .subMenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial;
margin: -2px;
padding: 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #ffffff;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.subMenu li a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color: black;
background-color:#cfe747;
text-decoration: none;
padding: 8px 5px 8px 15px;
border-bottom: 1px solid #ffffff;
}

* html .subMenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.subMenu li a:hover{
background-color: #666666;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}