#navigation ul li{
	display: inline;
	float:left;
}

#navigation {
clear:both;
height: 120px;
width: 350px;
background: transparent url("images/navigation.gif") no-repeat 0px -120px;
margin-left: 0px;
background-color: #000;
margin-top:15px;
}

#navigationlist {
position: relative;
padding: 0;
margin: 0;
height: 120px;
width: 350px;

}

#navigationlist li {
margin: 0; 
padding: 0; 
list-style: none;


}

#navigationlist li, 
#navigationlist li a {
height: 40px;
display: inline;
float:left;
}

#navigationlist li a {
overflow: hidden;
padding: 40px 0 0 0;
height: 0px !important;
height /**/:40px;
}


#nav_springsummer      {    width: 175px; }
#nav_personal     {   width: 175px; }
#nav_autumnwinter  {  width: 175px;  }
#nav_bespoke {  width: 175px; }
#nav_pastcollections {  width: 175px; display:none;}
#nav_videos {  width: 175px; display:none;}


#nav_springsummer a  { width: 175px; }
#nav_personal a { width: 175px; }
#nav_autumnwinter a  { width: 175px; }
#nav_bespoke a  { width: 175px; }
#nav_pastcollections a { width: 175px; }
#nav_videos a { width: 175px; }


#springsummer #nav_springsummer, #nav_springsummer a:hover      { background: transparent url("images/navigation.gif") 0px   -120px no-repeat; }
#personal #nav_personal, #nav_personal a:hover     { background: transparent url("images/navigation.gif") -175px  -120px no-repeat; }
#autumnwinter #nav_autumnwinter, #nav_autumnwinter a:hover  { background: transparent url("images/navigation.gif") 0px -160px no-repeat; }
#bespoke #nav_bespoke, #nav_bespoke a:hover  { background: transparent url("images/navigation.gif") -175px -160px no-repeat; }
#pastcollections #nav_pastcollections, #nav_pastcollections a:hover { background: transparent url("images/navigation.gif") 0px -200px no-repeat; }
#videos #nav_videos, #nav_videos a:hover { background: transparent url("images/navigation.gif") -175px -200px no-repeat; }








