
.glossymenu{
padding: 0;
width: 190px; /*width of menu*/

}

.glossymenu a.menuitem{
	font: bold 12px "Tahoma", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333A43;	
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	11border-top: #F78800 1px solid;
	border-bottom: #c2d2e5 1px solid;
	border-left: #c2d2e5 1px solid;
	border-right:#c2d2e5 1px solid;
	padding-left: 5px;
	text-decoration: none;	
	background: url(images/centerbar_3.gif) ;
	
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{/*tady je na carky*/
	color: navy;
	
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;

}

.glossymenu a.menuitem:hover{
	BACKGROUND: url(images/bg_search.gif) repeat-x 50% bottom;
	color: Red;

}

.glossymenu div.submenu{
	/*DIV that contains each sub menu*/
	background-color: #FFFFE1;
	border-left: #c2d2e5 1px solid;
	border-right: #c2d2e5  1px solid;
		
	}

.glossymenu div.submenu ul{ /*UL of each sub menu*/

list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: #c2d2e5 1px solid;
1border-bottom: 1px solid #5D6B84;

}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px "Tahoma", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 4px 0;
padding-left: 5px;


}

 div.submenu ul li a:hover{
	background: #77d1ff;
	color: Navy;
	
}
.glossymenu .menuheader{
	/*CSS class for menu headers in general (expanding or not!)*/
	padding:  6px 0px 6px 6px; /*header text is indented 10px*/	
	MARGIN-top: 1px; 
	11background:url(images/menu_bg.gif) repeat-x top left;);
	11background: url(../images/modhor_l.gif) 0 0 no-repeat #0a3dc5;
	background:url(images/menuus.jpg);
	11background: url(images/aaorange.gif) repeat-x bottom left;
	COLOR: navy;
	font-weight: bold; 
	font-size: 1.22em;
	border-top: #F78800 1px solid;
	border-left: #c2d2e5 1px solid;
	border-right:#c2d2e5 1px solid;	
}

 .glossymenu a.samo{
 	111font-weight: bold;
	background: url(images/aaorange.gif) ;
	text-align: left;
	display: block;
	padding: 6px 0 4px 6px; /*header text is indented 10px*/
	font: bold 12px Arial;
	border-bottom: #0875be 1px solid;
}
 
 .glossymenu a.samo:hover {
	
	BACKGROUND: url(images/bg_search.gif) repeat-x 50% bottom;
  }
 
 
 
 

