/* 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-top: 8px;
	padding-bottom: 8px;
	color: #fe0002;
    font-size:10px;
    font-weight:bold;
    font-family:Verdana;
    text-transform:uppercase;
}


.RadPanelbar_SolidPanelbarLeft .image
{
	margin: 4px; /* vertical - horizontal */
}


.RadPanelbar_SolidPanelbarLeft .rootGroup .link
{
	background: url(Img/ke.jpg) no-repeat 4px 0px;
	/*
    border-top: dashed 1px #608058;
    background: url('Img/RootItemBkg.gif') repeat-x;
    color: #10110f;
    */	
	color: white;
	
	/*background:#181919 url(Img/icon1.jpg) no-repeat 12px 12px;*/
}

/* span class="text" */

.RadPanelbar_SolidPanelbarLeft .group
{
    padding-top: 0px;
    border-top: dashed 0px #d7d9d8;
}


.RadPanelbar_SolidPanelbarLeft .rootGroup .text
{
    background: url(Img/icon1.jpg) no-repeat 6px 9px;	
    padding-left: 21px;
}
.RadPanelbar_SolidPanelbarLeft .rootGroup .text:hover
{
    background: url(Img/icon2.jpg) no-repeat 6px 9px;  
    padding-left: 21px;
    color: #005ca9;
}
.RadPanelbar_SolidPanelbarLeft .rootGroup .link:hover
{ 
    /*background: url('Img/RootItemBkgActive.gif') repeat-x;*/
    text-decoration: underline;
   
 }



.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: 8px 0px 8px 35px; /* vertical-horizontal */
    border: 0px;
    text-transform: uppercase;   
    border-bottom:dashed 0px #303030;
    background: url(Img/icon1.jpg) no-repeat 20px 9px;
}
.RadPanelbar_SolidPanelbarLeft .group .text:hover
{
	color: #005ca9;
    padding: 8px 0px 8px 35px;
    background: url(Img/icon2.jpg) no-repeat 20px 9px;
}
.RadPanelbar_SolidPanelbarLeft .level2 .text
{
    background: url(Img/icon1.jpg) no-repeat 33px 9px;
    padding-left: 48px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: dashed 0px  #303030;
}
.RadPanelbar_SolidPanelbarLeft .level2 .text:hover
{
    background: url(Img/icon2.jpg) no-repeat 33px 9px;
    padding-left: 48px;
    color: #005ca9;
}

.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;
	
}


