/* CSS Document */
#topnav {
	width: 100%;
       height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #333333;
	border-bottom: 1px solid #ccc;
	
  }

#topnav_links {
       width:980px;
       height:25px;
       margin: 0px auto;
       padding-top:0px;
           text-align: left;

}


#topnav_link_1
{
width:245px;
height:25px;
padding-top:5px;
background-color: #462162  ;
color: #cccccc;
float:left;
text-align: center;
}

#topnav_link_2
{
width:245px;
height:25px;
padding-top:5px;
background-color: #cc9900;
color: black;
float:left;
text-align: center;

 
}

#topnav_link_3
{
width:245px;
height:25px;
padding-top:5px;
background-color: #cc6600;
color: black;
float:left;
text-align: center;

 

}

#topnav_link_4
{
width:245px;
height:25px;
padding-top:5px;
background-color: #2f458b;
color: #cccccc;
float:left;
text-align: center;

 
}

#topnav_link_5
{
width:245px;
height:25px;
padding-top:5px;
background-color: #2a500e;
color: #cccccc;
float:left;
text-align: center;



}

/**
#topnav_links  a
{
	font-family: Arial, Gadget, sans-serif;
	border: 1px black dashed;
	font-size:10pt;
	padding: 4px 8px;
	margin-right: 8px;
	color:#000;
	font-style:normal;
	text-decoration:none;
}

#topnav_links a:hover
{
	font-family: "Arial Black", Gadget, sans-serif;
	border: 1px #900 solid;
	font-size:10pt;
	padding: 4px 8px;
	margin-right: 8px;
	color:#900;
	font-style:normal;
	text-decoration:none;
}
*/

#topnav_links  a
{
	font-family: Arial, Gadget, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
    text-decoration:none;
    
}

#topnav_links a:hover
{
	font-family: Arial, Gadget, sans-serif;
	font-size: 12pt;
	color: #0066ff;
	font-weight: bold;
    text-decoration:none;
    
}

