﻿/* CSS for yellow navigation originally by Dieter Schneider 2007, modified by Ericka T. */
/********************************* Yellow Navigation **********************************/

div#navcontainer { }

div#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #00538e;
	text-decoration: none;
}

div#navcontainer a
{
	display: block;
	padding-top: 3px;
	padding-left: 5px;
	width: 145px;
	border-bottom: 1px solid #fff;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	height: 22px;
	font-size: 10px;
	text-decoration: none;
	color: #00538e;
}

div#navcontainer a:link, div#navlist a:visited
{
color: #00538e;
text-decoration: none;
}

div#navcontainer a:hover 
{	
	background: url(../images/button.jpg) 0 -25px;
	color: #00538e;
	text-decoration: none;
}

div#navcontainer .left a, #navcontainer .left a:hover
{
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding-top: 0;
	padding-left: 0;
	text-decoration: none;
	color: #FEBE10;
}
#navcontainer img {
	border: none;
}

