/* STYLE DLA MENU POZIOMEGO*/

#menuContent {margin-top:1px;}

.ddsmoothmenu-h{font: bold 12px Verdana;
                margin-right:5px;
                list-style-type:none;
                width: 100%;}

.ddsmoothmenu-h ul{z-index:100;
                  margin: 0;
				  padding: 0;
                  list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu-h ul li{position: relative;
                   display: inline;
                   float: left;
                   padding:0;				   
				   padding-left:2px;
                   border-color:red;}

/*Top level menu link items style*/
.firstLevel{display: block;
            color: black;
            background-color:#FFFFFF;
            padding: 8px 20px;
            border-bottom: 0px solid #00A2E5 !important;
            color: #2d2b2b;
            text-decoration: none;
            height: 30px !important;			
			line-height:30px !important;
            width: 110px !important;}

* html .ddsmoothmenu-h ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
                         display: inline-block;
                         background-color:#FFFFFF;}

/*tutaj zmieniam wygląd opcji menu*/
.ddsmoothmenu-h ul li a:link, .ddsmoothmenu-h ul li a:visited{display: block;
                                                       color: black;                                                       
													   /*background-color:#123C85;*/
													   background-image:url(../images/galaxy/galaxy_tlo_menu.png);
                                                       border-bottom: 1px solid #123C85;
                                                       color: #FFFFFF;
                                                       text-decoration: none;
													   padding-top:2px;
                                                       height:24px;
													   font-family:Arial,Tahoma; 
													   font-weight:normal; 
													   font-size: 12px;													   
													   line-height:25px;
                                                       width:141px;}

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

.ddsmoothmenu-h ul li a:hover{/*background: #D1E2F5;*/
                           background:#4A6CA9;
						   /*
                          -moz-opacity: 0.9;
                          opacity: 0.9;
                          filter: alpha(opacity=90,style=1);
						  */
                          color: #FFFFFF;}
	
/*1st sub level menu*/
.ddsmoothmenu-h ul li ul{position: absolute;
                     left: 0;
                     display: none; /*collapse all sub menus to begin with*/
                     visibility: hidden;}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu-h ul li ul li{display: list-item;
                      float: none;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu-h ul li ul li ul{top: 0;}

/* Sub level menu links style */
.ddsmoothmenu-h ul li ul li a{font: normal 13px Verdana;
                       width: 146px; /*width of sub menus*/
                       padding: 5px;
                       margin: 0;
                       border-top-width: 0;
                       border: 1px solid #123C85;}

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


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

.downarrowclass{position: absolute;
                top: 10px;
                right: 7px;}

.rightarrowclass{position: absolute;
                 top: 6px;
                 right: 5px;}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 0;
          background: silver;}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
                opacity: 0.8;}
