﻿#nav 
{
	background: White; 
	/*padding: 5px 10px 0px; */
	list-style: none;
	font-size:medium;
	font-weight:bold;
	/*font: bold 1.3em Verdana, sans-serif;*/
}
#nav li 
{
	display: inline; 
	/*padding: 0 5px 0 5px;*/
	background: white;
}

#nav li a  
{ 
	display: inline-block; 
	/*border-top: 1px solid white; 
	border-right: 1px solid white; 
	border-left: 1px solid white; 
	padding: 5px;*/
}
#nav li a:hover 
{
	display: inline-block; 
	/*border-top: 1px solid white; 
	border-right: 1px solid white; 
	border-left: 1px solid white; 
	padding: 5px; */
	color:white; 
	
}
#nav li a:active 
{ 
	display: inline-block; 
	/*border-top: 1px solid white; 
	border-right: 1px solid white; 
	border-left: 1px solid white; 
	padding: 5px;*/
	color:white; 
}

#nav a.red 
{ 
	background-color:Maroon; 
	color:White;
	padding: 0 2px 0 2px;
}
#nav a.purple 
{ 
	background-color:#5A5AAD; 
	color:White;
	padding: 0 2px 0 2px;
}
#nav a.green 
{
	background-color:Green; 
	color:White;
	padding: 0 2px 0 2px;
}

#searchLink a:link {
    font-family : Arial, Helvetica, sans-serif;
    color : #006190;
	font-weight: bold;
    text-decoration : none;
    padding: 0 10px 0 5px;
}

#searchLink a:visited {
    color : #006190;
	font-weight: bold;
    text-decoration : none;
}
#searchLink a:hover {
    color : #006190;
	font-weight: bold;
    text-decoration : underline;
}
#searchLink a:active {
    color : #006190;
	font-weight: bold;
    text-decoration : underline;
}


