span.rootMenuItem {
	width: 100px;
	padding: 3px 3px 3px 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana,sans-serif;
}

div.subMenu {
	width: 140px;
}

div.subMenuBase {
	width: 150px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: normal normal normal 11px verdana,sans-serif;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	background-color: #eeeeee;
	color: inherit;
	border-top: 1px solid #F6F9EF;
	border-left: 1px solid #F5ECEF;
	border-right: 1px solid #F5ECEF;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #0099ff;
	color: white;
	font-weight: bold;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}


body {
background-color: #66CCFF;
background-image: url('../background/gradient.jpg');
background-repeat: repeat-x;
}

.Maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003366;
}
.Headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
}
.Footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.Quotetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #003366;
	line-height: 22px;
	font-weight: bold;


}
