/* SmoothMenu mandatory properties */
.smooth-menu li a {
	z-index: 1;
	position: relative;
	display: block;
}

.smooth-menu {
	margin: -10px 0 0 40px;
	width:880px;
}
/* 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;
}
li.current {
	background: #fff;
	}
	
.menu-one li a {
	/* anchor must have zindex higher than li.selection adn it should be a block */
	padding: 10px;
}

.menu-one .selection {
	background: url('images/bg_menu_right.png') no-repeat top right !important;
	background: url('images/bg_menu_right.gif') no-repeat top right;
}

/* Use sliding doors technique */
.menu-one .selection div {
	background: url('images/bg_menu.png') no-repeat top left !important;
	background: url('images/bg_menu.gif') no-repeat top left;
	height: 20px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}

/* 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 {
	font-size:18px;
	color:#999;
	padding: 17px 25px 17px 25px;
	text-decoration:none;
	font-weight:bold;
}

.menu-two .selection {
	background: #ddd;
	opacity: 0.5;
}

.menu-three li {
	width: 70px;
}

.menu-three .selection {
	background: black;
	opacity: 0.5;
}

h2 {
	clear: both;
}