/* Navigation - Victoria Crockett */

/*Left side menu*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#navcontainer {
	float:left;
	width:171px;
	margin: 0;
	padding: 0;
}

ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
}

ul#navlist li {
	display: block;
	padding:0;
	color: #fff;
	font-size: 12px;
	/*	height: 1em;*/
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

ul#navlist li.pink {
	margin:0 0 4px 0;
	padding:0 0 0 5px;
	background-color: #F799C2;
	background-image: url(../../images/pinkheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
/*	height: 21px */
}

ul#navlist li.blue, ul#navlist li.blue a {
	background-color: #A7D1E7;
	background-image: url(../../images/blueheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 5px;
}
ul#navlist li.blue a:hover {
	color: #CCCCCC;

}



ul#navlist li a {
	display: block;
	/*	width: 100%;
	*/color: #575757;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
	background-color: #EDF6FA;
	background-image: url(../../images/nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0;
	padding-left: 5px;
/*	height: 2em;*/
}
ul#navlist li a:hover {
	font-weight: bold;
	color: #333333;
}

/* bottomNav menu */

#nav1 {
	font-weight: bold;
	float: left;
	text-decoration: none;
	width: 100%;
	margin-top: 20px;
}

#nav1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#nav1 ul li { 
	display: inline;
}

#nav1 ul li a {
	text-decoration: none;
	color: #666666;
	padding-right: 0.75em;
	padding-left: 0.75em;
	text-align:center;
}

#nav1 ul li a:hover	{
	color: #FF0000;
	text-decoration: none;
}

.pink-header {
	margin:0 0 4px 0;
	padding:0 0 0 5px;
	background-image: url(../../images/pinkheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 151px;
	font-weight: bold;
	color: #FFFFFF;
}
