body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
}
#menu {
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -4px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: right;
	display: block;
	margin-right: 1px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;


}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	height: 25px;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	width: 50px;
}
#menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/button_over.jpg);
	background-repeat: repeat-x;
}
.drop a{
	line-height: 22px;
}
.header {
	background-image: url(../images/header_rt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
#login {
	text-align: left;
	width: 250px;
	padding-right: 15px;
}
h5 {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #3E44A2;
	margin: 5px 0px 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E44A2;
	line-height: 12px;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}
#go {
	margin-top: 1px;
}
.under {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DAEBC1;
}
