/* Menu Style */

.menu {
    position: relative;
    width:460px;
 	height:30px;
    background-color: transparent;
    overflow: hidden;
    margin-top: 15px;
    border: 0;
}
.menu li {
    float: left;
    list-style: none;
    line-height: 30px;
    margin-bottom:0;
}

.menu li.back {
	background: url(../images/menu_slider.gif) no-repeat right -30px;
	width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
}
.menu li.back .left {
	background: url(../images/menu_slider.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

.menu li a {
	line-height: 30px;
	background: transparent;
    font-size: 14px;
 	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 9999;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
    padding: 0;
    border: 0;
}

.menu li a:hover, .menu li a:active, .menu li a:visited {
	line-height: 30px;
	background: transparent;
    font-size: 14px;
 	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 9999;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
    padding: 0;
    border: 0;
}       