/* 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;
	font-size:11px;
	font-weight:bold;
}

.menu-one li a {
	/* anchor must have zindex higher than li.selection adn it should be a block */
	padding: 10px;
	background:url(../images/bluedot5.gif) no-repeat left center;
	color:#FFBB00;
	text-decoration:none;
}

.menu-one li a.first {
background:none;
}

.menu-one li a:link {
	color:#DDAA00;
}
.menu-one li a:visited {
	color:#BB8800;
}
.menu-one li a:hover {
	color:#FFCC00;
}
.menu-one li a:active {
	color:#FFFF00;
}

.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: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}


.menu-two li {
	float: left;
	list-style: none;
	font-size:10px;
}

.menu-two li a {
	/* anchor must have zindex higher than li.selection adn it should be a block */
	padding: 10px;
	color:#FFBB00;
	text-decoration:none;
}


.menu-two li a:link {
	color:#990033;
}
.menu-two li a:visited {
	color:#003300;
}
.menu-two li a:hover {
	color:#FF0000;
}
.menu-two li a:active {
	color:#3300FF;
}

.menu-two .selection {
	background: url('../images/bg_menu_right_gry.png') no-repeat top right !important;
	background: url('../images/bg_menu_right_gry.gif') no-repeat top right;
}

/* Use sliding doors technique */
.menu-two .selection div {
	background: url('../images/bg_menu_gry.png') no-repeat top left !important;
	background: url('../images/bg_menu_gry.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

