.ddsmoothmenu{
font-family: Tahoma,Verdana,Trebuchet MS,Arial;
font-size:14px;
font-weight:normal;
color: white;
width: 100%;
height:27px;
margin:0;
padding:0;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
font-family: Tahoma,Verdana,Trebuchet MS,Arial;
font-size:14px;
font-weight:normal;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: block;
float: left;
font-family: Tahoma,Verdana,Trebuchet MS,Arial;
font-size:14px;
font-weight:normal;
color: white;
height:27px;
margin:0;
padding:0;
}

.menu_main1
{
	background-color: #E86CF3;
	height:27px;
	width:80px;
	position: relative;
	display: block;
	float: left;
	font-family: Tahoma,Verdana,Trebuchet MS,Arial;
	font-size:14px;
	font-weight:normal;
	color: white;
}

.menu_main2
{
	background-color: #E86CF3;
	height:27px;
	width:139px;	
	position: relative;
	display: block;
	float: left;
	font-family: Tahoma,Verdana,Trebuchet MS,Arial;
	font-size:14px;
	font-weight:normal;
	color: white;
}

.menu_main3
{
	background-color: #E86CF3;
	height:27px;
	width:95px;
	position: relative;
	display: block;
	float: left;
	font-family: Tahoma,Verdana,Trebuchet MS,Arial;
	font-size:14px;
	font-weight:normal;
	color: white;
}

.menu_main4
{
	background-color: #E86CF3;
	height:27px;
	width:170px;
	position: relative;
	display: block;
	float: left;
	font-family: Tahoma,Verdana,Trebuchet MS,Arial;
	font-size:14px;
	font-weight:normal;
	color: white;
}

.menu_main5
{
	background-color: #E86CF3;
	height:27px;
	width:150px;
	position: relative;
	display: block;
	float: left;
	font-family: Tahoma,Verdana,Trebuchet MS,Arial;
	font-size:14px;
	font-weight:normal;
	color: white;
}

.menu_main6
{
	background-color: #E86CF3;
	height:27px;
	width:130px;
	position: relative;
	display: block;
	float: left;
	font-family: Tahoma,Verdana,Trebuchet MS,Arial;
	font-size:14px;
	font-weight:normal;
	color: white;
}

.ddsmoothmenu ul li.separatore
{
	background-color: #FFFFFF;
	height:27px;
	width:1px;
	margin:0;
	padding:0;
}

.ddsmoothmenu ul li.separatore2
{
	background-color: #FFFFFF;
	height:27px;
	width:1px;
	margin:0;
	padding:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:active,.ddsmoothmenu ul li a:visited {
font-family: Tahoma,Verdana,Trebuchet MS,Arial;
font-size:14px;
font-weight:normal;
color: white;
display: block;
text-align:left;
text-decoration: none;
margin-top:5px;
margin-left: 35px;
}

.ddsmoothmenu ul li a:hover{
font-family: Tahoma,Verdana,Trebuchet MS,Arial;
font-size:14px;
font-weight:normal;
color: white;
display: block;
text-align:left;
text-decoration: none;
}

.ddsmoothmenu ul li a.nosottomenu:visited,.ddsmoothmenu ul li a.nosottomenu:active,.ddsmoothmenu ul li a.nosottomenu:link {
font-family: Tahoma,Verdana,Trebuchet MS,Arial;
font-size:14px;
font-weight:normal;
color: white;
display: block;
text-align:left;
text-decoration: none;
margin-top:5px;
margin-left: 25px;
}

ddsmoothmenu ul li a.nosottomenu:hover{
font-family: Tahoma,Verdana,Trebuchet MS,Arial;
font-size:14px;
font-weight:normal;
color: white;
display: block;
text-align:left;
text-decoration: none;
margin-top:5px;
margin-left: 25px;
}

.separatore
{
	background-color: #FFFFFF;
	height:27px;
	width:1px;
}



/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
font-family: Trebuchet MS,Arial;
font-size:12px;
font-weight:normal;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
color: #666666;
border-bottom: 1px solid #AAAAAA;
border-right: 1px solid #AAAAAA;
border-left: 1px solid #AAAAAA;
height:20px;
margin-top:0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin:0;
padding:0;
color: #666666;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a:active,.ddsmoothmenu ul li ul li  a:visited,.ddsmoothmenu ul li ul li  a:link{
font-family: Trebuchet MS,Arial;
font-size:12px;
font-weight:normal;
margin: 0;
padding-right:2px;
padding-left:2px;
width:170px;
padding-top:0px;
padding-bottom:0px;
color: #666666;
background: #E6E5E5; /*background of menu items (default state)*/
height:20px;
}

.ddsmoothmenu ul li ul li a:hover{
background: #F379E1; /*background of menu items during onmouseover (hover state)*/
color: white;
font-family: Trebuchet MS,Arial;
font-size:12px;
font-weight:normal;
height:20px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 6px;
left: 10px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity:.80;
}
