/*menu bar (default state)*/
.ddsmoothmenu{font:bold 12px Verdana;background:transparent;width:960px;padding:0em;margin-left:20px;margin-right:20px;}
.ddsmoothmenu ul{z-index:100;margin:0;padding:0;list-style-type:none}

/*Top level list items*/
.ddsmoothmenu ul li{position:relative;display:inline;float:left;}
.ddsmoothmenu ul li a{display:block;background:#205781;padding:10px 10px;color:#FFFF00;text-decoration:none;}

 /*IE6 hack to get sub menu links to behave correctly*/
* html .ddsmoothmenu ul li a{display:inline-block;}
.ddsmoothmenu ul li a,.ddsmoothmenu ul li a:link{background:transparent;color:#ffffff;font:bold 12px Verdana;}
.ddsmoothmenu ul li a:visited{background:transparent;color:#ffffff;}
.ddsmoothmenu ul li a.selected{ background:transparent;color:#ffffff;}
.ddsmoothmenu ul li a:hover{background:transparent; color:#541818;}

/*sub level menu*/
.ddsmoothmenu ul li ul{position:absolute;left:0;top:100px;display:none;visibility:hidden;background:#541818;vertical-align:bottom;text-align:center;}
.ddsmoothmenu ul li ul li{display:list-item;float:none;}
.ddsmoothmenu ul li ul li ul{top:0;}
.ddsmoothmenu ul li ul li a{width:160px;padding:0px;padding-top:10px;padding-bottom:10px;}
.ddsmoothmenu ul li ul li a:hover{background:url(/-/style/m2/2009/skmkr.eu/images/submenu.png); color:#541818;}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{position:absolute;bottom:12px;right:7px;}
.rightarrowclass{position:absolute;bottom:12px;right:5px;}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:transparent;}
.toplevelshadow{opacity:0.8;}

