﻿
/* RootMenu Look*/
.menuRootPanel
{
	cursor:pointer;
}

.DefRoot_ItemCSS
{
	height:20px;
	width:150px;
	
	background-color:#c7cba6;	
}

.HoverRoot_ItemCSS
{
	height:20px;
	width:150px;
	
	background-color:#747950;
}

.scroll_ItemCSS
{
	height:25px;
	background-color: #D8DED0;
	border:1px solid white;
}

.Selected_ItemCSS
{
	height:20px;
	width:150px;
	
	background-color:#D8DED0;	
	border-top:1px solid white;
	border-bottom:1px solid white;
	
	color:white;
	font-family:Verdana,MS Sans Serif;
	font-size:11px;	
	
	font-weight:700;
}

.scrollImgCont
{
	padding-top:5px;
	padding-bottom:5px;
	
	height:13px;
	width:15px;
}

.scrollImg
{
	width:15px;
	height:13px;
}

.ExpRoot_ItemCSS
{
	height:20px;
	width:150px;
	background-color:#c7cba6;
}

.DefRoot_TextCont
{
	color:Black;
	font-family:Verdana;
	font-size:10px;	
	font-weight:normal;
}
.HoverRoot_TextCont
{
	color:white;
	font-family:Verdana;
	font-size:10px;	
	font-weight:normal;
}

.ExpRoot_TextCont
{
	color:Red;
	font-family:Verdana;
	font-size:10px;	
	font-weight:normal;	
}
/* Common Look */
.DefRoot_imgCont
{
	width:2px;
	height:2px;
	padding:1px;
}
.DefRoot_img
{
	width:2px;
	height:2px;
}
.DefRoot_ArrCont
{
	height:8px;
	width:8px;
	
	padding:4px;
}
.DefRoot_Arr
{
	width:8px;
	height:8px;
}
.DefRoot_TextCell
{
	height:16px;
	padding:1px;
}
/* SubMenu Look */

.menuSubPanel
{
	cursor:pointer;
}
.DefChild_ItemCSS
{
	 
	height:20px;
	background-color:#D8DED0;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

.Selected_TextCont
{
	color:white;
	font-family:Verdana,MS Sans Serif;
	font-size:11px;	
	
	font-weight:700;
	
}

.HoverChild_ItemCSS
{
	 
	height:20px;
	background-color:#D0DEE1;	
	border-top:1px solid white;
	border-bottom:1px solid white;
}

.ExpChild_ItemCSS
{
	 
	height:20px;
	background-color:#D8DED0;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

.DefChild_TextCont
{
	color:Black;
	font-family:Verdana;
	font-size:10px;
}

.HoverChild_TextCont
{
	color:Black;
	font-family:Verdana;
	font-size:10px;	
}

.ExpChild_TextCont
{
	color:#000000;
	font-family:Verdana;
	font-size:10px;	
	
}
/* Separator Look */
.menuSep .menuImgCont
{
	display:none;
}

.menuSep 
{
	height: 0px;
	line-height:0px;
	
	border-top:1px solid red;
}

.menuSep .menuTextCont
{
	display:none;
	font-size:0px;
	line-height:0px;
}

.menuSep .menuTextCell
{
	display:none;
}