﻿.divMenuItem
{
	width: 131px;
	height: 21px;
	background-color: #EC6E21;
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	text-align: right;
	padding-right: 12px;
	line-height: 19px;
	
}



.divMenuItemOver
{
	width: 172px;
	height: 21px;
	background-color: #EC6E21;
	font-family: Tahoma;
	font-size: 12px;
	color:White;
	text-align:right;
	padding-right:12px;
	font-weight:bold;
	line-height: 19px;
}

.divMenuItemSpace
{
	width:171px;
	height:2px;
}


.leftHeading
{
	width: 217;
	background-color: White;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -3px;
	margin-left: 0px;
	
}

#div1MenuContent
{
	width: 217;
	height: 398px;
	position:absolute;
	z-index:12;
	border:0px solid red;
	/*background-color:Blue;*/
}
#div0MenuBackGround
{
	width: 240px;
	height: 400px;
	margin-left:-20px;
	margin-top:-20px;
	border:0px solid orange;
	background-color:Transparent;
	position:absolute;
	z-index:10;
	display:block;
}
