﻿<style type="text/css">

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px MyriadPro;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font:normal 14px Myriad;
font-weight: bold;
background-color: #77aedb;
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color:#003366;
font:normal 14px Myriad;
}

a.nav:link {color: white; text-decoration: none; font:normal 14px Myriad;font-weight: bold;}
a.nav:visited {color: white; text-decoration: none; font:normal 14px Myriad; font-weight: bold;}
a.nav:hover {color: white; text-decoration: none; font:normal 14px Myriad;font-weight: bold;}
a.nav:active {color: white; font:normal 14px Myriad;font-weight: bold;} 

a:link {color: #274567; }
a:visited {color: #274567; }
a:hover {color: #cfc578;  }
a:active {color: #274567; } 

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.title
{
	font-size: 20px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.tablehead
{
	color:#FFFFFF;
	background-color:#6c7372;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.tableleftwhite
{
	color:#407198;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.tableleftlb
{
	color:#407198;
	background-color:#dedfeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.tablerowwhite
{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.tablerowlb
{
	background-color:#dedfeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

</style>
