/* RadPanelBar Outlook skin */
#ctl00_Solid_MenuLeft1_RadPanelbar1_p0 ,#ctl00_Solid_MenuLeft2_RadPanelbar1_p0
{
	border-top:none;
}
.RadPanelbar_SolidPanelbarLeft
{

    width:100%;

}

.RadPanelbar_SolidPanelbarLeft .text
{
	/* vertical - horizontal */

   
}

.RadPanelbar_SolidPanelbarLeft .image
{
	margin: 2px; /* vertical - horizontal */
}


.RadPanelbar_SolidPanelbarLeft .rootGroup .link
{
	color:#282b73;
	height:28px;
	width:250px;
	margin-left:5px;
}

/* span class="text" */

.RadPanelbar_SolidPanelbarLeft .group
{
    padding-top: 0px;
}

.RadPanelbar_SolidPanelbarLeft .rootGroup .text
{
  
    padding-left:0px;
    font-weight:bold;
    padding-top:5px;
    font-family:Arial;
    
}

.RadPanelbar_SolidPanelbarLeft .rootGroup .link:hover
{ 

    color:Red;
 }
.RadPanelbar_SolidPanelbarLeft .group .link
{
	height:23px;
}

.RadPanelbar_SolidPanelbarLeft .group .text:hover
{
	color:red;
}

.RadPanelbar_SolidPanelbarLeft .group .text
{
    background: transparent;
    color:#8c8d8f;
    padding: 0px 0px 0px 15px; /* vertical-horizontal */
    border: 0px;
    text-transform: none; 
    text-decoration:none;
    font-weight:bold;
  
 
}
.RadPanelbar_SolidPanelbarLeft .group .selected .text
{

	color:Red;
}

.RadPanelbar_SolidPanelbarLeft .rootGroup .selected .text
{
	/*background: url('Img/RootItemBkgActive.gif') repeat-x;*/
	color:Red;
	
}

/* child item link */
.RadPanelbar_SolidPanelbarLeft .group .link
{
    /*background: url(Img/itemsBg.gif) repeat-y;*/
   
    border: 0px;
   
}

/* child item link:hover */
.RadPanelbar_SolidPanelbarLeft .group .link:hover
{
    color:Red;
}
.RadPanelbar_SolidPanelbarLeft .group .selected .text
{
	/*background: url(Img/itemSelected.gif) repeat-y;*/
	color:Red;
	text-decoration: underline;
	
}


