@charset "utf-8";
/* CSS Document */
			<!--
			.style1 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
			}
			.style2 {
				font-family: Arial, Helvetica, sans-serif
			}
			.style3 {
				font-size: 10px
			}
			.style4 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
			}
				#menu3 {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu3 li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu3 a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu3 a:hover {
	background: #2580a2 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}	
			input.btn{
   			color:#050;
			font-family:'trebuchet ms',helvetica,sans-serif;
		    font-size:84%;
		    font-weight:bold;
		    background-color:#fed;
		    border:1px solid;
		    border-top-color:#696;
		    border-left-color:#696;
		    border-right-color:#363;
		    border-bottom-color:#363;
		    filter:progid:DXImageTransform.Microsoft.Gradient
	       (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
		   }
			input.btnhov{
		    border-top-color:#c63;
		    border-left-color:#c63;
		    border-right-color:#930;
  		    border-bottom-color:#930;
			}
			-->

