/*
 *  screen, projection
 *	khaac, 2008
 *  ver: 1.0
 *  
 *  > Menu
 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LANGUAGE MENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#langmenu {
	background-color: #FCEB8B;
	font-size: 0.65em;
	color: #6D533B !important;
	padding: 0em 0px;
	top: 0px;
	right: 0px;
	width: 17.25em;
	height: 2em;
	position: absolute;
	border-left: 0px solid #23569C;
}

#langmenu ul {
	padding: 0px 0px; /* top-bottom left-right*/
	margin: 0.3em 0 0 0 !important;
	list-style-type: none;
	height: auto; /* Pozadi hlavniho menu*/
	background: transparent;
	width: 100%; /* sirka pro Op. a Konq. */
}

#langmenu li {
	font-size: 1em !important;
	padding: 0em 0em 0em 0em !important;
	border-right: 1px solid #000000;
	display:block;
	height:auto;
	white-space:nowrap;
	margin: 0px;
	float: left;
	color: #000000;
	font-weight: bold;
}

#langmenu li a, #langmenu li span { /* blok odkazu */
	color: #0C4400 !important;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 0em 0.2em;
	margin: 0em 0.3em 0em 0.3em;
	font-size: 1em;
	text-align: left;
	background: transparent;
	float: left;
}
#langmenu li span{
  font-weight: bold !important;
	color: #000000 !important;
}

#langmenu li a:hover{
	text-decoration: underline !important;
	font-weight: normal !important;
	color: #000000 !important;
}


/* cancel right border */
#langmenu li.last {
	border: none !important;
}

html>body #langmenu ul li a {
	width: auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MAIN MENU & BOTTOM MENU
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#mainmenu {
	background: #0E2B8D url("../img/mainmenu_bckg.gif") right top no-repeat;
	font-size: 0.75em; /* 14px */
	color: #202E46;
	padding: 0;
	border: 0;
	height: 1.916em;
	position: relative; /* obsahujici box pro search*/
	z-index: 5;
}



#mainmenu ul  {
	padding: 0px 0px; 
	margin: 0px !important;
	list-style-type: none;
	font-weight: bold;
	float: left;
	height: 100%; /* Pozadi hlavniho menu*/
	width: 100%; /* sirka pro Op. a Konq. */
	background: transparent;
}

#mainmenu li {
	font-size: 1em !important;
	padding: 0em 0em 0em 0em;
	border: 0;
	display:block;
	white-space: nowrap;
	margin: 0 !important;
	float: left;
  position: relative; /* Dulezite pro 2nd order menu! */
	height: 100%;
}

#mainmenu li a { /* blok odkazu */
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold; 
	display: block;
	padding: 0em 1.5em 0em 1.5em; 
	margin: 0em 0em 0em 0em;
	font-size: 1em;
	text-align: center;
	height: 1.9em; /*100%;*/
  line-height: 1.9em;
	background: transparent;
}

/* HOVERS */

#mainmenu li a:hover, #mainmenu li a.self-current-folder, #mainmenu li a.ancest-current-folder{
	color: #000000;
	background: #A4C5FF !important;
}

#mainmenu li.first a:hover, #mainmenu li.first a.self-current-folder, #mainmenu li.first a.ancest-current-folder{
	color: #000000;
	background: #A4C5FF !important;
}

/*
	TODO: Rozliseni current-item a current-folder - dopsat pro mainmenu nebo zrusit
	
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SUB MENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#submenu{
	border-top: 0.61em solid #5097FF; 
  margin: auto auto;
  width: 9.75em;
	height: auto;	
  background: transparent;
	text-align: left;
}


#submenu ul{
	text-decoration: none;
	padding: 0.1em 0 0 0; 
	margin: 0;
	border: 0;
  list-style-type: none !important;
	list-style-image: none !important;
	background: transparent;
	width: 100%; /* width pro Op. and Konq. */
	height: auto;
	
}

#submenu ul li {
  padding: 0;
	margin-bottom:  0.1em;
	border: 0px solid #ff0000;
	height: 1.4em;
	line-height: 1.4em;
	width: auto;
	background-color: #A4C5FF;
	position: relative;
}
/* IE FIX ??? */
* html body #submenu ul li{
	margin-bottom:  0.05em !important;
}

#submenu ul li a {/* anchor span block */
  font-size: 0.625em !important;
	font-weight: bold; 
  font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  color: #002266;
	display: block;
	text-decoration: none;	
	font-weight: bold;	
	border: 0;
	margin: 0 !important;
	padding: 0 0 0 1em;
	cursor: pointer;	
	width: auto;
	height: 100%;
}
#submenu ul li a span{
  display: block;
  padding-top: 0.5em;

}

/* HOVERS */
#submenu ul li a:hover, #submenu ul li a.self-current-item, #submenu ul li a.self-current-folder{
  color: #DEEAFF !important;
	background: #5097FF url("../img/submenu_bckg.gif") right top no-repeat !important;
}
