@charset "utf-8";
/* CSS Document */

.navigation {
	position: relative;
	height: 47px;
	width:551px;
	background: url(../images/nav-bg.gif) repeat-x;
	overflow:hidden;
	float:left;
		}
    /* Force the list to flow horizontally */
	 .navigation ul {
	 margin:0px;
	 padding:0px;
	 list-style:none;
	 background: url(../images/nav-bg.gif) repeat-x;
}

    /* Force the list to flow horizontally */
    .navigation li { float:left;
	 background: url(../images/sep.gif) left 16px no-repeat;
	 list-style:none;
    }
        /* Represents the background of the highlighted menu-item. */
        .navigation li.back {
            background: url(../images/hover.gif) no-repeat right -47px;
            width: 15px; height: 47px;
            z-index: 8;
            position: absolute;
        }
            .navigation li.back .left {
                background: url(../images/hover.gif) no-repeat top left;
                height: 47px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .navigation li a {
            position: relative;
            text-decoration: none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:13px;
            color: #ffffff;
            text-align: center;
			line-height:47px;
			padding: 0px 13px 0px 13px;
            z-index: 10;
            float: left;
			display:inline;
        }
.navigation li a:hover {
 color:#FFFFFF;
}
.navigation li a#active {
 color:#ffffff;
}