/* Navigation UL Styles */
a:link {
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}
	
a:visited {
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#notice {
	padding: 0px;
	padding-top:12px;
	padding-bottom:12px;
	position: relative;
	text-align: left;
	margin-left: 3px;
	color: #000000;
	width: 100%;
	background-color: #CCCCCC;
	margin: 0px;
	border: 1px solid #000;
}

ul#navigation {
	padding: 0px;
	padding-top:12px;
	padding-bottom:12px;
	position: relative;
	text-align: left;
	margin-left: 3px;
	color: #000;
	width: 248px;
	max-width: 248px;
	background-color: #CCCCCC;
	margin: 0px;
	border: 1px solid #000;
}

ul#navigation li {
	width: 200px;
	align: center;
	display: inline-block;
	list-style-type: none;
	position: relative;
	padding: 2px;
	padding-right: 14px; /*adjust as necessary for # of links */
	padding-left: 14px; /*adjust as necessary for # of links */
	border: none;
}

ul#navigation a 
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	font-family: sans-serif, century gothic, helvetica, arial;
	font-size: 14px;
}


ul#navigation a:hover 
{
	color: #fff;

}

/* Navigation UL Styles */

ul#navigation2 {
	padding: 0px;
	padding-top:5px;
	padding-bottom:5px;
	position: relative;
	text-align: left;
	margin-left: 7px;
	color: #fff;
	width: 900px;
	max-width: 900px;
	background-color: #F3C;
	margin: 0px;
}

ul#navigation2 li {
	align: center;
	display: inline;
	list-style-type: none;
	position: relative;
	padding: 5px;
	padding-right: 21px; /*adjust as necessary for # of links */
	padding-left: 21px; /*adjust as necessary for # of links */
	border-left: solid 1px #fff;
}

ul#navigation2 a 
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-family: sans-serif, century gothic, helvetica, arial;
	font-size: 12px;
	text-transform: uppercase;
}


ul#navigation2 a:hover 
{
	color: #FCF;

}

