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


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


#mainmenu {
	background: #000000;
	font-size: 0.75em; /* 14px */
	color: #202E46;
	padding: 0;
	border: 0;
	height: 1.916em;
	/*width: 60em;*/
	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: #ff0000 !important;
}

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

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SUB MENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#submenu{
  border-top: 0.61em solid #895B29; 
  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: #E4BC96;
	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: #5A3D1C;
	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: #E4BC96 !important;
	background: #895B29 url("../img/submenu_bckg.gif") right top no-repeat !important;
}

