/*---------------> STILI PER IL MENU DELL'HEADER START */
/* ######### Drop Down ULs CSS ######### */
#menuheader {
	width: auto;
	height: 25px;
	background: url(/images/static/header-menu/border-left.gif) top left no-repeat;
	padding: 0 0 0 7px;
}
#navheader {
	width: auto;
	height: 25px;
	background: url(/images/static/header-menu/border-right.gif) top right no-repeat;
}
#menuheader ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuheader ul li {
	float: left;
	display: block;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-right: 1px solid #b21c1c;
}
#menuheader ul li a {
	display: block;
	padding: 0 4px;
}
#menuheader ul li a:link, #menuheader ul li a:visited  {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}
#menuheader ul li a:hover, #menuheader li a.active  {
	background-color: #4c0000;
	color: #fff;
	text-decoration: none;
}



.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
    font: bold 9px Verdana;
    line-height: 15px;
    text-transform:uppercase;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background-color: #FFFFFF;
    border: 1px solid #990000;
    border-bottom-width: 0;
    visibility: hidden;
    text-align: left;
    z-index: 100;
}

.ddsubmenustyle li a{
    display: block;
    width: 160px; /*width of menu (not including side paddings)*/
    color: #990000;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 4px 5px;
    border-bottom: 1px solid #990000;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
    display: inline-block;
    width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
    background-color: #4C0000;
    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;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.menuheader_whitemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.menuheader_whitemenu li{
display: inline;
margin: 0;
}

.menuheader_whitemenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
}

.menuheader_whitemenu li a:hover{
    text-decoration: none;
}


/*<--------------- STILI PER IL MENU DELL'HEADER STOP */
