@charset "UTF-8";
/* CSS Document */

	#menu { top:75px; left:392px; position:absolute; margin: 0 auto;}


    #nav {
    background:url(images/menu.gif) no-repeat;
    width:632px;
    height:18px;
    margin:0;
    padding:0;
    }

    #nav span {
    display: none;
    }

    #nav li, #nav a {
    height:18px;
    display:block;
    }

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

    #nav-about{width: 106px;}
	    #nav-about a:hover {background:url(images/menu.gif) 0px -18px no-repeat; }

    #nav-press{width: 94px;}
	    #nav-press a:hover {background:url(images/menu.gif) -106px -18px no-repeat; }

    #nav-clients {width: 71px;}
	    #nav-clients a:hover {background:url(images/menu.gif) -200px -18px no-repeat; }

    #nav-casestudies {width: 100px;}
	    #nav-casestudies a:hover {background:url(images/menu.gif) -271px -18px no-repeat; }

    #nav-partners {width: 82px;}
	    #nav-partners a:hover {background:url(images/menu.gif) -371px -18px no-repeat; }
  
  	#nav-contact {width: 70px;}
	    #nav-contact a:hover {background:url(images/menu.gif) -453px -18px no-repeat; }

	
