﻿
.nowe_menu * {font-family:Georgia, "Times New Roman", Times, serif;}



.nowe_menu
{
    margin: 0 auto; width: auto;float:left;
	 font-family:Georgia, "Times New Roman", Times, serif;
    position:relative;
    z-index:54;
    height: 36px;
    /*background: #000000;*/
    /*border: 1px solid #111;*/
    list-style: none;
    padding: 0;

}

.nowe_menu li
{
    padding: 0;
    float: left;
    height: 36px;
    position: relative;
    color: #EEE;
    z-index:55;
}

.nowe_menu li:hover, .nowe_menu li.onhover
{
    border-top:0;

}
.nowe_menu a
{
    padding: 0 15px;
    /*line-height: 36px; */
    font-weight: normal;
    display: inline-block;
    outline: 0;
    text-decoration: none;
	color:#FFFFFF;
    /*color: #cac7c7;*/
	 font-size:17px;
    position: relative;
text-shadow:1px 1px  #000000;

}
.nowe_menu li:hover a, .nowe_menu li.onhover a
{
   /* background-color: #000;*/
    color: #ff000f;text-shadow:2px 2px #5e0608;
    z-index: 59;

}
.nowe_menu a.arrow
{

}
 
.glob { line-height:36px;}
        
/*Used to align a top-level item to the right*/        
.nowe_menu li.menuRight
{
    float: right;
    margin-right: 0px;
}
        
/*for the top-level separators*/
.nowe_menu li.separator
{
    font-size:0;
    overflow:hidden;
    border-left:1px solid #aaa;
    height:20px;
    margin-top:8px;
    z-index:54;
}
               
        
/* sub level
--------------------------------------------*/
        
.nowe_menu .drop
{
    position: absolute;
    z-index:55;
    left: -9999px;
    border: 1px solid #666;
    /*background: #000;           */
    text-align: left;
	
    padding: 10px;  
    top:35px;
	color:#999;
}

.nowe_menu .drop a
{
    padding-left: 0px;
    padding-right: 0px;
  /* line-height: 26px;*/
    font-size: 12px;
    font-weight: normal;
    display: inline;
    text-align: left;
    text-shadow:none;
    position: static;
    z-index: 50;
}

.nowe_menu li:hover .drop, .nowe_menu li.onhover .drop
{
    left: -1px;/*Use this property to change offset of the dropdown*/
}
.nowe_menu li:hover .dropToLeft, .nowe_menu li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
}
.nowe_menu li:hover .dropToLeft2, .nowe_menu li.onhover .dropToLeft2
{
    left: auto;
    right: -60px;
}

/* Elements within the drop down sub-menu
--------------------------------------------*/

.nowe_menu div.drop div div
{
    padding: 6px 15px;
}
.menuTemplate1 li:hover .drop a, .menuTemplate1 li.onhover .drop a
{
    background: none;
    background-image:none;
    padding:0 0;
}
.nowe_menu div.drop div a
{
    /*line-height: 24px;  */
	color:white;
	font-size:12px;
	text-shadow:none;
    background:none;
}
.nowe_menu div.drop div a:hover
{
    text-decoration:none;
    cursor:pointer;
	text-shadow:2px 2px #5e0608;
    color:Red;
}

.nowe_menu div.left {float:left; margin-right:20px;}
.nowe_menu div.left a.sub1 { font-size:15px; margin-bottom:8px; font-weight:bold;padding-bottom:8px;}
.nowe_menu div.left a { display:block; width:200px; height:auto; margin-bottom:8px; font-size:10px; }
/* CSS3 effects
--------------------------------------------*/
 
/*for top-level*/       
.decor3_1 
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 1px 2px 4px 2px #999;
    -webkit-box-shadow: 1px 2px 4px 2px #999;
    box-shadow: 1px 2px 4px 2px #999;
}

/*for submenu.*/   
.decor3_2 
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    -moz-box-shadow: 0px 8px 14px #777;
    -webkit-box-shadow: 0px 8px 14px #777;
    box-shadow: 0px 8px 14px #777;  
}
