/* MenuThemeMenu Style Sheet */

.menu0Menu {
	background-color: #fbab18;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	border: 0;
	padding: 0px;
	margin: 0px;
	height: 30px;
	border-collapse: collapse;
	font-family:"Verdana", sans-serif;
	border-right: 1px solid #FFF;
}

.menu0MainItem,.menu0MainItemActive {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	text-transform:uppercase;
	border-right: 1px solid #FFF;
}


.JSCMenuActive .menu0MenuItemText, td .JSCMenuActive .menu0MenuItemText, .JSCMenuActive{
	color: #ed1d24 !important;
	xcolor: #060 !important;
	text-decoration: none;
	/*background-color: #ed1c24;
	border-right: 1px solid #FFF;*/
}

.JSCMenuActive .menu0MainItemHover a:hover {
	color: #df0a17;
}

.JSCMenuActive {
	color: #fff !important;
	xcolor: black !important;
	text-decoration: none;
}


.menu0MainItemText .menu0MainItemTextHover .menu0MainFolderText {
	color: #fff !important;
	font-size: 13px;
	text-decoration: none;	
}

.menu0MainItemTextHover
{
	font-size: 16px;
	text-decoration: none;
}

.menu0MainItemHover {
	color: #ed1c24 !important;
	xcolor: #060 !important;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	text-transform:uppercase;
	background-color: #fbab18;
	border-right: 1px solid #FFF;
}

.menu0MenuItemHover {
		color:#fff;
}



/* ALMENU */

/** lebegõ menü **/


.menu0SubMenu
{
	position:	absolute;
	visibility:	hidden;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:100;
	width: auto;
	padding-top: 1px;
}

.menu0MenuItemLeft, .menu0MenuItemRight{
	padding:0px 0px 0px 0px;
}

.menu0MainItemLeft, .menu0MainFolderLeft{
	padding-left: 7px;
}


td.menu0MenuItemLeft, td.menu0MenuItemRight, td.menu0MenuFolderLeft, td.menu0MenuFolderRight{
	padding-left: 8px;
	height: 29px;
}


.menu0MainItemRight, .menu0MainFolderRight{
	padding-right: 9px;
}


.menu0MenuItemText, .menu0MenuFolderText{
	font-size: 12px;
	xline-height: 14px;
	margin:0px;
	background-color: #fbab18;
	opacity: 1 !important;
	text-transform: uppercase;
}

.menu0MenuItemHover, .menu0MenuItemActive {
	color: #df0a17 !important;
	xcolor: #060 !important;
	padding-left: 8px;
}

.menu0SubMenuTable {
	white-space: nowrap;
	cursor: pointer;
	background-color: #fbab18;
	opacity: 0.9;
}

.menu0SubMenuTable tr{
	color: #fff;
	text-decoration: none;
}
.menu0SubMenuTable a:hover {
	color: #df0a17 !important;
	xcolor:#060;
	cursor: pointer;
	padding-left: 8px;
}
.menu0SubMenuTable tr:first-child {
	border-top: 0;
	margin-top: 0px;
}
.menu0SubMenuTable a:first-child:hover {
	padding-top: 1px;
	padding-left: 8px;
	color: #fff !important;
	xcolor: #060;
}





