#nav ul {
	margin: 0;
	padding: 0;
	top 0;
	list-style: none;
	float: left;
}

#nav ul li {
	position: relative;
	float: left;
	padding: 0 0 0 10px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
#nav ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 16px;
	overflow: visible;
	text-transform: none;
	}
#nav a {
	color: white;
	display: block;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}



/* Styles for Menu Items */
#nav ul li.firstcategory {

	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#nav ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 21px;
	padding-left: 21px;
	margin: 0px;

	}
#nav ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}


#nav ul li.firstcategory:hover, #nav ul li.firstcategory.over {
	color: white;
}

#nav ul li.category:hover, #nav ul li.category.over {
	color: white;
}
#nav ul li.lastcategory:hover, #nav ul li.lastcategory.over {
	color: white;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#nav li a {
	text-decoration: none;
}

/* hovered lists */
#nav li a, #nav li.over a {
	color: white;
	display: block;

}
#nav li li a:hover, #nav li.over li a:hover {
	background-color: #CC6600;
	color: #fff;
	text-indent: 8pt;
}

#nav li li li a:hover {
	background-color: #063;
	color: #fff;
	text-indent: 8pt;
}

/* set dropdown */
#nav li li a, #nav li.over li a {
	color: #ffffff;
	text-align: left;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	font-weight: normal;
	width: 172px;
	background-color: #fe9900;
	text-indent: 8pt;
	font-size: 13px;
}
#nav li li ul {
	left: 194px;
	top: 0;
}
#nav li li ul li {
	padding: 0 !important;
	margin: 0 !important;
}
#nav li li ul .first {
	border-top: 2px solid white;
}
#nav li li li a{
	background: #013334;
}
#nav li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#nav li ul, #nav li.over ul { 
	display: block; 
} /* The pop */
#nav {
	margin-right: auto;
	margin-left: auto;
	width: 781px;

}

#myajaxmenu {
	position: relative;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}