/* ######### Drop Down ULs CSS ######### */
	
.ddsubmenudiv ul{
font: normal 13px Verdana;
left: 0;
top: 0;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
background: Gray;
border:1px solid White;
visibility: hidden;
z-index: 100;
}


.ddsubmenudiv ul li a{
display: block;
width: 280px;
height:25px;
color: White;
background: #B0B0B0;
text-decoration: none;
padding:7px 0px 0px 10px;
border-top: 1px solid White;
border-bottom: 1px solid Gray;
border-left: 2px solid #C5C5C5;
font-size:8pt;
}

* html .ddsubmenudiv ul li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenudiv ul li a:hover{
background: black url('../images/xam_giua.jpg') repeat-x;
color: white;
font-weight:bold;
}

/* ######### Neutral CSS  ######### */

.mainmenupointer{ /*CSS for arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.submenupointer{ /*CSS for arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

#ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}