/* navigation styles */

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#nav {
	font: bold 11px/44px	Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
  }

#nav a,
#nav a:link {
	display: block;
	width: 100%;
	color: white;
}

#nav a:active,
#nav a:hover	{
	color: #F33;
  background-image: url("../assets/carat_red.gif"); 
  background-repeat: no-repeat; 
  background-position: center bottom;
  text-decoration: none;
}

