.ddsmoothmenu{z-index:10;}
.ddsmoothmenu ul{}
/*Top level list items*/
.ddsmoothmenu ul li{position: relative;display: inline;float: left;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{}
ul.navigation li{}
.ddsmoothmenu ul li ul{top:78px!important;}

* 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{}
/*CSS class that's dynamically added to the currently active menu items' LI A element*/
.ddsmoothmenu ul li a.selected{}
/*background of menu items during onmouseover (hover state)*/
.ddsmoothmenu ul li a:hover{color:#fff;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left: 0;display: none; /*collapse all sub menus to begin with*/visibility: hidden;background:url('../images/dropDownTopTriangle.png') no-repeat 15px top;padding-top:9px;}

/*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!important;background-image:none;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{background:#c14a58 url('../images/dropdownItemDivider.png') repeat-x bottom left!important;font: normal 13px Verdana;width: 160px; /*width of sub menus*/padding: 8px 10px 12px 10px!important;margin: 0;border-top-width: 0;height:20px!important;line-height:25px;}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

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

img.downarrowclass{position: absolute;top:55px;left:50%;margin-left:-8px;display:block;}
ul.navigation li.current a img.downarrowclass{top:55px;left:50%;margin-left:-8px;}
.ddsmoothmenu ul li ul li a {color:#E9CBCE!important;display:block;position:relative;}
.ddsmoothmenu ul li ul li a:hover{color:#fff!important;}


.rightarrowclass{position: absolute;top: 16px;right: 10px;}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{position: absolute;left: 0;top: 0;width: 0;height: 0;}

