/* ######### Drop Down ULs CSS ######### */

a:link {
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica;
	color: #F00;
}
a:visited {
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica;
	color: #F00;
}
a:active {
	text-decoration: underline;
	font-family: Verdana,Arial,Helvetica;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	font-family: Verdana,Arial,Helvetica;
	color: #F00;
}

.stile1 {
	font-size:10px;
	color:#FFF;
}
.stile2 {
	font-size:18px;
	color:#FFF;
}

.stile3 {
	font-size:13px;
	color:#FFF;
}
.stile4 {
	font-size:10px;
	color:black;
}
.stile5 {
	padding-top: 6px;
}

.stile6 a {
	font-size:18px;
	color:white;
}

.stile7 a {
	font-size:13px;
	color:white;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: black;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 125px; /*width of menu (not including side paddings)*/
color: white;
background-color: black;
text-decoration: none;
padding: 0px 0px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 125px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: red;
color: white;
}

.ddsubmenustyle a:link img, .ddsubmenustyle a:visited img {filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5}
.ddsubmenustyle a:hover img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0}

/* ######### 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;
}
