/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* all levels inner */
.minner {
	font: 12px Tahoma,Verdana,sans-serif;
	color: black;
	margin: 3px;
	line-height:20px;
}
/* all levels outer */
.moout {
	border : 1px solid #666666;
	border-top-color:#CCCCCC;
	border-right:none;
	border-left:none;
	border-bottom-color:#CCCCCC;
	background-image:url(../images/btn-bg.png);
	height:26px;
	width:184px;
	background-repeat:no-repeat;
}

.moover {
	border: 1px solid #666666;
	background-color: #FFCC99;
	}
	
                               
