/* CSS Document */
/* Used for the Ecomm Nav across the top of the page */

#menu13 li {
	display:inline;
	list-style-type:none;
	background-color: #01327C;
/*	background-image:url(/images/ecomm.png);
	background-repeat:repeat;*/
	font-weight: bold;
}

#menu13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:10px;
	}
	
#menu13 li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#menu13 li a:link, #menu13 li a:visited {
	color: #CCCCCC;
	padding: 15px;
	}
	
#menu13 li a:hover {
	color: #000;
	padding: 15px;
	}