﻿a {
outline:none;
}



ul#nav {
margin-left:0px;
margin-top:0px;
padding:0px;
list-style:none;
width:200px;
height:328px;
}

ul#nav li {
float:left;
}

ul#nav li a.home {
display:block;
width:200px;
height:40px;
background: url('nav-images/home.gif') no-repeat 0 -40px; /*swap with text indent to reverse*/
text-indent: -9999px;
}

ul#nav li a.home:hover {
background-position: 0 0px;
}



ul#nav li a.about {
display:block;
width:200px;
height:40px;
background: url('nav-images/about.gif') no-repeat 0px -40px;
text-indent: -9999px;
}

ul#nav li a.about:hover {
background-position: 0 0px;
}



ul#nav li a.contact {
display:block;
width:200px;
height:41px;
background: url('nav-images/contact.gif') no-repeat 0 -41px;
text-indent: -9999px;
}
ul#nav li a.contact:hover {
background-position: 0 0px;
}



ul#nav li a.bsn {
display:block;
width:200px;
height:39px;
background: url('nav-images/bsn.gif') no-repeat 0 -39px;
text-indent: -9999px;
}
ul#nav li a.bsn:hover {
background-position: 0 0px;
}



ul#nav li a.nutrex {
display:block;
width:200px;
height:40px;
background: url('nav-images/nutrex.gif') no-repeat 0 -40px;
text-indent: -9999px;
}
ul#nav li a.nutrex:hover {
background-position: 0 0px;
}



ul#nav li a.nxlabs {
display:block;
width:200px;
height:40px;
background: url('nav-images/nx.gif') no-repeat 0 -40px;
text-indent: -9999px;
}
ul#nav li a.nxlabs:hover {
background-position: 0 0px;
}



ul#nav li a.slimquick {
display:block;
width:200px;
height:40px;
background: url('nav-images/slim.gif') no-repeat 0 -40px;
text-indent: -9999px;
}
ul#nav li a.slimquick:hover {
background-position: 0 0px;
}



ul#nav li a.supreme-protein {
display:block;
width:200px;
height:40px;
background: url('nav-images/sup.gif') no-repeat 0 -40px;
text-indent: -9999px;
}
ul#nav li a.supreme-protein:hover {
background-position: 0 0px;
}



