﻿.menuLevel0
{
	width:40px;
	height:62px;
	color:#ffffff;
	background-color:#9f3a0d;
	font-family: Trebuchet MS;
	font-size:10pt;
	text-align:center;
	/*padding:10px 10px 16px 10px;*/
	cursor:pointer;
}

.menuLevel1
{
	color:#ffffff;
	font-family:Arial, Verdana, Sans-Serif;
  font-size:7pt;
	padding:5px;
	cursor:pointer;
}

.menuLevel2
{
	color:#ffffff;
	font-family:Arial, Verdana, Sans-Serif;
  font-size:7pt;
	padding:5px 10px 5px 20px;
	cursor:pointer;
}

.menuNotchOn
{
	height: 9px;
	width: 37px;
	background-color: White;
}

.menuNotchOff
{
	height: 9px;
	width: 37px;
	background-color:#9f3a0d;
}

/* Hide ASP.Net View State */
.aspNetViewState
{
	padding: 0; 
	margin: 0;
	display:none;
}

.aboutContentHeader
{
	color: Green;
	position: relative;
	top: 10px;
	left: 20px;
	text-decoration: underline;
}

 .servicesTable
 {
 }

 .servicesMenu
 {
 	position: relative;
 }
 .servicesMenu div
 {
 	font-family: Trebuchet MS;
 	font-size: 8.42pt;
 	color: White;
 	padding-left: 5px;
 	line-height: 11px;
 	text-align: left;
 	z-index: 2;
 }
 
 .servicesMenu em
 {
 	background: url(../../images/test/hover_image.png) no-repeat;
 	font-family: Trebuchet MS;
	width: 158px;
	height: 110px;
	position: absolute;
	top: -20px;
	left: -50px;
	text-align: center;
	line-height: 18px;
	padding-top: 5px;
	margin-left: 5px;
	/*padding-right: 15px;
	padding-bottom: 5px;*/
	z-index: 3;
	font-size: 10pt;
	font-style: normal;
	z-index: 2;
	color: #2c2a20;
	opacity: 0.0;
	filter:alpha(opacity=0.1);
	/*display: none; */
 }

