ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width:111px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	display: none;
	line-height: 16px;

	}
ul li a {
	color: #062E4B;
	font-weight: bold;
}



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

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

	}
ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/array_332x28.jpg);
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 0px;

	}
ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/array_332x28.jpg);
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}


ul li.firstcategory:hover, ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/array_332x28_roll.jpg);
}

ul li.category:hover, ul li.category.over {
	color: #fff;
	background-image: url(images/array_332x28_roll.jpg);
}
ul li.lastcategory:hover, ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/array_332x28_roll.jpg);
}

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

/* hovered lists */
li:hover a, li.over a {
	color: #fff;
	width: 111px;
	display: block;

}
li:hover li a:hover, li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif);
	color: #fff;
	background-repeat: no-repeat;
	background-color: #8dbc00;
	background-position: left center;
	text-indent: 8pt;

}

/* set dropdown */
li:hover li a, li.over li a {
	color: #ffffff;
	background-image: url(images/bullet_11x8.gif);
	background-repeat: no-repeat;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	width: 172px;
	background-color: #000000;
	background-position: left center;
	text-indent: 8pt;
	/*opacity for IE5+*/
	 filter: alpha(opacity=70);
	/*opacity for older Mozilla browsers*/
	 -moz-opacity: 0.7;
	/*opacity for mozilla/safari*/
	opacity: 0.7;
}
li ul li a {

	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

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

}

#topnav {
	position: absolute;
	top:1px;
	left: 0px;

}


.first a {
	border-top: 1px solid #2f2f2f;
}

