/*////////////// MENU //////////////////*/
#menu {margin: 0 auto; margin:17px 0px 0px 280px;}

	#nav {
    background:url(images/ath_menu.gif) no-repeat;
    width:744px;
    height:35px;
    margin:0;
    padding:0;
    }

    #nav span {
    display: none;
    }

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

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

	

    #about{width: 110px;}
	    #about a:hover {background:url(images/ath_menu.gif) 0px -35px no-repeat;}

    #services{width: 90px;}
	    #services a:hover {background:url(images/ath_menu.gif) -110px -35px no-repeat; }

    #approach {width: 150px;}
	    #approach a:hover {background:url(images/ath_menu.gif) -200px -35px no-repeat; }
		
    #clients {width: 85px;}
	    #clients a:hover {background:url(images/ath_menu.gif) -350px -35px no-repeat; }
		
    #case-studies {width: 125px;}
	    #case-studies a:hover {background:url(images/ath_menu.gif) -435px -35px no-repeat; }

    #knowledge {width: 184px;}
	    #knowledge a:hover {background:url(images/ath_menu.gif) -560px -35px no-repeat; }
		
.dropdown{
position:absolute;
border:1px solid #ddd;
border-bottom-width:0;
visibility: hidden;
font-size:11px;
line-height: 14px;
z-index: 100;
width:120px;
background: #f90;
}

.dropdown a{
display: block;
border-bottom:1px solid #fff;
padding: 2px 10px 2px 10px;
text-decoration: none;
color: #333333;
}

.dropdown a:hover{
background: url(images/bg_drop-over.png);
color: white;
}		
		
/*>>>>>>>> Top Links >>>>>>>>>*/
	#top_links {font-size:10px; color: #ccc; text-align:right; padding: 20px 50px 0px 0px;}
	#top_links a {color: #ccc;}
	#top_links a:hover {color: #F90;}
	


/*///////////// SUB MENU ///////////////*/


#menu-vert {margin: 0 auto; margin:20px 0px 0px 50px; font-size:10px;}

	#sub_nav {
    width:220px;
    height:auto;
    margin:0;
    padding:0;
    }

    #sub_nav li, #sub_nav a {
	width:220px;
	height:28px;
	display:block;
    }

    #sub_nav li {
    list-style:none;
	line-height:28px;
    }

    #sub_link{height:28px;	background:url(images/submenu.gif) no-repeat;}
		#sub_link a{padding-left:10px; color:#fff;}
	    #sub_link a:hover {background:url(images/submenu.gif) -220px 0px no-repeat; color:#f90;}
	#sub_static {background:url(images/submenu.gif) -220px 0px no-repeat;}
	.static {padding-left:10px; color:#fff;}
    
    
    

