.ddsmoothmenu{
background:url(http://lib.store.yahoo.net/lib/yhst-65389399810235/top-navigation-bg.gif) left top repeat-x; 
width:998px;
clear:both;
}

.ddsmoothmenu ul{
/*z-index:100;*/
margin: 0;
padding: 0;
list-style-type: none;
cursor:pointer;

}

/*Top level list items*/
.ddsmoothmenu ul li{
display: inline;
float: left;
background:url(http://lib.store.yahoo.net/lib/yhst-65389399810235/top-navigation-devider.gif) right top no-repeat;
padding:0px 8px 0px 8px;
position:relative;
margin:0px 0px 0px 5px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:none; /*background of menu items (default state)*/
color: white;
padding:0px 0px 0px 5px;
border-right: 0px solid #778;
color: #2d2b2b;
text-decoration: none;
float:left;
background:url(http://lib.store.yahoo.net/lib/yhst-65389399810235/tabs-left-corner.gif) left top no-repeat;
margin:0px 5px 0px 0px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a span {
	display:block;
	float:left;
	background:url(http://lib.store.yahoo.net/lib/yhst-65389399810235/tabs-right-corner.gif) no-repeat right top ;
	margin:0px;
	padding:15px 5px 15px 5px;
	font-size:16px;
	color:#ad235e; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
.ddsmoothmenu a span {
	float:none;
	}
.ddsmoothmenu   a:hover {
	background-position:0% -54px;
	cursor:pointer;
	
	}
.ddsmoothmenu   a:hover span {
	background-position:100% -54px;
	color:#fff;
	}


.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}


.ddsmoothmenu a.selected  {
	background-position:0% -54px;
	color:#fff;
	}
.ddsmoothmenu a.selected span {
	background-position:100% -54px;
	color:#fff;
	}	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position:absolute;
left: 0;
margin:0px; padding:0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:url(http://lib.store.yahoo.net/lib/yhst-65389399810235/drop-down-bottom-corner.jpg) bottom left no-repeat;
padding-bottom:7px;
margin-left:8px;
width:197px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:#ad235e;
padding:0px;
margin:0px;
text-align:left;
}
body:nth-of-type(1) .ddsmoothmenu ul li ul li {height:28px;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 10px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Arial, Helvetica, sans-serif;
width: 187px; /*width of sub menus*/
_width: 197px;
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #bd4f7e;
background:#ad235e;
}
.ddsmoothmenu ul li ul li a.last-link {border-bottom:none!important;}
.ddsmoothmenu ul li ul li a:hover {background:url(http://lib.store.yahoo.net/lib/yhst-65389399810235/tabs-sub-link-hover.gif) left top repeat-x; color:#fff; z-index:1000 !important;}
 


/* 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;
display:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display:none;
}


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
display:none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0;
}
.ddsmoothmenu ul li#cart { padding:10px 0px 0px 20px; margin:0px; background:none;}
.ddsmoothmenu ul li#cart a { background:none;}
