
/* CSS Document */
/* This is specifically for the Magento Store */


	/* This controls the HR HERO Top menu */

#nav-top ul{
	padding: 2px 0 0 0;
	margin: 0;
}

#nav-top ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

#nav-top ul li a{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#007BBD;
	text-decoration: none;
	padding: 0 20px 0 15px;
	text-align: center;
	width: 9em;
}

#nav-top ul li a:hover, #nav-top ul li a:focus{
	background-color: #013565;
	color: #FFF;
}

.style010 {
	background-image: url('/img3/menu_bar1.jpg');
	width: 948px;
}


	/* END HRHERO TOP MENU */
















