/* Main Nav Buttons */

/* WHITE BAR BG */
.whiteNavBG
{
	background-image: url(../images/header/navbar/nav_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:35px;
}

/* GREEN BAR BG */
.greenNavBG 
{
	background-image: url(../images/header/navbar/nav_tile_green.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:35px;
}

/* 	LEFT NAV BUTTONS 
	off state 		*/
.div_nav_btn_off {
	height:32px;
	margin-top: 2px;
	white-space: nowrap;
}
.div_nav_btn_off .left{
	float:left;
	height:32px;
	width:21px;
}
.div_nav_btn_off .center{
	float:left;
	height:32px;
}
.div_nav_btn_off .center .lable{
	text-align:center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	padding-top: 4px;
}
.div_nav_btn_off .center .lable a{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.div_nav_btn_off .center .lable a:hover{
	color: #376d94;
}
.nav_divider {
	float: left;
	background-image: url(../images/header/navbar/nav_divider.gif);
	width: 9px;
}
.nav_left_end {
	background-image: url(../images/header/navbar/nav_bg_rgt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 19px;
	height: 31px;

}
.div_nav_btn_off .right{
	height:32px;
	float:left;
	width:21px;
}
/* 	LEFT NAV BUTTONS 
	on state 		*/
.div_nav_btn_on {
	height:32px;
	margin-top: 2px;
	white-space: nowrap;
}
.div_nav_btn_on .left{
	float:left;
	height:32px;
	width:21px;
	background-image: url(../images/header/navbar/nav_btn_on_lt.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
}
.div_nav_btn_on .center{
	float:left;
	background-color: #376d94;
	background-repeat: repeat-x;
	height: 19px;
	margin-top: 1px;
}
.div_nav_btn_on .center .lable{
	color: #ffffff;
	text-align:center;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	font-weight: bold;
	padding-top: 3px;
}
.div_nav_btn_on .right{
	height:32px;
	float:left;
	width:21px;
	background-image: url(../images/header/navbar/nav_btn_off_rt.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
/* 	RIGHT NAV BUTTONS 
	off state 		*/
.nav_rgt_end {
	background-image: url(../images/header/navbar/nav_bg_lft_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 19px;
	height: 31px;

}
.div_nav_rgt_btn_off {
	float:right;
	height:32px;
	margin-top: 2px;
	white-space: nowrap;
}
.div_nav_rgt_btn_off .left{
	float:left;
	height:32px;
	width:21px;
}
.div_nav_rgt_btn_off .center{
	float:left;
	height:34px;
	background-repeat: repeat-x;
	background-position: top;
}
.div_nav_rgt_btn_off .center .lable{
	color: #ffffff;
	text-align:center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	padding-top: 4px;
}
.div_nav_rgt_btn_off .center .lable a{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.div_nav_rgt_btn_off .center .lable a:hover{
	color: #66CC33;
}
.div_nav_rgt_btn_off .right{
	float:left;
	height:32px;
	width:21px;
}
/* 	RIGHT NAV BUTTONS 
	on state 		*/
.div_nav_rgt_btn_on {
	height:32px;
	margin-top: 2px;
	white-space: nowrap;
}
.div_nav_rgt_btn_on .left{
	float:left;
	height:32px;
	width:21px;
	background-image:url(../images/header/navbar/btn_green_lft_on.gif);
}
.div_nav_rgt_btn_on .center{
	float:left;
	height:34px;
	background-image:url(../images/header/navbar/btn_green_tile_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.div_nav_rgt_btn_on .center .lable{
	color: #ffffff;
	text-align:center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	padding-top: 4px;
}
.div_nav_rgt_btn_on .center .lable a{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.div_nav_rgt_btn_on .center .lable a:hover{
	color: #00CCFF;
}
.div_nav_rgt_btn_on .right{
	float:left;
	height:32px;
	width:21px;
	background-image:url(../images/header/navbar/btn_green_rgt_on.gif);
}
