/* 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:4px 24px 10px 24px;/* 7px is the width of the rounded shape */
	
}

.menu-one .selection {
	background: url('images/bg_menu_right.png') no-repeat top right ;
	

}

/* Use sliding doors technique */
.menu-one .selection div {
	background: url('images/bg_menu.png') no-repeat top left;
	background: url('images/bg_menu.gif') repeat-x top left !important;
	height: 35px;
	
}

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

.menu-two li a {
	padding: 5px;
}

.menu-two .selection {
	background: black;
	opacity: 0.5;
}

.menu-three li {
	width: 70px;
}

.menu-three .selection {
	background: black;
	opacity: 0.5;
}

h2 {
	clear: both;
}