/*********** ALL MENU STUFF *************/

/*********** REMOVE PADDING, MARGINS AND STYLES FROM ALL ITEMS *************/
#navigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigation ul li, #navigation img {
	float:left;
	position:relative;
}


/***************** styles for top level ********************/
#navigation {
	margin-left:auto;
	margin-right:auto;
	width:474px;
	height:85px;
	position:relative;
	z-index:9;
	color:#fff;
	display:block;
	font-size:11px;
	text-align:left;
	font-weight:normal;
}

#recent, #recent:visited, #other, #other:visited,  #about, #contact{
	margin-left:10px;
	margin-right:50px;
	cursor:pointer;
	text-decoration:none;
	padding-bottom:5px;
}

#contact {
	margin-right:10px;
}

#about a, #about a:visited, #contact a, #contact a:visited {
	cursor:pointer;
	text-decoration:none;
	color:#fff;
}

#recent:hover, #other:hover, #about a:hover, #contact a:hover {
	color:#9cce01;
}


/**************** STYLES FOR SECOND MENU *************************/

/* SECOND LEVEL BACKING */
#navigation ul ul {
	background-image:url(images/menu3.gif);
	background-repeat:no-repeat;
	display:none;
	position:absolute;
	height:115px;
	width:132px;
/*	margin-top:4px;*/
	top:13px;
	left:0;
	border:0;
}


#navigation ul ul li a, #navigation ul ul li a:visited {
	text-decoration:none;
	color:#CCCCCC;
	font-family:tahoma,sans-serif;
}

#navigation ul ul li {
	height:17px;
	width:130px;
	padding:0px;
	margin-left:10px;
	top:16px;
	font-size:10px;
}

#navigation ul ul li a:hover {
	color:#9cce01;
}




/* REQUIRED FOR IE5.5 */
* html #navigation ul ul {
	top:30px;t\op:31px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
#navigation table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
