/* common styling */

.menu{background: #404040;}

.menu1{background: #FA7A12;}

.menu, .menu1, .menu a, .menu1 a {
	font-family: arial, sans-serif;
	display:block; 
	color:#fff; 
	width:170px; 
	height:20px; 
	text-align:center;
	border:1px solid #fff; 
	border-width:0 0 1px 0; 	 
	line-height:19px;	
	}
	
