.mainmenuselected, a.mainmenuselected:link, a.mainmenuselected:visited  {
	text-decoration: none;
	background: #996699;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	height: 25px;
}
a.mainmenuselected:hover {
	text-decoration: none;
	background: #ff0000;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	height: 25px;
}
.mainmenu, a.mainmenu:link, a.mainmenu:visited  {
	text-decoration: none;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	text-align: center;
	font-size: 16px;
	color: #586D79;
	height: 25px;
}
a.mainmenu:hover  {
	text-decoration: none;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	height: 25px;
}
.barmainsub, a.barmainsub:link, a.barmainsub:visited {
	text-decoration: none;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	text-align: left;
	font-size: 16px;
	color: #556272;
	height: 25px;
}
a.barmainsub:hover {
	text-decoration: none;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	height: 25px;
}
.barmainleft, a.barmainleft:link, a.barmainleft:visited, a.barmainleft:hover {
	text-decoration: none;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	text-align: left;
	font-size: 16px;
	height: 25px;
}
.barmainleftselected, a.barmainleftselected:link, a.barmainleftselected:visited, a.barmainleftselected:hover {
	text-decoration: none;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	text-align: left;
	font-size: 16px;
	height: 25px;
	color: #700070;
}
.barmainleftred, a.barmainleftred:link, a.barmainleftred:visited, a.barmainleftred:hover {
	text-decoration: none;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	text-align: left;
	font-size: 16px;
	height: 25px;
	color: #FF0000;
}
.barmaintab {
	background-image : url(../images/leftmenubg_off.gif);
	background-repeat : no-repeat;
	background-position: 100%;
	width: 175px;
}
.barmaintabselected {
	background: #ccffff;
	background-image : url(../images/leftmenubg.gif);
	background-repeat : no-repeat;
	background-position: 100%;
	width: 175px;
}

ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul li {
	text-decoration: none;
	position: relative;
	border-style: outset;
	border-top: #586D79 solid 0px;
	border-right: #586D79 solid 0px;
	border-bottom: #586D79 solid 0px;
	border-left: #586D79 solid 0px;
}
li ul.vertz1 {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	width: 140px; /* Width of Menu Items */
	top: 25px;
	border-top: #ff0000 solid 2px;
	border-right: #ff0000 solid 0px;
	border-bottom: #ff0000 solid 2px;
	border-left: #ff0000 solid 0px;
	color: #FFFFFF;
	display: none;
}
li ul.vertz2,  li ul.vertz3,  li ul.vertz4,  li ul.vertz5,  li ul.vertz6  {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	width: 150px; /* Width of Menu Items */
	top: 25px;
	border-top: #ff0000 solid 2px;
	border-right: #ff0000 solid 0px;
	border-bottom: #ff0000 solid 2px;
	border-left: #ff0000 solid 0px;
	color: #FFFFFF;
	display: none;
}
li ul.vertz7 {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: -35px; /* Set 1px less than menu width */
	width: 150px; /* Width of Menu Items */
	top: 25px;
	border-top: #ff0000 solid 2px;
	border-right: #ff0000 solid 0px;
	border-bottom: #ff0000 solid 2px;
	border-left: #ff0000 solid 0px;
	color: #FFFFFF;
	display: none;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	padding: 0px;
	border: 0em solid #6885B4;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 10px; }
* html ul li a { height: 10px; }
/* End */
ul li a:hover {
	text-decoration: none;
	background: #ff0000;
	color: #ffffff;
} /* Hover Styles */
ul li ul li a {
	text-decoration: none;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	background: #f0f0f0;
	border: #ff0000 solid 0px;
	color: #ffffff;
	font-size: 16px;
} /* Sub Menu Styles */
ul li ul li a:hover {
	text-decoration: none;
	font-family: "Tw Cen MT Condensed","Sans serif","Arial", "Helvetica", "Verdana";
	background: #586D79;
	border: #ff0000 solid 0px;
	color: #ffffff;
	font-size: 16px;
} /* Hover Styles */
li:hover ul, li.over ul { text-decoration: none; display: block; } /* The magic */

