﻿.SideBarPanel
{
	background-color: #FFFFFF;
	z-index: 2;
	position: relative;
	margin-left: -198px;
}
.SubNavPanel
{
    width: 188px; /* 198 (real width) - 10 (padding left and right) */
    padding: 5px;
    color: #020202;
	
}
.SubNavPanelHead
{
    font-weight: bold;
	/*color: #06C !important;*/
	color: #2A437C !important;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 18px; 
}
.SubNavPanelBody
{
   padding-left: 5px;

  
}
.SubNavPanelBody img
{
    /* Hide the tree node images */
    display: none; 
}

.navlink
{

	padding-left: 5px;
	border-bottom: 1px solid #E6E6E6; /* grey line */
	width: 100%;
}
.navlink hr
{
	height:1px;
	color:#000000;
	width:100%;
	text-align:center;
	padding:0px;
}
a.navlink, a.navlink:link, a.navlink:visited, a.navlink:hover
{
    margin-left: 5px;
    text-decoration: none;
    color: #6a6869;
	line-height: 15px;
    /*font-weight: bolder;*/
	display:block; 
	font-family:arial,helvetica,sans-serif; 
	font-size:11px !important; 
	/*letter-spacing:1.1px;*/
	width:132px;  
	padding:5px 0px; 
	/*width:auto; */
	/*height:auto; */

	
}
a.navlink:hover
{
    /*color: #0067E7;*/ 
    color: #F6683A;

}
a.navlinkselected, a.navlinkselected:link, a.navlinkselected:visited, a.navlinkselected:hover
{
    /*color: #0067E7;*/ 
    color: #F6683A;
	
	/* background-color: #EEEEEE !important;
	display:block;	
	border-style: solid;
    border-width : 1px 4px 4px 1px  !important;
    border-color : #69f #00f #00f #69f;*/

}
 
 /* Members, RSS etc...*/
 .itemsLeft

{
	/* padding: 5px 0px 0px 0px ; */
	/* border-bottom: 1px solid #E6E6E6; grey line
	padding: 0px 5px 0px 0px;
	margin: 0px; */
padding-top:5px;
padding-bottom:5px;
padding-right:0px;
padding-left:5px;
line-height: 10px;
	width: 80%;
	color: #94A6CE;
	font-family:arial,helvetica,sans-serif;  
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px !important;
}

 .itemsLeftTitle
{
padding-top:10px;
padding-bottom:5px;
padding-right:0px;
padding-left:5px;
line-height: 0px;
	/*color: #06C !important;*/
	color: #2A437C !important;
	font-family: arial, helvetica, sans-serif;  
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px !important;
}

/*home left menu links*/
.navlinkhome
{

	padding-left: 5px;
	border-bottom: 1px solid #E6E6E6; /* grey line */
	width: 100%;
}

a.navlinkhome, a.navlinkhome:link, a.navlinkhome:visited, a.navlinkhome:hover
{
    margin-left: 5px;
    text-decoration: none;
    color: #6a6869;
	line-height: 14px;
	display:block; 
	font-family:arial,helvetica,sans-serif; 
	font-size:11px !important; 
	width:132px;  
	padding:5px 0px; 

	
}
a.navlinkhome:hover
{
    color: #F6683A;
}

 
 
