﻿/* Default */
body {
	background-color: #000;
}

#nav {
width: 635px;
height: 34px;
float: right;
margin: 0;
padding: 0;
}

#nav li {
float: left;
padding: 0 10px;
}

#nav li a {
margin: 0;
padding: 0;
display: block;
height: 34px;
background: url(../images/site-graphics/nav_main2.png) no-repeat;
text-indent: -9999px;
overflow: hidden;
}

/*up state*/
li#nav_products a {

width: 107px;
background-position: 0 0;
}
li#nav_history a {

width: 92px;
background-position: -134px 0;
}

li#nav_community a {

width: 105px;
background-position: -253px 0;
}

li#nav_reviews a {

width: 117px;
background-position: -383px 0;
}

li#nav_support a {

width: 113px;
background-position: -522px 0;
}




/*hover state*/

li#nav_products a:hover {
background-position: 0 -61px;
}

li#nav_history a:hover {
background-position: -134px -61px;
}

li#nav_community a:hover {
background-position: -253px -61px;
}

li#nav_reviews a:hover {
background-position: -383px -61px;
}

li#nav_support a:hover {
background-position: -522px -61px;
}


/*current state*/

#body_products li#nav_products a {
background-position: 0 -126px;
}

#body_history li#nav_history a {
background-position: -134px -126px;
}

#body_community li#nav_community a {
background-position: -145px -126px;
}

#body_reviews li#nav_reviews a {
background-position: -290px -126px;
}

#body_support li#nav_support a {
background-position: -290px -126px;
}