.ddsmoothmenu{
	font-size: 12px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	margin:auto;
	position: relative;
	


}

.ddsmoothmenu ul{
z-index:100;
margin: 0px;
list-style-type: none;
	padding: 0px;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding: 0px;
margin: 0px;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
color: #333333;
text-decoration: none;
padding:10px 10px;
text-align: center;
display: block;
margin: 0px;
font-size:15px;
font-weight:normal;
background:url(../images/menu_sep_black_ie6.png) no-repeat right;

}

.ddsmoothmenu ul li a.forimpian
{
background:none;
margin-left:40px;
padding:3px;
}

.ddsmoothmenu ul li a.forimpian2
{
background:none;
margin-left:220px;
padding:3px;
}

.ddsmoothmenu ul li a.forimpian:hover, .ddsmoothmenu ul li a.forimpian2:hover
{
background:none;
}

.ddsmoothmenu ul li a img
{
border-style:none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #333333;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#000000;
	background:url(../images/menu_level1_item_hover.png) repeat-x;
}

.ddsmoothmenu ul li a:hover{
color: #000000;
background:url(../images/menu_level1_item_hover.png) repeat-x;
text-decoration: none;
}
	
/* sub menus */
.ddsmoothmenu ul li ul{
position: absolute;
left: -3000px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	margin: 0px;
	font-size: 12px;
	display: block;
	text-align: left;
	color: #FFFFFF;
	width: 160px;
	font-family:arial;
	border:1px solid #d4d4d4;
	font-weight:normal;
	padding:5px 15px;
	background:none;
	background-color: #ebeced;
	border-bottom:0px;
	
}


.ddsmoothmenu ul li ul li a:hover
{
background-color:#cbcbcb;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

body#nav-1 #smoothmenu1 .but01,
body#nav-2 #smoothmenu1 .but02,
body#nav-3 #smoothmenu1 .but03,
body#nav-4 #smoothmenu1 .but04,
body#nav-5 #smoothmenu1 .but05,
body#nav-6 #smoothmenu1 .but06,
body#nav-7 #smoothmenu1 .but07,
body#nav-8 #smoothmenu1 .but08,
body#nav-9 #smoothmenu1 .but09,
body#nav-10 #smoothmenu1 .but10
{
color: #000000;
background:url(../images/menu_level1_item_hover.png) repeat-x;
}

body#nav-homepage #top-menu .buthome,
body#nav-contact #top-menu .butcontact
{
font-weight:bold;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 9px;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background-color: #ccc; /* generally should be just a little lighter than the box-shadow color for CSS3 capable browsers */
}

.toplevelshadow{
margin: 5px 0 0 5px; /* in NON CSS3 capable browsers gives the offset of the shadow */
opacity: 0.8; /* shadow opacity mostly for NON CSS3 capable browsers. Doesn't work in IE */
}

.ddcss3support .ddshadow.toplevelshadow {
margin: 0; /* in CSS3 capable browsers overrides offset from NON CSS3 capable browsers, allowing the box-shadow values in the next selector to govern that */
/* opacity: 1; */ /* optionally uncomment this to remove partial opacity for browsers supporting a box-shadow property which has its own slight gradient opacity */
}

.ddcss3support .ddshadow {
background-color: transparent;

}