/* CSS Document */
/* ====================================================================
   Top Nav Style
   -------------------------------------------------------------------- */
   

#topnav_buttons a:link img, #topnav_buttons a:visited img{
   border:1px; border-color: black; border-style: solid;
}

#topnav_buttons a:hover img{
   border:1px; border-color: #FF0099; border-style: solid;
}
/*
*/

#topnav a
{
   font-size:85%;
   text-transform: uppercase;
   color: #FF6699;
	background: url(../images/bgrad3.jpg) center center;
	padding: 1px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#topnav a.disabled:link, #topnav a.disabled:visited {
	color: #FF6699;
}	
#topnav a.enabled:hover, #topnav a.disabled:hover, #topnav a.enabled:visited:hover,#topnav a.disabled:visited:hover {
	color: #FF0099;
	
}
#topnav a.enabled:active, #topnav a.disabled:active, #topnav a.enabled:visited:active, #topnav a.disabled:visited:active  {
	color: #FF0099;
	
}
.topnavheader {
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	padding: 1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
