/* CSS Document */

.menuReg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:normal;
	vertical-align: middle;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-color: #b1c4de;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #b1c4de;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 175px;
}

.menuReg:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3366CC;
	background-color: #b1c4de;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 175px;
}

.menuBold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:normal;
	font-weight: bold;
	color: #3366CC;
	vertical-align: middle;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-color: #b1c4de;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #b1c4de;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 175px;
}

.bottomMenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:normal;
	color: #000000;
	text-decoration: none;
}

.bottomMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #3366CC;
	text-decoration: underline;
}

.bottomMenuBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}

.bottomMenuPlain {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:normal;
	color: #000000;
	text-decoration: none;
}