/*******************
end of 
drop-down menus styles
*********************/				
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 0063A1;
	line-height: 10px;
	text-decoration: none;
	padding-left: 10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-right: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
.submenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	line-height: 10px;
	text-decoration: none;
	padding-left: 10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-right: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
.submenu01 {
	background-color: #FFFFFF;
	height: 15px;
}
.tableborder {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: ridge;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #36779F;
	background-color: #FFFFFF;
}

