.PanelMenuHeader {
	height: 25px;
	font-size: 9pt; 
	color: white;
	padding-left: 8px;
	margin: 0px;
	border: 0px;
}

.PanelMenuItem {
	background-color: #6A6B6D;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-size: 9pt;
	font-weight: normal;
}

.PanelMenuItemSelected {
	background-color: #6A6B6D;
	width: 100%;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}

.PanelMenuHeaderSelected {
	margin: 0px;
	color: white;
	font-weight: normal;
	font-size: 9pt;
	height: 10px;
	padding-left: 10px;
	vertical-align: middle;
	width: 100%;
}

.side_nav_outer { 
	background-color: #6A6B6D;
   width: 148px;
   font-weight: normal;
   vertical-align: top;
   text-align: left;
	border-right: 3px solid #c7c7c7;
  
}

.side_nav_outer a:hover, .side_nav_outer a:visited {
	color: white;	
	font-weight: normal;	
	text-decoration: none;
}

.side_nav_outer a:link, .side_nav_outer a:active {
	color: #A3832A;		
	font-weight: normal;
	text-decoration: none;
}

.side_nav_footer {
	background-color: #6A6B6D;
	vertical-align: bottom;
	height: 100%;
	OVERFLOW-Y: auto; 	
		border-right: 3px solid #c7c7c7;	
}