@CHARSET "UTF-8";
/* nav.css */
div.nav_wrapper {
float:right;
height:95px;
width:601px;
}
div.nav_spacer {
height: 40px;
}
div.container_nav{
height:55px;
margin:0;
padding:0 0 0 20px;
}
div.container_nav ul.nav {
margin: 0;
padding: 0;
height: 45px;
}
div.container_nav ul.nav li {
float: left;
margin: 0;
padding: 0 0 0 4px;
display: inline;
}
div.container_nav ul.nav li a {
width: 135px;
height: 40px;
display: block;
}
div.container_nav ul.nav li a.current {
cursor: default;
}
div.container_nav ul.nav li#what a {
background: url('../images/nav_what.png') 0 0 no-repeat;
}
div.container_nav ul.nav li#what a:hover,
div.container_nav ul.nav li#what a.current {
background: url('../images/nav_what_hi.png') 0 0 no-repeat;
}
div.container_nav ul.nav li#who a {
background: url('../images/nav_who.png') 0 0 no-repeat;
}
div.container_nav ul.nav li#who a:hover, 
div.container_nav ul.nav li#who a.current {
background: url('../images/nav_who_hi.png') 0 0 no-repeat;
}
div.container_nav ul.nav li#register a {
background: url('../images/nav_register.png') 0 0 no-repeat;
}
div.container_nav ul.nav li#register a:hover,
div.container_nav ul.nav li#register a.current {
background: url('../images/nav_register_hi.png') 0 0 no-repeat;
}
div.container_nav ul.nav li#contact a {
background: url('../images/nav_contact.png') 0 0 no-repeat;
}
div.container_nav ul.nav li#contact a:hover,
div.container_nav ul.nav li#contact a.current {
background: url('../images/nav_contact_hi.png') 0 0 no-repeat;
}

