a.underline:visited{
	text-decoration:none;
}

.dropdownor, .dropdownye, .dropdowngr, .dropdownbl {
	float:left;
	padding-right:0px;
	overflow:hidden;
	z-index:200;
}
.dropdownor dt, .dropdownye dt, .dropdowngr dt, .dropdownbl dt {
	width:100px;
	border:0px solid #9ac1c9;
	padding:0px;
	font-weight:normal;
	cursor:pointer;
	background:url(images/header.gif);
	overflow:hidden;
	z-index:200;
}
.dropdownor dt:hover {
}
.dropdownor dd {
	position:absolute;
	overflow:hidden;
	width:175px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
}
.dropdownor ul {
	width:100px;
	border:0px solid #ffc370;
	list-style:none;
	border-top:none;
}
.dropdownor li {
	display:inline;
}
.dropdownor a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:0px;
	color:#333;
	text-decoration:none;
	width:175px;
	background-image: url(../images/orangemenubackground.jpg);
}
.dropdownor a:hover {
	background:#ffc370;
	color:#000
}
.dropdownor .underline {
	border-bottom:1px solid #ffc370;
	text-decoration:none;
}
/**********************************************/
.dropdownye dt:hover {
}
.dropdownye dd {
	position:absolute;
	overflow:hidden;
	width:175px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}
.dropdownye ul {
	width:100px;
	border:0px solid #f6e276;
	list-style:none;
	border-top:none
}
.dropdownye li {
	display:inline
}
.dropdownye a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:0px;
	color:#333;
	text-decoration:none;
	width:175px;
	background-image: url(../images/yellowmenubackground.jpg);
}
.dropdownye a:hover {
	background:#f6e276;
	color:#000
}
.dropdownye .underline {
	border-bottom:1px solid #f6e276;
	text-decoration:none;
}
/************************************/
.dropdowngr dt:hover {
}
.dropdowngr dd {
	position:absolute;
	overflow:hidden;
	width:175px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}
.dropdowngr ul {
	width:100px;
	border:0px solid #9cd699;
	list-style:none;
	border-top:none
}
.dropdowngr li {
	display:inline
}
.dropdowngr a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:0px;
	color:#333;
	text-decoration:none;
	width:175px;
	background-image: url(../images/greenmenubackground.jpg);
}
.dropdowngr a:hover {
	background:#9cd699;
	color:#000
}
.dropdowngr .underline {
	border-bottom:1px solid #9cd699;
	text-decoration:none;
}
/************************************/
.dropdownbl dt:hover {
}
.dropdownbl dd {
	position:absolute;
	overflow:hidden;
	width:195px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
}
.dropdownbl ul {
	width:195px;
	border:0px solid #8aa1e4;
	list-style:none;
	border-top:none
}
.dropdownbl li {
	display:inline
}
.dropdownbl a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:0px;
	color:#333;
	text-decoration:none;
	width:195px;
	background-image: url(../images/bluemenubackground.jpg);
	background-repeat: repeat-y;
	height: auto;
	border: none;
}
.dropdownbl a:hover {
	background:#8aa1e4;
	color:#000
}
.dropdownbl .underline {
	border-bottom:1px solid #8aa1e4;
	text-decoration:none;
}
