/* CSS Document */
/* MENU TOP */
.thememenutopMenu, .thememenutopSubMenuTable {
	white-space:	nowrap;
}
.thememenutopSubMenu {
	position:	absolute;
	visibility:	hidden;
	z-index:	100;
	border:		0;
	padding:	0;

	/*overflow:	visible;*/
	/*border:		1px solid #8E4A19;*/
	background-color:#C38560;
	cursor:pointer;
}
.thememenutopSubMenuTable {
	overflow:visible;
	background-color:#00276d;
	width:150px;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

.thememenutopMenu #activeitem {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#CCFF00;
	cursor:pointer
}
.thememenutopMainItem, .thememenutopMainFolder {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	cursor:pointer
}
.thememenutopMainItemHover, .thememenutopMainFoderHover, .thememenutopMainItemActive, .thememenutopMainFolderActive {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#CCFF00;
	border-top:1px solid #FFFFFF;
	text-transform:uppercase;
	cursor:pointer
}
.thememenutopMainItemText, .thememenutopMainFolderText {
	padding-left:30px;
	padding-right:30px;
}
.thememenutopMenuItem, .thememenutopMenuFolder, .thememenutopMenuItemHover, .thememenutopMenuFolderHover, .themeneutopMenuItemActive, .thememenutopMenuFolderActive {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;

}
.thememenutopMenuItemHover, .thememenutopMenuFolderHover, .thememenutopMenuItemActive, .thememenutopMenuFolderActive {
	font-weight:bold;
	border-left:2px solid #8E4A19;
}
.thememenutopMenuItemText, .thememenutopMenuFolderText {
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #FFFFFF;
}
.thememenutopMenuSplit {
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
}


/* MENU LEFT */
.thememenuleftMenu, .thememenuleftSubMenuTable {
	white-space:	nowrap;
}
#menuleft .title_menu {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	text-transform:uppercase;
	background-image:url(../images/title_menuleft.jpg);
	background-repeat:no-repeat;
	padding-left:50px;

	padding-top:10px;
	height:41px;
	
}
#menuleft .thememenuleftMenu{
	background-image:url(../images/menuleft_02.jpg);
}
.thememenuleftMenu #activeitem {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	cursor:pointer
}
.thememenuleftSubMenu {
	position:	absolute;
	visibility:	hidden;
	z-index:	100;
	border:		0;
	padding:	0;

	/*overflow:	visible;*/
	border:		1px solid #8E4A19;
	background-color:#C38560;
	cursor:pointer;
}
.thememenuleftSubMenuTable {
	overflow:visible;
}
.thememenuleftMainItem, .thememenuleftMainFolder {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	
}
.thememenuleftMainItemHover, .thememenuleftMainFoderHover, .thememenuleftMainItemActive, .thememenuleftMainFolderActive {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	cursor:pointer
}
.thememenuleftMainItemText, .thememenuleftMainFolderText {
	width:197px !important;
	padding-left:50px;
	width:197px;
	height:33px !important;
	height:33px;
	padding-top:5px;
}
.thememenuleftMenuItem, .thememenuleftMenuFolder, .thememenuleftMenuItemHover, .thememenuleftMenuFolderHover, .themeneutopMenuItemActive, .thememenuleftMenuFolderActive {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	border-bottom:1px solid #8E4A19;
}
.thememenuleftMenuItemHover, .thememenuleftMenuFolderHover, .thememenuleftMenuItemActive, .thememenuleftMenuFolderActive {
	font-weight:bold;
	border-left:2px solid #8E4A19;
}
.thememenuleftMenuItemText, .thememenuleftMenuFolderText {
	padding:3px;
	padding-left:10px;
	padding-right:10px;
}
.thememenuleftMenuSplit {
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
}