body
{
}

.MenuItem
{
	background-color:#E2E2E2;
	border-style:solid;
	border-color:#B0B0B0;
	border-width:1px;
	width:200px;

	color:#7C7C7C;
	font-family:Verdana;
	font-size:xx-small ;
	font-weight:bold;
	height:30px;
}

.MenuItemOver
{
	background-color:#CB1616;
	border-style:solid;
	border-color:#B0B0B0;
	border-width:1px;
	width:200;
	/*cursor:hand;*/
	color:White;
	font-family:Verdana;
	font-size:xx-small ; 
	font-weight:bold;
	height:30px;

}

.PointerMenuItemBlank
{
	visibility:hidden;
	width:15px;
	
}
.PointerMenuItem
{
	visibility:visible;
	background-image:url('../images/SubMenuPointer.gif');
	background-repeat:no-repeat;
	width:10px;
	height:30px;
	padding: 4px 4px 2px 10px ;
	margin-right:10px;
	border-bottom:solid 3px Red;
	border-top :solid 3px Red;
		 
	
}
.SubMenuContent
{
	font-family:Verdana;
	font-size:x-small ;
	color: #7C7C7C;
	
}

.SectionTitle
{
	font-family:Verdana;
	font-size:medium;
	color:#7C7C7C;
	font-weight:bold;
	

}

.SubMenuTitle
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	color:#7C7C7C;
	

}

.TextBox
{
	font-family:Verdana;
	font-size:xx-small;
	color:Gray;
}
.Label1
{
	font-family:Verdana;
	font-size:xx-small;
	color:Gray;
	font-weight:bold;

}
.Label2
{
	font-family:Verdana;
	font-size:xx-small;
	color:Gray;
	
}
.Header1
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	color:Gray;
}
.Header2
{
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	color:Gray;
}
.Header3
{
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	color:Gray;
}
.Header4
{
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
	color:Gray;
}
