.rads_menu { /*This menu is both here and in a CSS doc called rads_menu.css in the root because there are too mann SHOP pages calling the stylesheet */
        font-family : Verdana, Arial, sans-serif;
        font-size: 10px;
		color: #ffffff;
		}
.rads_menu a:link {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;   
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	}
.rads_menu a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;   
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
.rads_menu a:hover { 
	color: #CCCCCC;
	background-color: #A8661C;
	font-family: Verdana, Arial, sans-serif;   
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	}
.rads_menu a:active { 
	color: #A8661C;
	font-family: Verdana, Arial, sans-serif;   
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	}
