/*******************  TOP MENU (TABS)*****************************/
#nav-top-level {
float:left;
margin:0 0 0 0;
width:1070px;
background: #7abcff;
background: -moz-linear-gradient(top,  #7abcff 0%, #006ac6 0%, #007ee5 100%);
background: -webkit-linear-gradient(top,  #7abcff 0%,#006ac6 0%,#007ee5 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#006ac6 0%,#007ee5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#007ee5',GradientType=0 );

}

#nav-top-level ul {
  list-style-type:none!important;
  margin: 2px;
  padding: 0;
  }
#nav-top-level li{
	float: left;
	text-align: left; 
	} 
#nav-top-level a {
text-decoration: none;
text-transform: uppercase;
font-size:14px; 
font-weight: bold;
line-height:30px;
padding-left: 5px;
 
}
a.menuTopLevel {
	display:block;
	height:25px;
	width: 183px;
	margin:0 2px 2px 0;
	background: #0e0e0e;
background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%);
background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%);
background: linear-gradient(to bottom,  #0e0e0e 0%,#7d7e7d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 );

	color:White;
	text-shadow:2px 1px 0 #000;
}
a.menuTopLevel:hover {
	background-position: left top;
}
a.menuTopLevelAct {
	display:block;
	height:25px;
	width: 183px;
	margin-right:2px;
	background: #a31300;
background: -moz-linear-gradient(top,  #a31300 0%, #cc0000 100%);
background: -webkit-linear-gradient(top,  #a31300 0%,#cc0000 100%);
background: linear-gradient(to bottom,  #a31300 0%,#cc0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a31300', endColorstr='#cc0000',GradientType=0 );

	font-weight: bold!important;
	color:yellow!important;
	text-shadow:2px 1px 0 #b22222!important;
}
a.menuTopLevelAct:hover {
	background-position: left top;
}
/************************** QUICK ICONS ************************/
#menu-quick-icon{
float:right;
margin-top:30px;
margin-right:30px;
}

#menu-quick-icon img{
border:none;
margin-right: 15px;
}
#menu-quick-icon a{
text-decoration:none;	
}
/***************************** SIDEBAR MENU *****************************/
/********* hlavicka menu**********************/
#menu-header h3{
	font-size: 15px;
	font-weight: bolder;
	padding-left: 5px;
	width: 195px;
	text-align: left;
	line-height: 30px;
	margin: 3px 0 0 0;
	color: white;
background: #7abcff;
background: -moz-linear-gradient(top,  #7abcff 0%, #006ac6 0%, #007ee5 100%);
background: -webkit-linear-gradient(top,  #7abcff 0%,#006ac6 0%,#007ee5 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#006ac6 0%,#007ee5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#007ee5',GradientType=0 );

	border-bottom: 4px solid #ffd700;
}
/************************ menu******************************/
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0 0 0 0px;
  padding: 0;
  width: 200px;
}

ul.menu a {
  display: block;
  text-decoration: none;
  
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a{
font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
 height:30px!important;
  	line-height: 30px;
	margin:0;
background: #006ac6;
background: -moz-linear-gradient(left,  #006ac6 0%, #00adef 100%);
background: -webkit-linear-gradient(left,  #006ac6 0%,#00adef 100%);
background: linear-gradient(to right,  #006ac6 0%,#00adef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ac6', endColorstr='#00adef',GradientType=1 );

	color:yellow;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;	
   padding-left: 0.5em;
}

ul.menu li a:hover {
	color: white;
  background: #0059b2;
background: -moz-linear-gradient(left,  #0059b2 0%, #0097dd 100%);
background: -webkit-linear-gradient(left,  #0059b2 0%,#0097dd 100%);
background: linear-gradient(to right,  #0059b2 0%,#0097dd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059b2', endColorstr='#0097dd',GradientType=1 );

   text-shadow:2px 1px 0 #00013e;
    	
}
 ul.menu ul.menu li a:hover {
    	background-position:bottom left;
    	text-shadow:2px 1px 0 #000!important;
}
/************************** submenu*****************/
ul.menu li ul li a, ul.menu ul.menu li ul li a {
	color: white;
	text-shadow:2px 1px 0 #383838;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px!important;
	font-weight: normal;
	text-transform: none;
	height: 30px!important;
   line-height:30px;
  	padding-left: 5px;
  background: #7abcff;
background: -moz-linear-gradient(top,  #7abcff 0%, #0052a5 0%, #004fce 100%);
background: -webkit-linear-gradient(top,  #7abcff 0%,#0052a5 0%,#004fce 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#0052a5 0%,#004fce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#004fce',GradientType=0 );

 
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  border-left: 5px #000 solid;
  color: #fff;
  padding-left: 5px;
  background: #7abcff;
background: -moz-linear-gradient(top,  #7abcff 0%, #003d89 0%, #0050ba 100%);
background: -webkit-linear-gradient(top,  #7abcff 0%,#003d89 0%,#0050ba 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#003d89 0%,#0050ba 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#0050ba',GradientType=0 );

  text-shadow:none!important;
}
ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
    background-position:bottom right;
    text-shadow: none;
}
ul.menu ul.menu {
    border-left: 5px #f00 solid;
}
/***************** aktivni tlacitko ******************/
ul.menu a.activeItem, ul.menu ul.menu li a.activeItem {
   text-decoration: underline;
  	background-color: #2957dd;
  	color:white;
   background-image:url(../images/btn-activeItem.png)!important;
   background-repeat: no-repeat;
   background-position: top;
	text-shadow: none;

}
 ul.menu a.activeItem:hover, ul.menu ul.menu li a.activeItem:hover {
   text-decoration: underline;
  	background-color: #1e48c1;
  	color:white;
  	border-left:0!important;
   background-image:url(../images/btn-activeItem.png)!important;
   background-repeat: no-repeat;
   background-position: bottom;
	text-shadow: none;

}
/*********************** panel- soucast menu bez href****************************/
div.panel {
    border: 1px #000 solid;
    padding: 5px;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}


