﻿.menuItemTable
{
	border-right:1px solid #dfdede;
}

.menuTextCont
{
	color:#FFFFFF;
}

.menuPanelItem_Selected, .menuPanelItem_Hover
{
	background:url(../images/backOver.png) 0 100% repeat-x;
	color:#000000;
}

.menuRootPanel
{
    border:None;
    width:100%;
	color:#FFFFFF;
    cursor:pointer;
	font-weight:bold;  
}
.menuSubPanel
{
    border:None;
    width:100%;
    color:#FFFFFF; 
    background-color:#6185a2;   
    cursor:pointer;
    border:1px solid #BBBBBB;
    z-index:1
}

.DefRoot_ItemCSS
{ 
    font-size:11px;
    background:#6185a2;
    height:25px;
}

.DefRoot_HoverTextCell
{ 
	background:url(../images/backOver.png) 0 100% repeat-x;
	color:#000000;
}

.DefRoot_DDImgCont
{
	margin-left:5px; 
	margin-right:5px; 
    width: 12px;
    height: 8px;
}
.DefRoot_ImgCont
{
	margin:0px; 
    width: 12px;
    height: 8px;
}

.DefRoot_TextCell
{
    padding-bottom:0px;
    padding-top:0px;
    width:100%;
    height:25px;
}

.DefRoot_HoverTextCont
{
	background:url(../images/backOver.png) 0 100% repeat-x;
	color:#000000;
}
.DefRoot_TextCont
{
	color:#b1b3b6;
    padding-left: 4px;
    width:100%;
}

.DefRoot_ArrCont
{
    height: 8px;
    width: 8px;
    margin: 4px;
}
.DefRoot_Arr
{
    height: 8px;
    width: 8px;
}
.DefChild_ItemCSS
{
    font-size:11px;
    background:#6185a2;
    padding:0px;
    padding-bottom:0px;
    height:25px;
}

.DefChild_TextCont
{
    width:100%;
}

.HoverChild_ItemCSS
{
	background:url(../images/backOver.png) 0 100% repeat-x;
	color:#000000;
    width:100%;
    height:25px;
}

.HoverChild_TextCont
{
	background:url(../images/backOver.png) 0 100% repeat-x;
	color:#000000;
    width:100%;
}

.ExpChild_ItemCSS
{
    font-size:11px;
    background:#6185a2;
    width:100%;
    height:25px;
}

.ExpChild_TextCont
{
	color:#333333;
    width:100%;
}

