/* generic text overs - default... hey, gotta have an indcator that says says "click me! click me!" for the slower visitors, not that most are really slow enough to need it. */

A:link {
	text-decoration: none; color: blue;
	}
A:visited {
	text-decoration: none; color: red;
	}
A:active {
	text-decoration: none; color: red;
	}
A:hover {
	text-decoration: underline; color: red;
	}

p {
	padding: 5px; border: 0px solid black; 
	} 

 /* DEFAULTS */
ul#navlist li a,ul#subnavlist li a
{

font-size: 12px;
font-weight: 900;
text-decoration: none;
}

div#navcontainer
{
width: 140px;
padding: 1em;
}

/* NAV LIST */
ul#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
color: black;
display: block;
padding: 2px 0 2px 2px;
border-top: solid 0px #fff;
width: 140px;
}

ul#navlist li a:hover 
{ 
background: #FFFFFF url(pics/cnr.png) top left no-repeat; 
color: white;
}

ul #navlist li a#current
{
color: #fff;
background: #c6cfff url(pics/cnr.png) top left no-repeat;
}

/* SUB NAV LIST */
ul#subnavlist
{
margin: 0 0 0 13px;
list-style-type: none;
padding: 0;
}

ul#subnavlist li { display: inline; }

ul#subnavlist li a
{
display: block;
color: #666;
background: #f1f1f1;
padding: 0px 0 0px 30px;
border-top: solid 0px #fff;
height: auto;
width: 127px;
}

ul#subnavlist li a:hover { background: #aae url(pics/cnr.png) top left no-repeat; }

ul#navlist li a#subcurrent
{
color: #999;
background: #f1f1f1;
}

ul#navlist li a#suvcurrent:hover { background: #f1f1f1; }