/*
COOLMENUS4

*/

/* Following for Navigation Drop Down Menus */
/* ---------------------------------------- */

/* style code */
#nav a {
	FONT-FAMILY: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif bold;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 30px; 
	width: 120px;
}

#nav ul {
	line-height: 30px; 
	width: 120px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li,
#nav li a {
	float: left;
	position: relative;
	width: 120px;
	height: 30px;
	text-align: center;
	background-color: #FF7800;
	list-style: none;
	font-size: 10px;
}

#nav li ul { 
  display: none;
  position: absolute; 
  left: 0;
  list-style: none;
  bottom: 30px;
}

#nav li li {
	font-size: 10px;
	font-weight: bold;
	display: block;
	color:	#FFD600;
	background-color: #FF7800; 
	border: 0px solid white;

}
#nav li li a {
	font-size: 10px;
	font-weight: bold;
	display: block;
	color:	WHITE;
	background-color: #FF7800; 
}

#nav li li a:hover,
#nav li a:hover {
	font-size: 10px;
	font-weight: bold;
	background-color: #DBEF3B;
	color: #095AA6;
}

li > ul {
	top: auto;
/*	left: auto; */
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#content {
	clear: left;
}

