/* ThemePanelMenu Style Sheet */

.ThemePanelMenu {
	background-color: transparent;
	margin-top:18px;
	margin-left:340px;
	width:363px;
}

.ThemePanelMenu TD {
	cursor: pointer;
	white-space: nowrap;
	font-family: inherit;
	font-size:inherit;
	font-weight:bold;
	color:#FFF;
	width:100%;
	padding:0px;
	padding-left:16px;
	padding-top:1px;
	padding-bottom:1px;
}

.ThemePanelMenu DIV {
}


.ThemePanelMainItemHover DIV, .ThemePanelMainItemActive DIV {
	color:#FFF;
}

.ThemePanelMainItem {
}

.ThemePanelMainFolderLeft, .ThemePanelMainItemLeft {
	width:2px !important;
	background-image:url("/images/nav_seperator.gif");
	background-repeat:no-repeat;
	background-color:#fff;
}

.ThemePanelMainFolderText, .ThemePanelMainItemText {
}

.ThemePanelMainFolderRight, .ThemePanelMainItemRight {
	width:5px;
	background-color:#fff;
}

.ThemePanelMainItemHover .ThemePanelMainItemText {
	color:#F47320;
}

.ThemePanelMainItemHover .ThemePanelMainFolderText {
	color:#F47320;
}


/* sub menus sub components */
.ThemePanelSubMenu
{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
	background-color:transparent;
}

.ThemePanelSubMenu TD {
	font-family: inherit;
	font-size: 13px;
	*font-size:12px;
	font-weight:bold;
/*	height: 18px;
	margin-top:5px;
	margin-bottom:7px;*/
	text-align:left;
	cursor: pointer;
	color:#535353;
	white-space: nowrap;
	text-transform: uppercase;
}

.ThemePanelMenuItemHover TD, .ThemePanelMenuItemActive TD
{
	color:#F47320;
}

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
{
	width:2px;
}

.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
{
	width: 1px;
}

.ThemePanelMenuFolderText,.ThemePanelMenuItemText
{
/* 	width: 150px; */
	background-color:#D7D7D7;
	filter:alpha(opacity=75);
	-moz-opacity:.90;
	opacity:.90;
	padding-left:20px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #fff;
}

.ThemePanelMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #9C9A9C;
}