/*
 these are the styles for the dropdown menu
*/

.menutitle{
cursor: pointer;
margin-bottom: 0px;
background-color: #ce0000;
color: #000000;
width: 140px;
padding: 3px;
text-align: left;
font-weight: bold;
/*/*/border: 0px solid #fff3eb;/* */
}

.submenu{
margin-bottom: 0.5em;
padding-left: 10px;
}

a.mainnav:link		{ color: #ffffff; font-size: 12px; text-decoration: none;}
a.mainnav:active	{ color: #ffffff; font-size: 12px; text-decoration: none;}
a.mainnav:visited	{ color: #ffffff; font-size: 12px; text-decoration: none;}
a.mainnav:hover		{ color: #000000; font-size: 12px; text-decoration: none;}

a.subnav:link		{ color: #ffffff; font-size: 11px; text-decoration: none; font-weight: normal;}
a.subnav:active		{ color: #ffffff; font-size: 11px; text-decoration: none; font-weight: normal;}
a.subnav:visited	{ color: #ffffff; font-size: 11px; text-decoration: none; font-weight: normal;}
a.subnav:hover		{ color: #000000; font-size: 11px; text-decoration: none; font-weight: normal;}