@charset "iso-8859-1";
/* CSS Document */

#result {
	
	
	position:absolute;
	z-index:10;
	top:10px;
	left:50px;
	
	
}

.navbars {
	font-family: Verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0c2d58;
	
	text-align: left;
	text-decoration: none;
	
}
.navbars label {
	margin-right:5px;
	
}
.navbars input {
	width:100px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	z-index:5;
	
	}
ul li {
	position: relative;
	list-style:none;
	z-index:2;
	}
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	list-style:none;

	}
ul li a {
	font-family: Verdana,sans-serif;
	display: block;
	text-decoration: none;
	color: #000;
	font-size:10px;
	background-color:#EEE;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	list-style:none;
	}
	ul li a:hover {
	
	display: block;
	
	}
.one {
	font-family: Verdana,sans-serif;
	font-size:9px;
}
li:hover ul { 
color:#FFF;
background-color:#FFF;
display: block; }

ul li a .highlight {
	background-color:#00F;
	color:#FFF;
}