@charset "utf-8";
/* CSS Document */

#menu {
	margin: 0;
	padding:0 0 0 40px;
}

#menu li { 
	list-style: none;
}

a:focus, a:hover, a:active { outline:none }

#nav li.home a {
	background: url(images/sprite.png) 0px 0px no-repeat;
	height: 37px;
	width: 100px; 
    display: block;
    font-size: 1px;
    text-indent: -32000px;
    overflow: hidden;
}
#nav li.home a:hover {
	background: url(images/sprite.png) 0px -37px no-repeat;
}

#nav li.team a {
	background: url(images/sprite.png) -200px 0px no-repeat;
	height: 37px;
	width: 100px; 
    display: block;
    font-size: 1px;
    text-indent: -32000px;
    overflow: hidden;
}
#nav li.team a:hover {
	background: url(images/sprite.png) -200px -37px no-repeat;
}

#nav li.projects a {
	background: url(images/sprite.png) -300px 0px no-repeat;
	height: 37px;
	width: 100px; 
    display: block;
    font-size: 1px;
    text-indent: -32000px;
    overflow: hidden;
}
#nav li.projects a:hover {
	background: url(images/sprite.png) -300px -37px no-repeat;
}

#nav li.affiliates a {
	background: url(images/sprite.png) -400px 0px no-repeat;
	height: 37px;
	width: 100px; 
    display: block;
    font-size: 1px;
    text-indent: -32000px;
    overflow: hidden;
}
#nav li.affiliates a:hover {
	background: url(images/sprite.png) -400px -37px no-repeat;
}

#nav li.contacts a {
	background: url(images/sprite.png) -500px 0px no-repeat;
	height: 37px;
	width: 100px; 
    display: block;
    font-size: 1px;
    text-indent: -32000px;
    overflow: hidden;
}
#nav li.contacts a:hover {
	background: url(images/sprite.png) -500px -37px no-repeat;
}