.nav_bottom {border-bottom: 1px solid #000000;}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}

#nav a {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	white-space:nowrap;
        color: white;
        text-decoration:none;
	background-color: #F5731D;
	padding-left:5; padding-right:5;
        padding-top:2; padding-bottom:2;
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	width:138px;
}

#nav li li a:hover {
	display:block;
	white-space:nowrap;
	background-color: #ffcc99;
	color: black;
}

/*Main items*/
#nav li {
	float       : left;
	position    : relative;
	width       : 138px;
	cursor      : hand;	
	z-index: 100;
	/*border      : 1px solid red; */
}



/* subs */
#nav li ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	font-weight: normal;
/*border-top: solid 0px #fff;*/
    border-width:0px;
    text-align:left;
}

/* sub's Top & Bottom*/
#nav li:hover ul, #nav li.over ul {
	display: block;
}
