/* 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:#000000;
	width:150px;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

.thememenutopMenu #activeitem {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#CCFF00;
	cursor:pointer
}
.thememenutopMainItem, .thememenutopMainFolder {
	font-family:Tahoma;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer
}
.thememenutopMainItemHover, .thememenutopMainFoderHover, .thememenutopMainItemActive, .thememenutopMainFolderActive {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#CCFF00;
	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;
	border-bottom:1px solid #8E4A19;
}
.thememenutopMenuItemHover, .thememenutopMenuFolderHover, .thememenutopMenuItemActive, .thememenutopMenuFolderActive {
	font-weight:bold;
	border-left:2px solid #8E4A19;
}
.thememenutopMenuItemText, .thememenutopMenuFolderText {
	padding:3px;
	padding-left:10px;
	padding-right:10px;
}
.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:#FFFFFF;
	background-image:url(../images/bg_menuleft.png);
	width:200px;
	background-repeat:no-repeat;
	padding-left:35px;
	height:35px;
	padding-bottom:10px;
	height:35px;
	vertical-align:bottom;
	text-transform:uppercase;
}
#menuleft .thememenuleftMenu{
	background-image:url(../images/bg_menu2left.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 #666666;
	background-color:#FFFFFF;
	cursor:pointer;
	width:120px;
}
.thememenuleftSubMenuTable {
	overflow:visible;
}
.thememenuleftMainItem, .thememenuleftMainFolder {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	cursor:pointer
}
.thememenuleftMainItemHover, .thememenuleftMainFoderHover, .thememenuleftMainItemActive, .thememenuleftMainFolderActive {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#009abd;
	cursor:pointer
}
.thememenuleftMainItemText, .thememenuleftMainFolderText {
	width:203px !important;
	padding-left:40px;
	width:203px;
	height:20px !important;
	padding-bottom:4px;
	height:20px;
	vertical-align:bottom;
}
.thememenuleftMenuItem, .thememenuleftMenuFolder, .thememenuleftMenuItemHover, .thememenuleftMenuFolderHover, .themeneutopMenuItemActive, .thememenuleftMenuFolderActive {
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	border-bottom:1px solid #8E4A19;
}
.thememenuleftMenuItemHover, .thememenuleftMenuFolderHover, .thememenuleftMenuItemActive, .thememenuleftMenuFolderActive {
	font-family:Tahoma;
	color:#009abd;
	font-weight:bold;
}
.thememenuleftMenuItemText, .thememenuleftMenuFolderText {
	padding:3px;
	padding-left:10px;
	padding-right:10px;
}
.thememenuleftMenuSplit {
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
}
