.glossymenu{
	padding: 0;
	width: 100%; /*width of menu*/
	border: 0px solid #9A9A9A;
}

.glossymenu a.menuitem{
	color: #C11717;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-image: url(../obrazy/pozadi_menu_produkty.png) !important;
	background-image: url(../obrazy/pozadi_menu_produkty.gif);
	height: 30px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 4px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #FC0;
}

.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-image: url(../obrazy/pozadi_menu_produkty_select.png) !important;
	background-image: url(../obrazy/pozadi_menu_produkty_select.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	font-size: 11px;
	color: #000;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	background-image: url(../obrazy/pozadi_menu_podprodukty_normal.gif_);
	background-repeat: repeat-x;
	height: 20px;
	background-color: #FF6;
}

.glossymenu div.submenu ul li a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #000;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-image: url(../obrazy/pozadi_menu_produkty_select.gif_);
	background-repeat: repeat-x;
	color: #000;
}

