/* STYLE DLA MENU PIONOWEGO*/

#menuContent {margin-top:20px;}

.ddsmoothmenu-v ul {margin: 0;
                  padding: 0;
                  width: 90%; /* Main Menu Item widths */
                  list-style-type: none;
                  font: bold 12px Verdana;
                  line-height:25px;
                  margin-left: auto;
                  margin-right:auto;}

.ddsmoothmenu-v ul li {position: relative;}

/* Top level menu links style */
.ddsmoothmenu-v ul li a {display: block;
                     overflow: hidden; /*force hasLayout in IE7 */
                     color: black;
                     text-decoration: none;
                     padding: 5px;
                     margin-bottom:-1px;
                     margin-top:0px;
                     margin-left:2px;
                     margin-right:1px;
                     background-color:white;
                     border-bottom: 1px solid #4655A2;
                     border-right: 1px solid #4655A2;
                     border-top: 1px solid #4655A2;
                     border-left: 1px solid #4655A2;
                     -moz-opacity: 0.9;
                     opacity: 0.9;
                     filter: alpha(opacity=90,style=0);}



 /*background: blue;*/ /*background of menu items (default state)*/
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {color: black;}

/*CSS class that's dynamically added to the currently active menu items' LI A element*/
.ddsmoothmenu-v ul li a.selected {background: #D1E2F5;
                              color: #0000A0;}

/*background of menu items during onmouseover (hover state)*/
.ddsmoothmenu-v ul li a:hover {background: #D1E2F5;
                           -moz-opacity: 0.9;
                           opacity: 0.9;
                           filter: alpha(opacity=90,style=1);
                           color: #0000A0;}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul {position: absolute;  /*static - inny rodzaj menu*/
                     width: 100%; /*Sub Menu Items width */
                     top: 0;
                     font-weight: normal;
                     visibility: hidden;}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%;}
* html .ddsmoothmenu-v ul li a { height: 1%;}

/* End */
