* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; }
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
/* Holly Hack for IE \*/
/*
.yyil-left-mn ul li a { }
.yyil-left-mn ul li a:hover { background: url(../mg/mn/mg-hg.png) no-repeat; color: #97854f }
*/
* html .ddsmoothmenu { height: 1%; } /*Holly Hack for IE7 and below*/
.ddsmoothmenu-v {width: 190px; min-height: 80px; background:url(../mg/bg/egtm-t.png) no-repeat 0 0; padding:20px 0 0 8px}
.ddsmoothmenu-v img { margin-left:-8px}
.ddsmoothmenu-v ul { width:188px }
.ddsmoothmenu-v ul li { position: relative;border-top: 1px solid #b0a892; float:left; background-color:#dbd5c1 }
/* Top level menu links style */
.ddsmoothmenu-v ul li a { font-size: 1em; text-decoration:none; width:178px; padding:3px 0 3px 10px; float:left; display:block; overflow: auto; /*force hasLayout in IE7 */ color: #7e786a;  }
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active { }
.ddsmoothmenu-v ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/ background: url(../mg/mn/mg-hg.png) no-repeat; color: #97854f; }
.ddsmoothmenu-v ul li a:hover { background: url(../mg/mn/mg-hg.png) no-repeat; color: #97854f; }
/*Sub level menu items */
.ddsmoothmenu-v ul li ul { position: absolute; top: 0; left: 0; margin: -4px 0 0 -1px; visibility: hidden; padding: 0;/* background: url(../mg/mn/subm-mid.gif) repeat-y 0 0;*/ height: auto; }
.ddsmoothmenu-v ul li ul li a {/* padding: 6px 0 6px 8px; background:url(../mg/mn/subm-border.gif) no-repeat 0 bottom;*/ border: none; width: 127px; margin:0 0 0 -5px; }
.ddsmoothmenu-v ul li ul li a:hover { background: #fae820 url(../mg/mn/subm-border.gif) no-repeat 0 bottom; color: #928813; }
/* ######### 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: 20; }
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass { position: absolute; top: 12px; right: 7px; }
.rightarrowclass { position: absolute; top: 6px; right: 5px; }
