.ddsmoothmenu{
font-family: Arial; font-size:14px;
width: 100%; height:23px;

}

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


}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: block;  
float: left;
maring-right:20px; 
/*padding-left:40px;*/
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block; 
/*background:#4f493e;*/ /*background of menu items (default state)*/
color: #fff;
padding: 10px 0px;  /*padding: 5px 10px 5px 10px;*/
color: #fff;
text-decoration: none; 
}

.ddsmoothmenu ul li a span{
padding:4px 16px;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;  display:block; /*padding: 5px 20px;*/
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #a09777; font-size:13px;
}

.ddsmoothmenu ul li a:hover{
/*background: black; *//*background of menu items during onmouseover (hover state)*/
color: #e6e6e6; 
display:block;
background:url(../images/menu_hoverbg.jpg);

} 


/*......................*/

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

.none ul li a:link, .ddsmoothmenu ul li a:visited{
color: #a09777;  
}

.none ul li a:hover{
/*background: black; *//*background of menu items during onmouseover (hover state)*/ background:  #006699;
color: #e6e6e6; 
}

/*.noneHover ul li a:hover{
 background: none;
color: #e6e6e6; 
}
	*/
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ 
position: absolute;
left: 0; 
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo 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{

width: 160px; /*width of sub menus*/
padding: 4px;
margin: 0; font-size:13px; background:#FFFFFF;

/*border-bottom: 1px solid #afa688;*/
}
.ddsmoothmenu ul li ul li a:hover{

width: 160px; /*width of sub menus*/
padding: 4px;
margin: 0; font-size:13px; background:#cd3529;

/*border-bottom: 1px solid #afa688;*/
}


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

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

.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{ 
opacity: 0.8;
}

