#topmenu
{
	background-color: #003366;
	width: 100%;
	/*float: left;*/
	/*margin-top:-15px;*/
}
#topmenu ul 
{
	margin: 0;
	/*margin-top:-40px;*/
	padding: 0;
	list-style-type: none;
	width: 100%;
/*	position: fixed;
	background-color: #003366;*/
}
#topmenu li
{
	margin: 0;
	padding: 0;
	display:block;
	list-style-type: none;
	float: left;
	clear: none;
	background-color: #003366;
}

#topmenu a 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	/*background-color: #003366;*/
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 15px 15px 15px;
	display: block;
	color: white;
}
#topmenu a.current, #topmenu a:hover
{
	color: #8CA3bd;
}
#leftnav
{
//here is the grey menu bar on the left
	width: 90%;
	padding-left:20px;
	/*border: solid 1px black;*/
	/*margin: 2px;*/
	text-align: left;
	background-color: #fff;
}
#leftnav h3
{
	display: none;
	/*font-family: Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 100%;
	padding: 0.25em 7px 0.25em 25px;
	margin: 0px;
	text-transform: none;
	color: white;*/
	
}
#leftnav ul 
{
	margin: 0;		
	padding: 0;
	list-style-type: none;
}
#leftnav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*clear: none;*/
}
#leftnav a 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	background-color: #CCCCCC;
	background-image: url(../../images/bulletanchor0.gif);
	background-repeat: no-repeat;
	background-position: 2px 0.2em;
	text-decoration: none;
	text-transform: none;
	padding: 0.25em 7px 0.5em 18px;
	display: block;
	color: #003366;
	border-bottom: solid 1px white;
}
#leftnav a:hover, #leftnav a.current
{
	background-image: url(../../images/bulletanchor1.gif);
	background-repeat: no-repeat;
	background-position: 2px 0.2em;
	color: #006699;
	/*border-bottom: solid 1px white;*/
}
/* leftnav second level items are not to have the bullets */
#leftnav ul.level2 a
{
	color: #003366;
	background-image: none;
	padding-left: 25px;
}
#leftnav ul.level2 a.current
{
	font-weight: bold;
}
#leftnav ul.level3 a
{
	color: #003366;
	padding-left: 32px;
}
#leftnav ul.level3 a.current
{
	font-weight: bold;
}

#footermenu a
{
	text-decoration: none;
	color: #333;
}
#footermenu a:hover
{
	text-decoration: underline;
}
#breadcrumb
{
	font-family: Arial, Helvetica, Sans-Serif;
	margin-top: 30px;
	
}