body {
    margin-top: 0;
}

#menu a {
	display: block;
}


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: none;
	border: 0px none;
	text-align: left;
	vertical-align: middle;



}
:hover.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #990033;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;

}
.menubox {
	background-color: #FFFFFF;
	height: 20px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
	border-top: 2px solid #D3DBAC;
	border-right: 2px none #D3DBAC;
	border-bottom: 2px solid #D3DBAC;
	border-left: 4px solid #D3DBAC;
}

.topline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.rightline {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.leftcorner {
	overflow: scroll;
	position: absolute;
	left: 2px;
	bottom: 0px;
	top: 376px;


}
.shadow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D3DBAC;
	border-right-color: #D3DBAC;
	border-bottom-color: #D3DBAC;
	border-left-color: #D3DBAC;
}
.textmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #CCCCCC;
}
:hover.textmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:link       { color: #2D59B5 }
a:visited    { color: #7C9CC0 }
a:hover      { color: #A10A2D;  }
