﻿.WfxNavPanel {
	width:216px;
	margin-top:20px;
	margin-left:20px;
	border-style:none;	
	border-width:0;	
	padding:0;
}
.WfxNavPanel table {
	border-style:none;
	border-width:0;	
	margin:0;
	padding:0;
}
.WfxNavPanel tr {
	border-style:none;
	border-width:0;
	margin:0;
	padding:0;
}
.WfxNavPanel td.top {
	border-style:none;
	border-width:0;
	margin:0;
	padding:0;
	width:216px;
	height:7px;
	background:url(wfx_navpanel_t.png) no-repeat left top;
}
.WfxNavPanel td.left {
	width:6px;
	height:auto;
	background:url(wfx_navpanel_l.png) repeat-y left top;
}
.WfxNavPanel td.main {
	width:204px;
	height:auto;
	margin:0;
	padding:0;	
}
.WfxNavPanel td.right {
	width:6px;
	height:auto;
	background:url(wfx_navpanel_r.png) repeat-y left top;
}
.WfxNavPanel td.bottom {
	width:216px;
	height:6px;
	background:url(wfx_navpanel_b.png) no-repeat left top;
}	
.WfxNavPanel ul {
  background-position: left -56px;
  background-color: transparent;
  background-image: url(wfx_navpanel_back.jpg);
  background-repeat: repeat-y;
	list-style-type:none;
	border-style:solid solid solid solid;
	border-color:#8D4B90 #753F78 #662263 #8D4B90;
	border-width: 1px;	
	margin:0;
	padding:0;
}
.WfxNavPanel li {
  background-color: transparent;
  background-image: none;
	border-style: none;	
	border-width: 0px;
	padding:0;
	margin:0;
	height:36px;
}
.WfxNavPanel li a {
	margin:0;
	display: block;
	background:transparent url(wfx_navpanel_btn.png) 100% -72px;
	background-repeat:no-repeat;
	padding: 8px 0 0px 10px;
	height: 28px; 
	line-height: 20px;
	font:normal 14px Verdana, Arial, Helvetica, sans-serif;
	color:yellow;
	text-decoration:none;
	border-width: 0px;
	border-style:none;
}	
.WfxNavPanel li a:hover {
	color:white;
	text-decoration:none;
	font-weight:normal;
	background-position:100% -36px;
}
.WfxNavPanel li.selected {
	height:auto;
}
.WfxNavPanel li.selected a {
	color:white;/*#FFFFC0;*/
	font-weight:bold;
	background-position:100% -0px;
}
.WfxNavPanel li.selected a:hover {
	text-decoration:none;
}
.WfxNavPanel li.selected ul {
	list-style-type:none;
	border-style:none;
	border-width:0px;
	margin:0;
	padding:2px 1px 2px 1px;
}
.WfxNavPanel li.selected li {
	border-width:0;
	padding:0;
	height:22px;
}
.WfxNavPanel li.selected li a {
	display:block;
	background:transparent;
	padding:3px 0px 0px 18px;
	margin:0;
	height:20px;
	line-height:normal;
	border-style:none;
	border-width:0px;	
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF80;
	text-decoration: none;
}	
.WfxNavPanel li.selected li a:hover {
	color:white;
	text-decoration:none;
	background-image:url(wfx_navpanel_btn.png);
	background-position:100% -36px;	
}
.WfxNavPanel li.selected li.selected a {
	color:white;
	font-weight:bold;
}
.WfxNavPanel li.selected li.selected a:hover {
	text-decoration:none;
	background-image:none;
}
.WfxNavPanel li.selected li.auspice a {
	color:white;
	font-weight:normal;
}
.WfxNavPanel li.selected li.auspice a:hover {
	text-decoration:none;
	background-image:none;
}