@charset "utf-8";
/* CSS Document */


.menu{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}


.menu li{
float:left;
margin:0px;
padding:0px;
list-style:none;
}

.menu li a{
display:block;
height:52px;
outline:none;
background:transparent;
position:relative;
text-decoration:none;
color:#5e5e5e;
background: transparent url(../images/blunav.png) left;
}

.menu li#whatis a{
width: 266px;
background-position: -6px -7px;
}

.menu li#whatis a:hover{
width: 266px;
background-position: -6px -68px;
}

.menu li#whatis a.selected{
width: 266px;
background-position: -6px -129px;
}

.menu li#howto a{
width: 71px;
background-position: -271px -7px;
}

.menu li#howto a:hover{
width: 71px;
background-position: -271px -68px;
}

.menu li#howto a.selected{
width: 71px;
background-position: -271px -129px;
}

.menu li#getit a{
width: 59px;
background-position: -342px -7px;
}

.menu li#getit a:hover{
width: 59px;
background-position: -342px -68px;
}

.menu li#getit a.selected{
width: 59px;
background-position: -342px -129px;
}

.menu li#help a{
width: 53px;
background-position: -401px -7px;
}

.menu li#help a:hover{
width: 53px;
background-position: -401px -68px;
}

.menu li#help a.selected{
width: 53px;
background-position: -401px -129px;
}

.menu li#contact a{
width: 77px;
background-position: -454px -7px;
}

.menu li#contact a:hover{
width: 77px;
background-position: -454px -68px;
}

.menu li#contact a.selected{
width: 77px;
background-position: -454px -129px;
}

.menu li#forum a{
width: 78px;
background-position: -531px -7px;
}

.menu li#forum a:hover{
width: 78px;
background-position: -531px -68px;
}

.menu li#forum a.selected{
width: 78px;
background-position: -531px -129px;
}

.menu li a span{
margin-left:-3000px;
}

.menu li.selected a em{
font-weight:bold;
}

#feedbacks a{
width:28px;
height:94px;
display:block;
background: transparent url(../images/blunav.png) right;
background-position: -622px 0px;
}

.footnav li {
border-right:1px solid #838383;
display:inline;
margin-right:10px;
padding:0 11px 0 0;
}

.footnav li.last {
border:0pt none;
margin-right:0px;
}

.footnav a:hover {
color: #66d5ff;
}

.footnav li.selected a{
color:#66d5ff;
text-decoration:none;
}

#sendmail .stextbox:focus, .textbox:focus, .listbox:focus, .megbox:focus{
color:#fff;
background-color:#33a4ff;
cursor:text;
}