.ddsmoothmenu{
background: none; /*background of menu bar (default state)*/
width: 100%;
text-align:left;
}

.ddsmoothmenu ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	/*z-index:1000;*/
	float:right;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	list-style:none;
	float:left;
	background:url(../images/nav-separation.gif) no-repeat right;
	padding:5px 0px 2px 0;
	position:relative;
}
.ddsmoothmenu ul li.last{
	background:none;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	font-family:'Shanti', sans-serif;
	font-size:13px;
	display:block;
	text-decoration:none;
	padding:0 14px;
	color:#fff;
	line-height:46px;
	text-transform:uppercase;
}
.ddsmoothmenu ul li.last{
	background:none;
}
.ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
/* for test
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
backround:none; 
color:#3C3C3C;
}
*/
.ddsmoothmenu ul li ul li{
	background:none;
	padding:0;
}

.ddsmoothmenu ul li ul li a{
background:#701c02; color:#fff;}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:url(../images/nav-hover-bg.gif) repeat-x;
	color:#FF3;
	text-decoration:none;
 }

.ddsmoothmenu ul li a:hover{
	background:url(../images/nav-hover-bg.gif) repeat-x;
	color:#FF3;
	text-decoration:none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
line-height:30px;
width:208px;
margin:-2px 0 0 0;
}

.ddsmoothmenu ul li ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
line-height:30px;
width:250px;
margin:0;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:none;
}

.ddsmoothmenu ul li ul li{
	background: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{
 float:none;
 font-weight:normal;  
 line-height:30px;
 text-transform:none;
 text-align:left;
 border-bottom:#6c0949 1px solid;
 background: #7b1256 url(../images/white-arw.gif) no-repeat;
 background-position:8px 10px;
 color:#fff;
 padding-left:25px;
 font-size:12px;
 border-right:none;
 display:block;
 margin:0;
 font-family:Arial, Helvetica, sans-serif;
}
.ddsmoothmenu ul li ul li a:hover{
 background:url(../images/white-arw.gif) no-repeat #630743;
 text-transform:none;
 display:block;
 font-weight:normal;
 background-position:8px 10px;
 color: #ff3;
 padding-left:25px;
 text-decoration:none;
 text-shadow:none;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(../images/white-arw.gif) no-repeat #43002c;
background-position:8px 10px;
color:#ff3;
}

.ddsmoothmenu ul li ul li ul li a{
 line-height:30px;
 border-bottom:#43002c 1px solid;
 background: #630743 url(../images/white-arw.gif) no-repeat;
 background-position:8px 10px;
 padding-left:25px;
}
.ddsmoothmenu ul li ul li ul li a:hover{
	padding-left:25px;
	 border-bottom:#43002c 1px solid;
 background: #43002c url(../images/white-arw.gif) no-repeat;
 background-position:8px 10px;

}


/* 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: 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;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}