.ddsmoothmenu{
background:url(../images/main-link-bg.gif) left bottom repeat-x; font-size:14px; font-weight:normal; line-height:28px; color:#fff; width:974px; height:28px; margin:0px auto; padding-left:40px;
}

.ddsmoothmenu ul{
z-index:100;
margin:0;
padding:0;
list-style-type: none;
color: #fff;
background-color:transparent;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
float: left;
display: inline;
width:auto;
background:url(../images/main-link-brk.gif) right bottom no-repeat;
padding: 0 1px 0 0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
	padding:0 22px;
	color: #fff;	
	text-decoration:none !Important;
	text-transform:capitalize;
}

* 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: #fff;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #fff; background:#8b4612 url(../images/main-link-hover.gif) center top repeat-x ;
}
.ddsmoothmenu ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
color: #fff; background:#8b4612 url(../images/main-link-hover.gif) center top repeat-x ;
}
.ddsmoothmenu ul li:hover a.one,
.ddsmoothmenu ul li a.mainActive {
	color: #fff;
	background:#8b4612 url(../images/main-link-hover.gif) center top repeat-x ;
}
.ddsmoothmenu ul li a.one:hover{
	color: #fff;
	background:#10320c url(../images/main-link-hover.gif) center top repeat-x ;
}
.ddsmoothmenu ul li a.one:visited{
	color: #fff;
}	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
z-index:110;
left: 0;
margin-top:0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:transparent url(../images/dd-botbg.gif) center bottom no-repeat;
padding-bottom:16px;
font-weight: normal;
font-size:12px;
text-transform:none;
line-height:16px;
width: 206px;
height: auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
background:#fff;
color:#000;
text-transform:none;
float: none;
padding: 0;
width:auto; 
border-bottom: 1px solid #bfbfbf;
margin:0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top:0; border-top: 1px solid #bfbfbf;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 186px; /*width of sub menus*/
padding: 10px;
margin: 0;
text-transform:none;
background:#fff url(../images/dd-linkbg.gif) center top repeat-y;
color: #000;
}
.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #000; background:#ebede3 url(../images/dd-linkbg.gif) center top repeat-y;
}

.ddsmoothmenu ul li ul li a:link,
.ddsmoothmenu ul li ul li a:visited{
	color:#000;
}
.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li ul li a.underactive,
.ddsmoothmenu ul li ul li a.underactive:visited,
.ddsmoothmenu ul li ul li a.underactive:hover,
.ddsmoothmenu ul li ul li a.underactive:active
{
	background: #ebede3 url(../images/dd-linkbg.gif) center top repeat-y; color: #000;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 11px;
right: 10px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE
opacity: 0.8;*/
}
