/* RadPanelBar Outlook skin */
#ctl00_Solid_MenuLeft1_RadPanelbar1_p0
{
	background: none;	
}
.RadPanelbar_SolidPanelbarLeft
{
	/*background: white;
	white-space: nowrap;
	border: solid 1px #608058;
	border-top: 0px;*/
	
    width:100%;
	
}

.RadPanelbar_SolidPanelbarLeft .text
{
	/* vertical - horizontal */
	padding-left: 10px;
	color: #2474d4;
    font-size:12px;
    font-weight:bold;
}
.RadPanelbar_SolidPanelbarLeft .text:hover
{
	color: #fe0101;
   
}
.RadPanelbar_SolidPanelbarLeft .image
{
	margin: 4px; /* vertical - horizontal */
}


.RadPanelbar_SolidPanelbarLeft .rootGroup .link
{
	
	/*
    border-top: dashed 1px #608058;
    background: url('Img/RootItemBkg.gif') repeat-x;
    color: #10110f;
    */	
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(Img/ke.jpg) no-repeat 3px 0px;
	color: white;
	
	/*background:#181919 url(Img/icon1.jpg) no-repeat 12px 12px;*/
}

/* span class="text" */

.RadPanelbar_SolidPanelbarLeft .group
{
    padding-top: 0px;
    
}


.RadPanelbar_SolidPanelbarLeft .rootGroup .text
{
    background: url(Img/icon1.jpg) no-repeat 8px 4px;  
    padding-left: 18px;
}

.RadPanelbar_SolidPanelbarLeft .rootGroup .link:hover
{ 
    /*background: url('Img/RootItemBkgActive.gif') repeat-x;*/
   
 }



.RadPanelbar_SolidPanelbarLeft .rootGroup .disabled:hover
{
	border-top: dashed 0px #303030;
	background: url('Img/RootItemBkg.gif') repeat-x;
	color: #10110f;
	
}

.RadPanelbar_SolidPanelbarLeft .group .text
{
    background: transparent;
    font-weight: normal;
    padding: 0px 0px 0px 28px; /* vertical-horizontal */
    border: 0px;
    text-transform: none;   
    border-bottom:dashed 0px #303030;
    background: url(Img/icon2.jpg) no-repeat 20px 4px;
}
.RadPanelbar_SolidPanelbarLeft .level2 .text
{
    background:url(Img/icon2.jpg) no-repeat 20px 4px;
    padding-left: 40px;
    font-weight: normal;
    text-transform: none;
    border-bottom: dashed 0px  #303030;
}

.RadPanelbar_SolidPanelbarLeft .rootGroup .selected .text
{
	/*background: url('Img/RootItemBkgActive.gif') repeat-x;*/
	
	/*text-decoration: underline;*/
}

/* 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,
.RadPanelbar_SolidPanelbarLeft .group .selected .text
{
	/*background: url(Img/itemSelected.gif) repeat-y;*/
	text-decoration: underline;
	
}


