#menu {
	background: #FFF;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
#menu li {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 76%;
		padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
	/*font-weight: bold;*/

}
#menu a {
	background: #FFF;
	border-bottom: 1px solid #393939;
	color: #000;
	display: block;
	margin: 0;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#menu a:hover, #menu a.current {
	background: #339999 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 3px;
}
#nav_header{
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 68%;
	color:#000000;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-decoration: none;
}
input.button {
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
font-size: .9em;
cursor: pointer;
display: block;
width:auto;
padding: 0 10px;
overflow:visible;
text-decoration: underline;
float: left;
background: #D1CEFF;
}
.accept dl {
width: 520px;
}
.accept dt {
font-weight: normal;
float: left;
clear: left;
width: 170px;
margin-right: 8px;
}
.accept dd {
float: left;
width: 170px;
margin-bottom: 5px;
padding: 0;
margin-left: 0;
}
.accept .note {
clear: both;
}
.accept .button {
margin-left: 50px;
}
.center-button {
width: 100%;
text-align: center;
}
td {
vertical-align: top;
}
legend {
color: #000000;
}
/* Float containers */
/*
* See http://positioniseverything.net/easyclearing.html
* for a description of this code.
*/
.clearfix:after,
fieldset:after /* Safari 2 required */ {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

.clearboth {
clear: both;
}
/*    *** end hide items ***    */
