﻿#nav a:link   { 
color: #ffffff; font-weight:normal;
   }  
#nav a:active   {
color: #ffffff;
   }  
#nav a:visited    { 
color: #ffffff;
    }  
#nav a:hover    { 
color: #ffffff; font-weight:bold;
    } 



#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	}



#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	text-align: center;
}

#nav a {
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	display: block;
	background: #800000;
	font: bold 12/16px Tahoma, Helvetica, Arial, sans-serif;
	text-decoration: none;
	width: auto;
}

#nav li {
  float: left;
  width: 6em;
  list-style: none;
  list-style-image: none;
}

#nav li ul {
  position: absolute;
  width: 6em;
  left: -999em;
}

#nav li.sfhover ul  {
  left: auto;
  clear: left; 
}

#nav li:hover ul  {
  left: auto;
  clear: left; 
}
