.smenu{
	margin: 0;
	padding: 0
}
	
.smenu li{
		float: left;
		list-style: none;
		font: 12px Tahoma, Arial
}

.smenu li a{
		display: block;
		/*background: #20548E;*/
		background: transparent url(../img/elem/gamma_btn.jpg) no-repeat scroll center center; /* <-- */
		
		/*	width:121px;
			height:18px;
		*/
		width:111px;
		height:16px;
		padding: 2px 10px;
		/*padding: 5px 12px;*/
		
		text-decoration: none;
		border-right: 1px solid white;
		color: white;
		white-space: nowrap
}

.smenu li a:hover{
		/*background: #1A4473*/
	
	}
		
.smenu li ul{
		margin: 6px;
		padding: 0;
		position: absolute;
		visibility: hidden;
/*		border-top: 1px solid white */
			
}
		
.smenu li ul li{
			float: none;
			display: inline}
		
.smenu li ul li a{
/*			width: auto;	*/
/*			background: #9F1B1B  */
			background: #ccc;
			width:100px;
			height:16px;
}
		
.smenu li ul li a:hover{
/*		background: #7F1616 */
		background: #aaa;
}
