    #nav-example {
    background:url(../images/sprite.jpg) no-repeat;
    width:648px;
    height:35px;
    margin:0;
    padding:0;
	float:right;
    }

    #nav-example span {
    display: none;
    }

    #nav-example li, #nav-example a {
    height:35px;
    display:block;
    }

    #nav-example li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-example-01 {
    width: 162px;
    }
    #nav-example-02 {width: 162px;}
    #nav-example-03 {width: 158px;}
    #nav-example-04 {width: 162px;}

    #nav-example-01 a:hover {background:url(../images/sprite.jpg) 0px -35px no-repeat; }
    #nav-example-02 a:hover {background:url(../images/sprite.jpg) -162px -35px no-repeat; }
    #nav-example-03 a:hover {background:url(../images/sprite.jpg) -324px -35px no-repeat; }
    #nav-example-04 a:hover {background:url(../images/sprite.jpg) -482px -35px no-repeat; }
	
	    #nav-example-01 a.selected {background:url(../images/sprite.jpg) 0px -35px no-repeat; }
    #nav-example-02 a.selected {background:url(../images/sprite.jpg) -162px -35px no-repeat; }
    #nav-example-03 a.selected {background:url(../images/sprite.jpg) -324px -35px no-repeat; }
    #nav-example-04 a.selected {background:url(../images/sprite.jpg) -482px -35px no-repeat; }

		
ul.tabNav {
		float:left;
		margin: 0 0 0 78px;
		width:100%;
		}

		ul.tabNav li {
				float:left;
				margin:0 1px 0 0;
				padding: 6px;
				}

				ul.tabNav li.current {
							padding-top:0;
							}

							ul.tabNav li.current a {
										background:#f3f3f3 none repeat scroll 0 0;
										border:medium none;
										color: #0099ff;
										padding:15px;
										}

ul.tabNav a {
background:#FFFFFF none repeat scroll 0 0;

color:#000000;
display:block;
padding:4px 4px 5px;
text-decoration:none;
}

div.tabContainer div.tab { display: none; }
div.tabContainer div.current { display: block;
	float: left;
width:100%; }

		
#footerNav {
			float: left;
			width: 1000px;
}

	

