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

	/*overflow:	visible;*/
	background-color:#3abadf;
	cursor:pointer;
}
.thememenutopSubMenuTable {
	overflow:visible;
	background-color:#3abadf;
	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;
	cursor:pointer
}
.thememenutopMainItemHover, .thememenutopMainFoderHover, .thememenutopMainItemActive, .thememenutopMainFolderActive {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#CCFF00;
	border-top:1px solid #FFFFFF;
	cursor:pointer
}
.thememenutopMainItemText, .thememenutopMainFolderText {
	padding-left:10px;
	padding-right:10px;

	border-right:1px #FFFFFF solid;
}
.thememenutopMenuItem, .thememenutopMenuFolder, .thememenutopMenuItemHover, .thememenutopMenuFolderHover, .themeneutopMenuItemActive, .thememenutopMenuFolderActive {
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	border-bottom:1px solid #8E4A19;
}
.thememenutopMenuItemHover, .thememenutopMenuFolderHover, .thememenutopMenuItemActive, .thememenutopMenuFolderActive {
	font-weight:bold;
	font-family:Tahoma;
	font-size:12px;
	color:#CCFF00;

}
.thememenutopMenuItemText, .thememenutopMenuFolderText {
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-bottom: 1px #FFFFFF solid;
}
.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:12px;
	font-weight:bold;
	color:#0592c6;
	background-image:url(../images/left_1.jpg);
	background-repeat:no-repeat;
	padding-left:50px;
	padding-bottom:15px;
	height:49px;
	vertical-align:bottom;
}
#menuleft .thememenuleftMenu{
	background-image:url(../images/leftmenu_1.jpg);
}
.thememenuleftMenu #activeitem {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ff9900;
	background-image:url(../images/leftmenu_2.jpg);
	cursor:pointer
}
.thememenuleftSubMenu {
	position:	absolute;
	visibility:	hidden;
	z-index:	100;
	padding:	0;
	border: #0099FF 1px solid;
	cursor:pointer;
}
.thememenuleftSubMenuTable {
	overflow:visible;
}
.thememenuleftMainItem, .thememenuleftMainFolder {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#558799;
	cursor:pointer
}
.thememenuleftMainItemHover, .thememenuleftMainFoderHover, .thememenuleftMainItemActive, .thememenuleftMainFolderActive {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ff9900;
	background-image:url(../images/leftmenu_2.jpg);
	cursor:pointer
}
.thememenuleftMainItemText, .thememenuleftMainFolderText {
	width:200px !important;
	padding-left:10px;
	width:200px;
	padding-bottom: 7px;
	height:34px;
	vertical-align:bottom;
}
.thememenuleftMenuItem, .thememenuleftMenuFolder, .thememenuleftMenuItemHover, .thememenuleftMenuFolderHover, .themeneutopMenuItemActive, .thememenuleftMenuFolderActive {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#558799;
	
	
}
.thememenuleftMenuItemHover, .thememenuleftMenuFolderHover, .thememenuleftMenuItemActive, .thememenuleftMenuFolderActive {
	color:#ff9900;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/leftmenu_1.jpg);
}
.thememenuleftMenuItemText, .thememenuleftMenuFolderText {
	width:180px;
	padding-left:10px;
	padding-bottom: 7px;
	height:34px;
	vertical-align:bottom;
	background-image:url(../images/leftmenu_2.jpg);
}
.thememenuleftMenuSplit {
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
}