/* ******************************************** */
/*     Start of Horizatal Navigation Section    */
/* ******************************************** */
#nav 
{
	width:950px ;
	background-color:#FddF11;
	height:50px; /* 25px; */
}
#nav ul 
{
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type:none;
}


#nav li 
{       /* Each list element is shown horz */
	float:left;
	position: relative;
	list-style-type:none;
	list-style: none;
}

#nav img { /*  Define any images used */
	/* height:30px; */
	padding:0px;
	margin: 2px 0px 0px 80px;
	border:0px;
}

#nav a
{
	font-size:10px;
	line-height:10px;
	letter-spacing:1px;
	margin-right:1px;
}

.subnav li a:hover { 
	/*  Define the properties of the drop down entries when the mouse is moved over*/ 
	background-color:#adf;
}

.subnav li { /* Define the border colors of the drop down list   */
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width:1px;
	border-color:#FF0000;
}

ul.subnav {  /* Define the border at the top ?? */
	border-top-style:solid;
	border-width:5px;
	border-color:#123456;
}
/* ******************************************** */
/*     End of Horzontal Navigation Section    */
/* ******************************************** */
