#menu UL, #menu LI{
}
#menu {
	position : absolute;
	top : 59px;
	left : 203px;
	display : block;
	height : 30px;
	z-index : 900;
}

#menu_1 { z-index : 909; }
#menu_2 { z-index : 908; }
#menu_3 { z-index : 907; }
#menu_4 { z-index : 906; }
#menu_5 { z-index : 905; }
#menu_6 { z-index : 904; }
#menu_7 { z-index : 903; }
#menu_8 { z-index : 902; }
#menu_9 { z-index : 901; }


UL.menu-horizontal {
	display : block;
	?position : static;
	float : none;
	height : 30px;
}

/* HLAVNE MENU - default tlacitko */
UL.menu-horizontal LI {
	position : relative;
	?position : static;
	height : 30px;
	display : block;
	background : url('../../images/menubtn-start.png') no-repeat bottom left;
	margin : 0 0 0 -9px;
	?margin : 0;
	padding : 0 0 0 18px;
	color : #ffffff;
	text-decoration: none;
}
UL.menu-horizontal LI A {
	float : left;
	height : 17px;
	display : block;
	padding : 8px 6px 5px 6px;
	background : url('../../images/menubtn-bg.png') repeat-x bottom right;
	color : #ffffff;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none;
	cursor : pointer;
}
UL.menu-horizontal .item-prefix {
	display : none;
}
UL.menu-horizontal LI .item-sufix {
	display : block;
	float : left;
	width : 11px;
	height : 30px;
	background : url('../../images/menubtn-end.png') no-repeat top left;
}

/* HLAVNE MENU - hover pozicia */
UL.menu-horizontal A:hover {
	color : #ffffff;
	text-decoration: underline;
}
/* HLAVNE MENU - aktivne tlacitko */
UL.menu-horizontal LI.selected {
	background : url('../../images/menubtn-a-start.png') no-repeat bottom left;
	color : #ffffff;
	z-index : 999 !important;
}
UL.menu-horizontal LI.selected A {
	background : url('../../images/menubtn-a-bg.png') repeat-x bottom right;
	color : #ffffff;
}
UL.menu-horizontal LI.selected .item-sufix {
	display : block;
	float : left;
	width : 11px;
	height : 30px;
	background : url('../../images/menubtn-a-end.png') no-repeat top left;
}

/* HLAVNE MENU - oddelovac tlacitok */
UL.menu-horizontal .separator {
	display : none;
}

/* SUBMENU MENU - nastavenie chovania submenu */
UL.dropdown UL {
	?top : 31px;
/*	?position: relative;*/
}
UL.menu-horizontal LI UL {
	margin : -1px 0 0 0;
	width : auto;
	min-width : 150px;
	?width : 150px;
	border : 0 none;
	background : #de5401 url('../../images/spacer.gif');
}

/* SUBMENU MENU - zrusenie/prenastavenie vybranych parametrov v submenu nastavenych pre hlavne menu */
UL.menu-horizontal LI UL LI {
	margin : 0 !important;
	padding : 0;
	height : auto;
	?height : 16px;
	border-top : 1px solid #e66701;
	background : #de5401 url('../../images/spacer.gif');
}
UL.menu-horizontal LI UL LI .item-sufix, UL.menu-horizontal LI.selected UL LI .item-sufix, UL.menu-horizontal LI UL LI.selected .item-sufix, UL.menu-horizontal LI.selected UL LI.selected .item-sufix {
	display : none !important;
}
UL.menu-horizontal LI UL LI A, UL.menu-horizontal LI UL LI A:hover, UL.menu-horizontal LI.selected UL LI A {
	border : 0;
	background : #de5401 url('../../images/spacer.gif');
}
/* SUBMENU MENU - default tlacitko */
UL.menu-horizontal LI UL LI A, UL.menu-horizontal LI.selected UL LI A {
	float : none;
	padding: 3px 7px;
	display : block;
	color : #ffffff;
	font-weight : bold;
	text-decoration: none;
	text-transform : none;
	font-size: 12px;
	white-space : nowrap;
}
/* SUBMENU MENU - hover pozicia */
UL.menu-horizontal LI UL LI A:hover {
	color : #ffffff;
	background : #e66701;
}


/* VERTICALNE MENU - hlavne nastavenia */
UL.menu-vertical {
	float : none;
	width : auto;
	padding : 0;
	list-style : none;
}
UL.menu-vertical UL {
	padding : 0;
	list-style : none;
}
/* VERTICALNE MENU - default tlacitko */
UL.menu-vertical LI {
	position : relative;
	height : 30px;
	display : block;
	background : url('../../images/menubtn-start.png') no-repeat bottom left;
	margin : 0 0 0 -9px;
	padding : 0 0 0 18px;
	color : #ffffff;
	text-decoration: none;
}
UL.menu-vertical LI A {
	float : left;
	height : 17px;
	display : block;
	padding : 8px 6px 5px 6px;
	background : url('../../images/menubtn-bg.png') repeat-x bottom right;
	color : #ffffff;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none;
	cursor : pointer;
}
UL.menu-vertical LI .item-prefix {
	display : none;
}
UL.menu-vertical LI .item-sufix {
	display : block;
	float : left;
	width : 11px;
	height : 30px;
	background : url('../../images/menubtn-end.png') no-repeat top left;
}

/* VERTICALNE MENU - hover pozicia */
UL.menu-vertical A:hover {
	color : #eeeeee;
	text-decoration: underline;
}
/* VERTICALNE MENU - aktivne tlacitko */
UL.menu-vertical LI.selected A {
	background : url('../images/submenu-point-active.png') no-repeat top left;
	color : #ff9f36;
	font-weight : bold;
}
UL.menu-vertical LI.selected UL LI A {
	color : #000000;
	background-color : transparent;
}

/* VERTICAL SUBMENU - default*/
UL.menu-vertical LI UL LI A {
	display : block;
	margin-right : 20px;
	margin-bottom : 3px;
	padding-right : 5px;
	font-size: 11px;
	border-right : 1px solid #736d53;
	color : #736d53;
}
/* VERTICAL SUBMENU - hover*/
UL.menu-vertical LI UL LI A:hover {
	border-right : 1px solid #c4bc98;
	color : #c4bc98;
	background-color:#2E2A1F;
}
/* VERTICAL SUBMENU - selected*/
UL.menu-vertical LI UL LI.selected A {
	border-right : 1px solid #b6aa80;
	color : #b6aa80;

}

/* VERTICALNE MENU - oddelovac tlacitok */
UL.menu-vertical .separator {
	display : none;
}
