a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.services{
		color: #666666;
}
BODY {
	behavior: url(csshover.htc); /* call hover behaviour file */
	font-weight: normal;
	background-color: #880000;
	margin: 0px;
	padding: 0px;

}
TD {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
}
.white, a.white, a.white:hover, a.white:active {
	color: #FFFFFF;
}
.maroon, a.maroon, a.maroon:hover, a.maroon:active {
	color: #880000;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.px11 {
	font-size: 11px;
}
a.textLink:link, a.textLink:active, a.textLink:visited {
	font-family: Tahoma, Arial;
	color: 666666;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.textLink:hover {
	font-family: Tahoma, Arial;
	color: #880000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #880000;
	font-weight: bold;
}
#menu {
	margin: 0;
	padding: 0;

} 
#menu ul { /* remove bullets and list indents */
list-style: none;
width: 168px; /* set width of menu */
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font: bold 11px Tahoma, Verdana, Arial;
	display: block;
	margin: 0;
	padding: 0;
}

#menu a {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
#menu ul ul a{
		line-height: 25px;
}

#menu a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#menu li {
	position: relative;
	list-style-type: none;
	list-style-image: none;
} 

#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: #880000;
	width: 150px;
	list-style-type: square;
	border: 1px solid #000000;
	padding: 0px 10px 5px 5px;
	vertical-align: top;
} 

div#menu ul ul,
div#menu ul li:hover ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{
	display: block;
}

#menu ul li {
	float: left;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
}
#menu ul li a {
	height: 1%;
	list-style-image: none;
	list-style-type: none;
} 
