
.navlist {
	margin: 10px 0px 10px 0px;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
  text-align: right;
  width: 163px;
}
.navlist li {
	margin: 0 0 0 0;
}
.navlist a {
	/*/*/display: block;
        padding: 4px 20px 4px 3px;     /*if you change overall width here, modify "width" as well */
	width: 140px;                   /* container-width - padding left, right from here */
	background-color: transparent;
}
.navlist a:link, .navlist a:visited {
	color: #FFFFFF;
	text-decoration: none; 
}
.navlist a:hover {
        padding: 3px 20px 3px 3px;     /*if you change overall width here, modify "width" as well */
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.uberlink a:link, .uberlink a:visited, .uberlink a:hover {
        padding: 4px 20px 4px 3px;     /*if you change overall width here, modify "width" as well */
}
.uberlink {
  font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.uberlink a:hover {
	border-top: 0;
	border-bottom: 0;
}
.sub {
        font-weight: normal;
}
.sub a:hover {
	border-top: 0;
	border-bottom: 0;
	background-image: url("../images/subHover.gif");
}

.sub_act {
        font-weight: bold;
}
.sub_act a:hover {
	border-top: 0;
	border-bottom: 0;
	/* background-color: #d7645d; */
	background-image: url("../images/subHover.gif");
	
}

