/* SmoothMenu mandatory properties */
.smooth-menu li a {
	z-index: 1;
	position: relative;
	display: block;
}

.smooth-menu {
	margin: 0;
}
/* END OF SmoothMenu mandatory properties */

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
.menu-one li {
	float: left;
	list-style: none;
}

.menu-one li a {
	/* anchor must have zindex higher than li.selection adn it should be a block */
	padding: 10px;
}

.menu-one li a:hover {
	/* anchor must have zindex higher than li.selection adn it should be a block */
	color:#fff
}


.menu-one .selection {

	background: url('../img/topback.gif') repeat-x top right;
	color:#fff;
}

/* Use sliding doors technique */
.menu-one .selection div {

	background: url('../img/topback.gif') repeat-x  top left;
	height: 30px;
		color:#fff;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}


