﻿@charset "utf-8";
/* CSS Document */

.states {
	float: left;
    width: 600px;
    height: 40px;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 180px;
}

.states ul {
	margin: auto;
	padding: 0px;
}

.states ul li {
	float: left;
	list-style-type: none;
	width: 120px;
	height: 28px;
}

.states a{
	list-style-type: none;
	width: 86px;
	height: 32px;
	padding-left: 34px;
	float: left;
}

.states a:hover{
	float: left;
	list-style-type: none;
	width: 120px;
	height: 28px;

	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.btn_NS {
    background-image: url(../Images/btn_ns.fw.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px;    
    cursor: pointer;
}
.btn_PS {
	background-image: url(../Images/btn_ps.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
    cursor: pointer;
}
.btn_RM {
	background-image: url(../Images/btn_rm.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
    cursor: pointer;
}
.btn_IM {
	background-image: url(../Images/btn_im.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
    cursor: pointer;
}
.btn_IS {
	background-image: url(../Images/btn_is.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
    cursor: pointer;
}

.btn_NS:hover {
    background-image: url(../Images/btn5_active.fw.png);
}

.btn_PS:hover {
	background-image: url(../Images/btn1_active.fw.png);
}

.btn_RM:hover {
	background-image: url(../Images/btn2_active.fw.png);
}

.btn_IM:hover {
	background-image: url(../Images/btn3_active.fw.png);
}

.btn_IS:hover {
	background-image: url(../Images/btn4_active.fw.png);
}

.btn_NS2 {
                background-image: url(../Images/btn_ns.fw.png);
                background-repeat: no-repeat;
                background-position: 0px 0px;
                padding: 0px;
}
 
.btn_PS2 {
                background-image: url(../Images/btn_ps.png);
                background-repeat: no-repeat;
                background-position: 0px 0px;
                padding: 0px;
}
.btn_RM2 {
                background-image: url(../Images/btn_rm.png);
                background-repeat: no-repeat;
                background-position: 0px 0px;
                padding: 0px;
}
.btn_IM2 {
                background-image: url(../Images/btn_im.png);
                background-repeat: no-repeat;
                background-position: 0px 0px;
                padding: 0px;
}
.btn_IS2 {
                background-image: url(../Images/btn_is.png);
                background-repeat: no-repeat;
                background-position: 0px 0px;
                padding: 0px;
}

#help {
                float: right;
                height: 30px;
                width: 75px;
                margin-top: 10px;
                font-size: 12px;
}
#help_text {
                float: right;
                height: 20px;
                width: 40px;
                margin-top: 8px;
}
#header_BG #header #help a img {
                float: left;
                margin: 0px;
                padding: 0px;
}

