#bottom-menu {
	width: 100%;
}

	#bottom-menu .menu-column {
/*		border-left: 1px dashed #fff;*/
	}
	
	#bottom-menu .menu-item {
		display: block;
		
		margin: 0 10px;
	}
	
		#bottom-menu .menu-item a {
			white-space: nowrap;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			font-family: Tahoma;
			font-size: 11px;
			line-height: 15px;
		}	
		
			#bottom-menu .menu-item.selected a,
			#bottom-menu .menu-item a:hover {
				text-decoration: underline;
			}
			