/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
padding: 0px;
margin: 0px;
position: absolute;
left: 0px;
top: 0px;
height: 16px;
list-style-type: none;
background: #ebebeb;
visibility: hidden;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #ebebeb;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #ebebeb;
border-top-width: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ebebeb;
}


.ddsubmenustyle li a{
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
margin: 0px;
height: 16px;
display: block;
width: 180px;
background-color: #ebebeb;
text-decoration: none;
}
.ddsubmenustyle li a:hover{
height: 16px;
margin: 0px;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
display: block;
background-color: #ebebeb;
text-decoration: none;
}
.ddsubmenustyle span {
background-color: #FEE028;
}


* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;

}

/*.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}*/

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
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;
}
.textosubitem {
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-weight: none; 
	color: #666666;
	
}
.texto2 {
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-weight: none; 
	color: #666666;
}