﻿menuRootPanel
{
cursor:pointer;

}

.DefRoot_ItemCSS
{
height:23px;
padding-left:1px;
padding-right:1px;
background-image:url('../images/menuslice.gif');
font-weight:bold;

}

.HoverRoot_ItemCSS
{
background-image:url('../images/menuslice.gif');

padding-left:1px;
padding-right:1px;
cursor:pointer;
height:23px;
font-weight:bold;
}

.DefRoot_ImgCont
{
 width:22px;
 height:23px;
 border:0px solid black;
}

.DefRoot_ArrCont
{
 width:30px;
 border:0px solid black;
 height:23px;
 background-image:url('../images/menuline.gif');
}

.DefRoot_Arr
{


}
.DefRoot_TextCont
{
	font-family: Verdana, MS Sans Serif !important;
	font-size: 10px !important;
	padding-left: 4px;
	padding-top: 6px;
	color: red;
}
.DefRoot_TextCell
{
	height: 20px;
	padding: 0px;
	color: red;
}



.DefChild_TextCont
{

font-family:Verdana, MS Sans Serif;
font-size:10px;
padding-top:6px;
padding-left:4px;
}

/* Child menu*/
.menuSubPanel
{
cursor:pointer;
background-color:#c6daee;
border:1px solid #5e7893;
	
}

.Child_ItemCSS
{
	
	height:22px;
	padding-top:0px;
	border:0px solid #5e7893;
	background-image:url('../images/background3.gif');
    padding-top  :0px;
	padding-bottom:0px;
	
}

.Child_ImgCont
{
	width:7px; 
	height:23px;
	border:0px solid black;

}
.Child_ArrCont
{
	width:7px;
	height:23px;
	border:0px solid black;
}
.ChildHover_ItemCSS
{
	
	height:22px;
	/*border-bottom:1px solid #5e7893;
	border-top:1px solid #5e7893;*/
	padding-top:0px;
	padding-bottom:0px;
	background-image:url('../images/hover3.gif');
	color:#0d63aa;
	
	
}
.Child_TextCont
{
	padding-top:0px;	
}

.TestHover_ItemCSS
{
	height:22px;
	border-bottom:1px solid #5e7893;
	border-top:1px solid #5e7893;
	background-color:#bbd8e6;
	background-image:url('../images/hover.gif');
	font-weight:bolder;
}
.Test_ItemCSS
{
	height:22px;
	padding-top:0px;
	border:0px solid #4465a1;
    font-weight:bolder;
    background-image:url('../images/background.gif');

}
.Test_ArrCont
{
 width:30px;
 border:0px solid black;
 height:23px;

}