/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menuTopTops/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
	
#backImg .on {
	color: #500b24;
	/*font-size: 24px;*/
	text-decoration:none;
	}
	
#backImg .off {
	text-decoration:none;
	}
	
/* style the outer div to give it width */
.menu {
	text-align: right;
	width:660px; 
	height:20px;
	position:relative;
	top: 30px;
	left: 25px;
	z-index:5000;
	font-family: verdana, arial, sans-serif;
	/*background: #99FF66;*/
	background-position: left;
	background-image: url(../../imgs/common/navBg.jpg);
	background-repeat: no-repeat;
	
}
