html, body, td, th {
	color: #000000;
  	border: none;
}



input, textarea {
        font-weight: bold;
}

input.text {
        padding: 2px 5px;
        background: #F8FAEB;
        border-top: 1px solid #4D5719;
        border-left: 1px solid #4D5719;
        border-right: 1px solid #626456;
        border-bottom: 1px solid #626456;
}

input.button {
        background: #3C7BCF;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;

        color: #FFFFFF;
}


.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.menu ul{
	background:#FFFFFF;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#E0E0E0 bottom right no-repeat;
		//background:#FFFFFF url("/devel/arrow.gif") bottom right no-repeat;
		color:#000000;
		display:block;
		font-size:13px;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #00CCFF bottom center no-repeat;
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
		background:#E0E0E0;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('/devel/images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			//background:#2580a2 url('/devel/images/hover_sub.gif') center left no-repeat;
			background:#00CCFF center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

	

a {
	font:100%;
        color: #0099CC;
	font-style:normal;
	text-decoration:none;
}

a:hover {
        color: #666666;
	font-style:normal;
	text-decoration:underline;
}	


.a {
        color: #0099CC;
        font-style:normal;
        text-decoration:none;
}

.a:hover {
        color: #666666;   
        font-style:normal;
        text-decoration:underline;
}       

