a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #CC3300;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #CC3300;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
BODY {
	behavior: url(csshover.htc); /* call hover behaviour file */
	font-weight: normal;
	background-color: #C24901;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
}
.white {
	color: #FFFFFF;
}
.underline {
	text-decoration: underline;
}
.px11 {
	font-size: 11px;
}
.designer, a.designer:link, a.designer:active, a.designer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.designer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.top, a.top:link, a.top:active, a.top:visited {
	font-family:tahoma;
	color:#A4A4A4;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
a.top:hover
{
	font-family:tahoma;
	color:#057C08;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
#menu {
	margin: 0;
	padding: 0;

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

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

#menu a {
	font-weight: bold;
	color: #A4A4A4;
	text-decoration: none;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
#menu ul ul a{
		line-height: 25px;
		color: #ffffff;
}
#menu ul ul a:hover{
		color: #ffffff;
}
#menu a:hover {
	font-weight: bold;
	color: #057C08;
	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: #057C08;
	width: 170px;
	list-style-type: square;
	border: 1px solid #000000;
	padding: 0px 10px 5px;
	vertical-align: top;
	text-align: left;
} 

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 {
	line-height: 23px;
	height: 1%;
	list-style-image: none;
	list-style-type: none;
} 
.disabled {
	background-color: #CCCCCC;
}