/* CSS Document */



#navcontainer {
	width: 154px;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em;
	font-weight: bold;
	margin: 0em;
}

#navcontainer a
{
	display: block;
	padding: 2px 0px 2px 15px;
	width: 134px;
	background-color: #EAEAEA;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-left: 5px solid #CCCCCC;
	margin-bottom: 3px;
}
#navcontainer a:link, #navcontainer a:visited
{
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#navcontainer a:hover
{
	color: #990000;
	border-left: 5px solid #AD2120;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD2120;
}
#currentpage a:link, #currentpage a:visited,
#currentpage a:hover, #currentpage a:active 
{
	color: #FFFFFF;
	background-color: #AD2120;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD2120;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #AD2120;
}
a.footerlink 		
		    {
			color:  #000000;
			text-decoration: none;
			}
a.footerlink:visited 	
			{	
			color: #000000;
			}		
a.footerlink:hover 	
			{
			color: #CCCCCC;
			}			
a.footerlink:active 			
			{
			color: #CCCCCC;
			}
a.linkpage		
		    {
			color:  #666666;
			text-decoration: none;
			}
a.linkpage:visited 	
			{	
			color: #B2B2B2;
			text-decoration: none;
			}
a.linkpage:hover 	
			{
			color: #AD2120;
			text-decoration: underline;
			}
a.linkpage:active 	
			{
			color: #AD2120;
			text-decoration: underline;
			}

