/* ThemePanelMenu Style Sheet */
.ThemePanelMenu {
	margin: auto;
}
.ThemePanelMenu TD {
	cursor: pointer;
	white-space: nowrap;
}
.ThemePanelMainItemHover DIV, .ThemePanelMainItemActive DIV {
	color:#F47320;
}
.ThemePanelMainItem, .ThemePanelMainItemHover, .ThemePanelMainItemActive {
	width:140px;
	background-image: url('/_cms/images/menu_back.png');
	background-repeat: no-repeat;
	background-position: 0px 9px;
	text-align: center;
	padding-top: 17px;
}
.ThemePanelMainItemHover, .ThemePanelMainItemActive, #isMain {
	background-image: url('/_cms/images/menu_back_MO.png');
	background-position: 0px 0px;
	padding-top: 13px;
}
.ThemePanelMainItemActive {
	background-position: 0px 4px;
	padding-top: 17px;
}
.ThemePanelMainFolderRight, .ThemePanelMainItemRight,
.ThemePanelMainFolderLeft, .ThemePanelMainItemLeft {
	width:0px;
	display:none;
}
.ThemePanelMainFolderText, .ThemePanelMainItemText {
	font-family: 'Myriad Pro', 'Lucida Sans', Sans-serif;
	color:#f0f0f0;
	font-size:13px;
	line-height: 30px;
	text-transform: uppercase;
}
.ThemePanelMainItemHover .ThemePanelMainFolderText, 
.ThemePanelMainItemHover .ThemePanelMainItemText {
	line-height: 34px;
}
/* sub menus sub components */
.ThemePanelSubMenu {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
	padding-bottom: 6px;
	padding-top: 3px;
	background-color:#49565b;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.ThemePanelMenuItemHover TD, .ThemePanelMenuItemActive TD {
	color:#fc8426;
}
.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft {
	width:0px;
	display: none;
}
.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight,
.ThemePanelMenuFolderText,.ThemePanelMenuItemText {
	width: 112px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	font-family: Trebuchet MS,Helvetica,Sans-serif;
	font-size: 13px;
	cursor: pointer;
	color:#f0f0f0;
	white-space: nowrap;
}
.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight {
	width:10px;
	padding-left:0px;
	padding-right: 5px;
}

