.ddsmoothmenu{
	background:url(../images/menu-bg.jpg) no-repeat left top;
	height:43px;
	margin:0px 0px 6px 0px;
	width:900px;
}

a{
	outline:none;
	}

.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
color:#FFFFFF;
float:left;
background:url(../images/nav_line.gif) no-repeat right top;
cursor:pointer;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
color: #fff;
text-decoration: none;
padding:0px;
margin:0px 0px 0px 0px;
height:31px;
padding:13px 30px 0px 19px;
}
.ddsmoothmenu ul li a:hover{
	color:#fdb172;
}

.ddsmoothmenu ul li span{
	background:url(../images/arrow1.gif) no-repeat right 4px;
	padding-right:26px;
	}
	
.ddsmoothmenu ul li a:hover span{
	background:url(../images/arrow2.gif) no-repeat right 4px;
	padding-right:26px;
	}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
margin:0px 0px 0px 12px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border-bottom:1px solid #707070;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
margin:0px;
padding:0px;
font-size:11px;
line-height:normal;
background:none;
}



/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 110px; /*width of sub menus*/
margin: 0px 0px 0px 0px;
padding:4px 5px 0px 8px;
background: #454545; /*background of menu items (default state)*/
line-height:normal;
height:20px;
border-top:1px solid #707070;
border-left:1px solid #707070;
border-right:1px solid #707070;
color:#fff;
}

.ddsmoothmenu ul li ul li a:hover{
	background:#161616;
	color:#fdb172;
	}
	
	

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
position: absolute;
left: 0;
margin:0px 0px 0px 0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}
	
.ddsmoothmenu ul li ul li ul li{
display: list-item;
float: none;
margin:0px;
padding:0px;
font-size:11px;
line-height:normal;
background:none;
	}

.ddsmoothmenu ul li ul li ul li a{
width: 110px; /*width of sub menus*/
margin: 0px 0px 0px 0px;
padding:4px 5px 0px 8px;
background: #161616; /*background of menu items (default state)*/
line-height:normal;
height:20px;
border-left: none;
border-right:1px solid #707070;
color:#fdb172;
}

.ddsmoothmenu ul li ul li ul li a:hover{
background:#454545;
color:#fff;
}



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

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.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;

}
