.menu
{
	background-color:#F2F2F2; 
	border:solid 0px black; 
	cursor:pointer; 
}
.topLevel 
{ 
	background-color:#F2F2F2; 
	border:solid 0px #dddddd; 
	cursor:pointer; 
} 

.menu_Hover
{
	height: 24px;
background-color:#dae2f2; 
border:solid 1px #e5e8ed; 
}
.topLevel .menu_Hover
{
	background-color:#F2F2F2;
	border:solid 1px black; 
	height:24px;
}

.topLevel_Selected
{
	background-color:#cccccc; 
	border:solid 1px #e5e8ed; 	
}

/* Dynamic Panel Look */ 

.menuDynamicPanel 
{ 
background-color:#F2F2F2; 
border:solid 1px #dbdbdb; 

cursor:pointer; 
} 

.menuDynamicPanel .menuPanelItem 
{ 
padding:0px; 
border-bottom:solid 0px #dbdbdb; 

} 
.menuDynamicPanel .menuPanelItem .menuImgCont 
{ 
height:16px; 
width:16px; 
padding:3px;
} 
.menuDynamicPanel .menuPanelItem .menuTextCell 
{ 
height:15px; 
padding-top:2px; 
padding:3px; 
border-bottom:solid 0px #e5e8ed; 

} 
.menuDynamicPanel .menuPanelItem_Expanded 
{ 
background-color:#dddddd; 
border:solid 1px #ffce6f; 
} 
.menuDynamicPanel .menuPanelItem_Expanded .menuImgCont 
{ 
height:16px; 
width:16px; 
padding:3px; 
} 
.menuDynamicPanel .menuPanelItem_Expanded .menuTextCell 
{ 
height:16px; 
padding-top:0px; 
padding:3px; 

} 
.menuDynamicPanel .menuPanelItem_Hover 
{ 
height: 22px;
background-color:#ffbf00; 
border:solid 0px #e5e8ed; 
} 
.menuDynamicPanel .menuPanelItem_Hover .menuImgCont 
{ 
height:16px; 
width:16px; 
padding:3px; 
} 
.menuDynamicPanel .menuPanelItem_Hover .menuTextCell 
{ 
height:15px; 
padding-top:2px; 
padding:3px; 
} 

.menuDynamicPanel .menuPanelItem_Hover .menuTextCont
{ 
 

}

/* Disabled Item Look */ 
.menuPanelItemDisabled .menuTextCont 
{ 
color:#799CDB; 
font-family:Tahoma; 
font-size:11px; 
width: 100%; 

padding-left:7px; 
} 
.menuPanelItemDisabled_Hover .menuTextCont 
{ 
color:Gray; 
font-family:Tahoma; 
font-size:11px; 
width: 100%; 

padding-left:7px; 
} 

.menuDynamicPanel .menuPanelItemDisabled .menuImgCont 
{ 
height:16px; 
width:16px; 
padding:3px; 
} 
.menuDynamicPanel .menuPanelItemDisabled .menuTextCell 
{ 
height:15px; 
padding-top:2px; 
padding:3px; 
} 

.menuDynamicPanel .menuPanelItemDisabled_Hover .menuImgCont 
{ 
height:16px; 
width:16px; 
padding:3px; 
} 
.menuDynamicPanel .menuPanelItemDisabled_Hover .menuTextCell 
{ 
height:15px; 
padding-top:2px; 
padding:3px; 
} 

/* Separator Look */ 
.menuSep .menuImgCont 
{ 
height:20px; 
width:16px; 
} 
.menuSep .menuImgCell 
{ 
height:20px;
width:16px;  
} 
.menuSep .menuImg 
{ 
height: 20px; 
background-color:White;
width:24px; 
background-image:url('../images/separator_icon.gif'); 
} 

.menuSep .menuSepImg 
{ 
line-height: 20px; 
width:16px; 
font-size:20px; 
border-top:1px solid #6985ba; 
background-image:url('../images/separator_icon.gif'); 

} 





/* StaticPanel Look */ 
.menuStaticPanel 
{ 
background-color:#F2F2F2; 
border:solid 0px #dddddd; 

cursor:pointer; 
} 

.menuStaticPanel .menuPanelItem 
{ 
height:24px; 
padding:2px 1px 0px 1px;

} 

.menuStaticPanel .menuPanelItem_Expanded 
{ 
background-color:#dbdbdb;
color: #ffce6f;
border:solid 1px #e5e8ed; 
height:24px; 
} 

.menuStaticPanel .menuPanelItem_Hover 
{ 
background-color:#dbdbdb; 
border:solid 1px #e5e8ed; 

height:24px; 
}

.menuStaticPanel .menuPanelItem_Expanded .menuTextCont
{
	color: black;
}
.menuStaticPanel .menuPanelItem_Hover .menuTextCont
{
	color: black;
}

/* Image Cell */ 
.menuImgCont 
{ 
height:16px; 
width:16px; 
} 
.menuImg 
{ 
height:16px; 
width:16px; 
} 

.menuTextCell 
{ 
height:10px; 
padding-top:2px; 
padding-bottom:1px; 

} 
.menuTextCont 
{ 
color:#000000; 
font-family: Calibri, Georgia, Arial, Verdana, sans-serif;
font-size:13px; 
width: 100%; 

} 
/* Arrow Cell*/ 
.menuArrCont 
{ 
height:8px; 
width:8px; 
padding:3px; 
} 
.menuArr 
{ 
height:8px; 
width:8px; 
} 

