/*menu bar (default state)*/
.ddsmoothmenu{font:bold 12px Verdana;background:transparent;width:1000px;padding:0em}
.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:2px 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:url(/-/style/m2/arged2009/images/pasek2.jpg);color:#155487;}
.ddsmoothmenu ul li a:visited{background:url(/-/style/m2/arged2009/images/pasek2.jpg);color:#155487;}
.ddsmoothmenu ul li a.selected{ background:#205781;color:#E2DAC2;}
.ddsmoothmenu ul li a:hover{background:#205781; color:#ffffff;}

/*sub level menu*/
.ddsmoothmenu ul li ul{position:absolute;left:0;display:none;visibility:hidden;background:#205781;}
.ddsmoothmenu ul li ul li{display:list-item;float:none;}
.ddsmoothmenu ul li ul li ul{top:0;}
.ddsmoothmenu ul li ul li a{font:normal 13px Verdana;width:160px;padding:5px;margin:0;border-top-width:0;border-bottom:1px solid gray;border-left:1px solid #778;border-right:1px solid #778;}
.ddsmoothmenu ul li ul li a:link{background:transparent;color:#ffff00;}
.ddsmoothmenu ul li ul li a:visited{background:transparent;color:#ffff00;}
.ddsmoothmenu ul li ul li a.selected{ background:#205781;color:#ffff00;}
.ddsmoothmenu ul li ul li a:hover{background:#195f93; color:#ffff00;}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{position:absolute;bottom:5px;right:7px;}
.rightarrowclass{position:absolute;bottom:7px;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;}
