.combo
{font-family: Arial;
font-size: 8pt;
font-weight: bolder;
BORDER-RIGHT: 1px solid #ffc000;
BORDER-BOTTOM: 1px solid #ffc000;
BORDER-TOP: 1px solid #ffc000;
BORDER-LEFT: 1px solid #ffc000;
BACKGROUND: #ffe799;
COLOR: #6f717e;}


.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-repeat: no-repeat;
}
.style3 {font-family: Arial, Helvetica, sans-serif}
	
li ul {
	position: absolute;
	left: 80px;
	top: 0;
	display: none;

	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	}
	
ul li {
	position: relative;
	width: 70px;	
	
	color: #777;
	padding: 5px;
	
	border: 0px solid #ccc;
	border-bottom: 0;
	
	}
	
ul li a {
	
	text-decoration: none;
	color: #777;
	
	
	
	}

.styleUL {
	margin-top: 10;
	margin-left: 70;
	padding: 0;
	list-style: none;
	width: 120px;
	border-bottom: 0px solid #ccc;
	

}




li:hover ul, li.over ul { 
	display: block; 
	}
	
#nav a:hover {
    text-decoration: none;

    color:#5d5e5c;
	
	
    }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */



