.navlist {
	position: relative;
	left: 36px;
	top: auto;
	right: auto;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: disc; /*turns off display of bullet*/
	font-size: 0.9em;
}
#navlist li {
	margin: 0;
	margin-top: 5px;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border-color: #ddd #000 #000 #ddd;
	background-image:  url(images/blackpointer.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
	color: #666666;
	text-decoration: none;
}

#navlist a:hover {
	background-image:  url(images/bluepointer.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}

#hnavlist {
font-size: .9em;
margin: 16px 0 2.5em 0;
width: 100%;
}
#hnavlist li {
float: left;
list-style-type: none;
margin: 0 0 1em 0;
padding: 0;
white-space: nowrap;
}
#hnavlist ul {
margin: 0;
padding: 0;
}
#hnavlist a {
padding: 3px 10px 3px 22px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image: url(images/blackpointer.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}
#hnavlist a:link, #hnavlist a:visited {
color: #EEEEEE;
}
#navlist a:active, #uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active,
#hnavlist a:hover, #hnavlist a:active {
	background-image:  url(images/greenpointer.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
	vertical-align: baseline;
}

[if IE 5]>
<style>
#navlist a {
height: 1em;
float: left;
clear: both;
width: 100%;
}
</style>

<![endif]
[if IE 6]>
<style>
#navlist a {height: 1em;}
</style>
<![endif]

[if gte IE 5]>
<style>
#hnavlist a  {
position: relative;
height: 1em;
zoom: 100%;
}
</style>
<![endif]
