#navlist {
/* position: absolute;
left: 20px;
top: 50px; */
width: 150px;
background-image: url("images/menu_background_base.gif");
background-repeat: repeat-y;
font-family: Helvetica, Arial, sans-serif;
}

#navlist ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 4pt;
}

#navlist h1 {
margin: 0;
margin-top: 0.0em;
margin-bottom: 0.2em;
color: white;
line-height: 14pt;
text-align: right;
font-size: 9pt;
font-weight: bold;
background-color: #666666;
padding-right: 5px;
/*background-image: url(images/nav-darkgray-grad.gif);
background-repeat: repeat-x;
background-position: 0% 0%;*/
}

#navlist h2 {
margin: 0;
margin-top: 0.6em;
margin-bottom: 0.2em;
color: white;
line-height: 14pt;
text-align: right;
font-size: 8pt;
font-weight: bold;
background-color: #666666;
/*background-image: url("/images/menu_background_h2.gif");*/
/*background-image: url(images/nav-darkgray-grad.gif);
background-repeat: repeat-x;
background-position: 0% 0%;*/
padding-right: 5px;
}


#navlist li {
	margin: 0;
	padding-top:0;
	padding-bottom:0;
	border:0;
	color: #000;
	/* line-height: 1em; */
line-height: 9pt;
	text-align: right;
	font-size: 8pt;
	/* font-weight: bold; */
background-color: transparent;
}

/* #navlist li:a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url("/images/l1_down.jpg");
background-repeat: no-repeat;
background-position: 0% 50%;
}*/

#navlist a:link, #navlist a:visited {
color: black;
text-decoration: none;
}

/* you can combine the last two rules if you wish */

#navlist a:hover, #navlist a:active {
color: #ffa500;
}
/* #navlist a:hover, #navlist a:active {
background-color: #9F6F9F;
background-image:  url("/images/l1_over.jpg");
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
} */

#uberlink a:link, #uberlink a:visited,

#uberlink a:hover, #uberlink a:active {
background-color: #9F6F9F;
background-image:  url("/images/l1_over.jpg");
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}

#subnavlist {
/* position: absolute;
left: 0px;
top: 50px; */
width: 125px;
font-family: Helvetica, Arial, sans-serif;
}

#subnavlist ul {
margin: 0;
padding: 0;
list-style-type: none;
color: black;
font-size:8pt;
}

#subnavlist h1 {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 0.2em;
	color: #000;
	line-height: 14pt;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	background-color: #CCC;
	padding-left: 5px;
/*	background-image: url(images/nav-gray-grad.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;*/
}


#subnavlist h2 {
margin: 0;
margin-top: 0.6em;
margin-bottom: 0.2em;
color: white;
line-height: 14pt;
text-align: left;
font-size: 8pt;
font-weight: bold;
background-color: #666666;
padding-left: 5px;
/*background-image: url(images/nav-darkgray-grad.gif);
background-repeat: repeat-x;
background-position: 0% 0%;}*/

/* h6 used for filler on subnav when no H1 is on top */
#subnavlist h6 {
margin: 0;
margin-top: 0px;
margin-bottom: 0px;
line-height: 5px;
font-size: 1pt;
text-align: left;
}


#subnavlist li {
margin: 0;
padding-top:0;
padding-bottom:0;
border:0;
color: black;
line-height: 9pt;
text-align: left;
font-size: 8pt;
/* font-weight: bold; */
background-color: transparent;
}

/* #subnavlist li:a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url("/images/l1_down.jpg");
background-repeat: no-repeat;
background-position: 0% 50%;
} */

#subnavlist a:link, #subnavlist a:visited {
color: black;
text-decoration: none;
}

#subnavlist ul li.blklink a:link { font-size: 7pt; color: #000; }
#subnavlist ul li.blklink a:visited { font-size: 7pt; color: #000; }

#subnavlist a:hover, #subnavlist a:active {
color: #ffa500;
}

#subnavlist ul li.blklink a:hover { color:#ffa500; }
#subnavlist ul li.blklink a:active { color: #ffa500; }

#subnavsublist a:link, #subnavsublist a:visited {
color: black;
text-decoration: none;
}

#subnavsublist a:hover, #subnavsublist a:active {
color: #ffa500;
}
