/* CSS Document */

a:link {
	color: #062e5e;
}
a:visited {
	color: #062E5E;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #062E5E;
}

#mainmenu {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 165px;
	padding-right: 5px;
	background-color: #072F60;
	display: block;
	line-height: 22px;
}

.mmenuhighlight:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #072F60;
	text-align: right;
	display: block;
	width: 155px;
	text-decoration: none;
	background-image: url(../Graphics-Final/checkmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.mmenuhighlight:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #072F60;
	text-align: right;
	display: block;
	width: 155px;
	text-decoration: none;
	background-image: url(../Graphics-Final/checkmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.mmenuhighlight:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #072F60;
	text-align: right;
	display: block;
	width: 155px;
	text-decoration: none;
	background-image: url(../Graphics-Final/checkmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.mmenuhighlight:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #072F60;
	text-align: right;
	display: block;
	width: 155px;
	text-decoration: none;
	background-image: url(../Graphics-Final/checkmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.mmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #072F60;
	text-align: right;
	display: block;
	width: 155px;
	text-decoration: none;
	
}

.mmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #072F60;
	text-align: right;
	display: block;
	width: 155px;
	text-decoration: none;
	
}
.mmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #072F60;
	text-align: right;
	display: block;
	width: 155px;
	text-decoration: none;
	background-image: url(../Graphics-Final/menuline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

.mmenu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #072F60;
	text-align: right;
	display: block;
	width: 155px;
	text-decoration: none;
	
}
.left:link {
	color: #ffffff;
}
.left:visited {
	color: #ffffff;
}
.left:hover {
	color: #FF0000;
}
.left:active {
	color: #ffffff;
}

#bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	display: run-in;
	padding-top: 10px;
	padding-bottom: 10px;

}

.bmenu:link {
	color: #062e5e;
}
.bmenu:visited {
	color: #062E5E;
}
.bmenu:hover {
	color: #FF0000;
}
.bmenu:active {
	color: #062E5E;
}
