/* 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;
	padding-top:2px;	
	color:#132c3f;
	font-size:12px;
	display:block;
	z-index:500;
}

li.selected a{color:#fff;}
li.selected ul li a{color:#132c3f;}

.menu-one li a:hover{
	color:#fff;
}

.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;	
	z-index:100;
}

/* 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 {
	padding: 5px;
}

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

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

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