/* SmoothMenu mandatory properties */
.smooth-menu li a {
	z-index: 1;
	position: relative;
	display: block;
}

.menu {
	float:left;
	margin: 79px 0 0 16px;
}
.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;
}



/* 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;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #c3d0dc;
	text-decoration: none;
}

.menu-two .selection {
	cbackground: #c3d0dc;
	border-bottom: 3px #c3d0dc solid;
	copacity: 0.5;
}


