/* menu */
#top-menu-wrapper {
	position: absolute;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
}
#menu-wrapper {
        height: 40px;
}
#menu-wrapper-inner {
	float: right;
}
#menu-wrapper ul {
        list-style-type: none;
        list-style-position: none;
        overflow: hidden;
        height: 40px;
        margin: 0px;
        padding: 0px 0px 0px 20px;
}
#menu-wrapper ul li {
        float: left;
        text-align: center;
        background: url(images/menu_1_left.png) no-repeat bottom left;
        margin-left: -8px;
}
#menu-wrapper ul li a {
	text-decoration: none;
        display: block;
        line-height: 40px;
        padding: 0px 20px 0px 10px;
        margin-left: 18px;
        color: #1D1A21;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: bold;
        font-style: italic;
        background: url(images/menu_1_right.png) no-repeat bottom right;

}
#menu-wrapper ul li a:hover {
        color: #FFF;
}
#menu-wrapper ul li.current-menu-item {
        background: url(images/menu_1_left.png) no-repeat top left;
}
#menu-wrapper ul li.current-menu-item a {
        background: url(images/menu_1_right.png) no-repeat top right;
	color: inherit !important;
}
