#second_nav{
	font-size: .9em;
	color: #0066FF;
		}

navigation
	{
    width: 100%;
    padding: 5px  0px;
	}
#navcontainer {
	background-color: #6699CC;
	}

#navcontainer a { text-decoration: none; }

#navcontainer ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding:5px 0;
	}

#navcontainer li {
	display: inline;
	margin: 0;
	}

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
	{
	color: white;
	padding: 0px 5px;
	}

#navcontainer ul a:hover,
#navcontainer ul a:focus
	{
	color: #333;
	}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited {
	color: #0066FF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #95B1BB;
	background-color: #95B1BB;
	}

/*Second and subsequent levels*/
#navcontainer ul ul
	{
	font-size: 80%;
	position: absolute;
	top:2em;
	left: 0;
	width: 100%;
	background-color: #95B1BB;
	}

#navcontainer ul ul li {
	display: inline;
	float: right;
	margin-right: 5px;
	}

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
	{
	color: black;
	}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
	{
	color: #999999;
	}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited 
	{
	font-weight: bold;
	list-style-type: none;
	}
