.signin_form td, .signin_form th {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.signin_form input {
	margin: 0px;
}

.signin_form a {
	float: left;
}

.menu_head {
	cursor: pointer;
	background: #EEDDCC url(/images/collapse_down.png) center right no-repeat;
	color: #003D6B;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px;
}

.menu_body {
	display:none;
}

.menu_body a {
	display: block;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #eeddcc;
}

.menu_body a img {
	vertical-align: text-top;
}

.menu_body a:hover {
	color: #000000;
	text-decoration: underline;
}

.menu_body a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited, a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], a[href$=".rdf"], a[href^="aim:"] {
	margin:0;
	padding:0 0 0 10px;
}