/* CSS Document */

<style type="text/css" media="screen">
body {
	background-color: #efeeee; /* 015F83 */
}


#dropmenudiv{
position:absolute;
border:1px solid white; /* 1px */
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 92px; /* 100 */
color:#FFFFFF;
display: block;
text-indent: 3px;
border-bottom: 1px solid white; /* 1px */
padding: 1px 0; /* 1px 0 */
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #8BB4D2;
}

/*****/

#verticaldiv{
position:absolute;
background-color: #8BB4D2;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:24px;
z-index:100;
}

#verticaldiv a{
width: 100%;
color:#FFFFFF;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 3px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#verticaldiv a:hover{ /*hover background color*/
background-color: #8BB4D2;
}

.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; }
a:link {
	color: #376D9C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #376D9C;
}
a:hover {
	text-decoration: underline;
	color: #376D9C;
}
a:active {
	text-decoration: none;
	color: #376D9C;
}

/**************************************************************************************************************/

</style>

