
.ddsmoothmenu{
/*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline-block;
background:url(../images/purple/bg-nav-devider.gif) no-repeat right; line-height:14px;
}
.ddsmoothmenu ul li li{ background:none;}
.ddsmoothmenu ul li:last-child
{
background: none;
} 

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	padding: 0 6px;
    text-decoration: none;
    color:#222;
}
.ddsmoothmenu ul li li a{
    text-transform: none;
}


* 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{

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
text-decoration:underline;
}

.ddsmoothmenu ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
 text-decoration:underline;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#95d72d;
text-align:center;
border-top: none; top:20px!important;
}

/*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: 8px 5px;
margin: 0; color:#FFFFFF;
}
.ddsmoothmenu ul li ul li a:hover{
color:#FFFFFF; background:#2d2151; text-decoration:none;
}

/* 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: 2px;
right:5px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.leftarrowclass{
position: absolute;
top: 6px;
left:-5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

#nav-top-shop { margin-top:15px;}
#nav-top-shop .ddsmoothmenu ul li { background:none; margin-right:1px;}
#nav-top-shop .ddsmoothmenu ul li a{
	padding: 12px 11px 12px 12px;
    text-decoration: none;
    text-transform: none;
    color:#FFF;
	border-radius:3px;
	 /* fallback */ 
	 background-color: #4a397f; 
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    #nav-top-shop .ddsmoothmenu ul li a{padding: 10px;}
	#nav-top-shop .ddsmoothmenu ul li.item115 { width: 73px;}
}
*/

/*#nav-top-shop .ddsmoothmenu ul li li a{
 	background-color: #95d72d;
    color:#FFF;
	}*/
	
#nav-top-shop .ddsmoothmenu ul li a.selected{ background:#38276a;}
#nav-top-shop .ddsmoothmenu ul li a:hover{ background:#38276a;}
/*#nav-top-shop { border-radius:0 3px 3px 0;}*/
#nav-top-shop .ddsmoothmenu ul li:last-child{ margin:0px!important;}
#nav-top-shop .ddsmoothmenu ul li:last-child a{ padding:12px 13px;}