#navbar a:link
		{
		color:#002652;
		text-decoration:none;
		border-bottom:0px;
		}

#navbar a:visited
		{
		color:#002652;
		text-decoration:none;
		border-bottom:0px;
		}

#navbar a:hover
		{
		color:#002652;
		text-decoration:none;
		border-bottom:0px;
		}				

#navbar a:active {color: #FFCC00; text-decoration: underline}
					
#navbar li 	
		{						
		color:#002652;
		text-align:left;
		}

#navbar li:hover 
		{
		color:#002652;
		position:relative;
		left:0px;
		right:0px;
		border-left:1px solid #c1c1d1;
		border-right:1px solid #c1c1d1;
		border-bottom:1px solid #c1c1d1;
		}

#navbar li:hover ul
		{
		color:#002652;
		position:absolute;
		left:-1px;
		right:-1px;
		background-color:#FFFFFF;
		border-left:1px solid #c1c1d1;
		border-right:1px solid #c1c1d1;
		border-bottom:1px solid #c1c1d1;
		}
					
#navbar li ul li
		{
		font-size:10pt;
		}
					
#navbar li:hover ul li 
		{
		border:none;
		padding:0px
		}
						
#navbar a:hover 
		{
		text-decoration:underline
		}


#navbar a.header {font-family: verdana, helvetica, serif; font-weight: 600; font-style: none; color: #e1e1e1;}
#navbar a:visited.header {font-family: verdana, helvetica, serif; font-weight: 600; font-style: none; color: #e1e1e1;}
#navbar a:hover.header {font-family: verdana, helvetica, serif; font-weight: 600; font-style: none; color: #254970;}


div.content 	
		{
		margin-left:0%
		}
