/* MenuThemeMenu Style Sheet */

.menu0Menu
{
	xbackground-color:	transparent;
	border-collapse: collapse !important;
	border-spacing:0 !important;
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 900px;
	border-collapse: collapse;
	font-family: Tahoma;
	letter-spacing: 2px;

}

.menu0MainItem,.menu0MainItemActive
{
	background-image: url(../../../images/menu_black.jpg);
	background-repeat: no-repeat;
	color: #999999;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	cursor: pointer;
	width:200px;
	padding:0px;
	margin:0px;
}

td .JSCMenuActive {
	color: #FFFFFF !important;
	background-color: #674D1C;
}

.JSCMenuActive .menu0MenuItemText{
	color: #FFFFFF !important;
	background-color: #000000;
	width:200px;

}

.JSCMenuActive {
	color: #FFFFFF;
	background-image:url(../../../images/menu_red.jpg);
	background-repeat:no-repeat;
}

.menu0MainItemText .menu0MainItemTextHover .menu0MainFolderText
{
	color: #FFFFFF !important;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.menu0MainItemTextHover
{
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.menu0MainItemHover
{
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	cursor: pointer;
	background-image: url(../../../images/menu_red.jpg);
	background-repeat: no-repeat;
	width:200px;
	padding:0px;
	margin:0px;
}



.spacer{
	width:70px !important;
}

.spacer{
	background-image:none;
	cursor:default !important;
	
}


.language, .language a{
	background-color: red;
	background-image: none;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-decoration: none;
	width:30px !important;
}



/* 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;
	xfilter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=1);
}

.menu0MenuItemText{
	padding: 5px 0px 5px 5px;
	height: 26px;
	width:191px;
	letter-spacing:1px;
	white-space:nowrap;
	border-bottom:2px solid #663332;
	/* for IE */
 	 xfilter:alpha(opacity=100) !important;
  /* CSS3 standard */
	  xopacity:1 !important;
}

.menu0MenuItem{
	/* for IE */
 	 xfilter:alpha(opacity=100) !important;
  /* CSS3 standard */
	  xopacity:1 !important;

}

.menu0MenuItemHover{
	color: #FFFFFF !important;
}

.menu0SubMenuTable {
	background-image:url(../../../images/submenu_background.jpg);
	background-repeat:repeat-x;
	background-color: #140700;
	white-space: nowrap;
	cursor: pointer;
		/* for IE */
 	 xfilter:alpha(opacity=60);
  /* CSS3 standard */
	 xopacity:0.6;
	

}
.menu0SubMenuTable tr{
	margin: 2px 10px 2px 10px;
	color: #98999D;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
.menu0SubMenuTable a:hover {
	padding: 2px 9px 1px 9px;
	color:#FFFFF;
	cursor: pointer;
}
.menu0SubMenuTable tr:first-child {
	border-top: 0;
	margin-top: 0px;
	color:#98999D;
}
.menu0SubMenuTable a:first-child:hover {
	padding-top: 1px;
	color: #98999D;
}





