/* CSS Document */
	a.regbutton {
	vertical-align: baseline;
	height:26px;
    float: left; 
    display: block; 
    font:  bold 12px  Arial, Verdana, Helvetica, sans-serif ;
	line-height:24px;
    text-align: center; 
	padding-right: 30px;
	padding-left: 29px; 
	border-left: 1px solid #939494 ;  
	border-right: 1px solid  #e6e6e7  ; 
	}
	a.regbutton:link,a.regbutton:visited { 
	color: #fff;
	text-decoration: none;
	background: #fff url("../pics/nav/nav_bg2.jpg") repeat-x top left; 
	} 

	a.regbutton:hover {
 	color: #fff; 
	text-decoration: none; 
	background: #fff url("../pics/nav/nav_bg2.jpg") repeat-x bottom left; 
	} 
	a.activebutton{
	vertical-align: baseline;
	height:26px;
    float: left; 
    display: block; 
    font:  bold 12px  Arial, Verdana, Helvetica, sans-serif ;
	line-height:24px;
    text-align: center; 
	padding-right: 30px;
	padding-left: 29px; 
	border-left: 1px solid #939494 ;  
	border-right: 1px solid  #e6e6e7  ; 
	}
	a.activebutton:link,a.activebutton:visited { 
 	color: #fff; 
	text-decoration: none; 
	background: #fff url("../pics/nav/nav_on.jpg") repeat-x center left;
	} 
	a.activebutton:hover {
 	color: #fff;
	text-decoration: none; 
	background: #fff url("../pics/nav/nav_on.jpg") repeat-x center left;
	} 

	.startbutton {
	height:26px;
    float: left; 
    display: block; 
    font:  bold 12px  Arial, Verdana, Helvetica, sans-serif ;
	line-height:24px;
    text-align: center; 
	padding-right: 19px;
	padding-left: 23px;  
	border-right: 1px solid #e6e6e7  ; 
	}
	a.startbutton:link,a.startbutton:visited {
	color: #fff;
	text-decoration: none;
	background: #fff url("../pics/nav/nav_left2.jpg") no-repeat top left;
	}
	a.startbutton:hover {
 	color: #fff; 
	text-decoration: none; 
	background: #fff url("../pics/nav/nav_left2.jpg") no-repeat bottom left; 
	} 
	a.sactivebutton:link,a.sactivebutton:visited { 
 	color: #fff; 
	text-decoration: none; 
	background: #fff url("../pics/nav/nav_left_on.jpg") no-repeat center left;
	} 
	a.sactivebutton:hover {
 	color: #fff; 
	text-decoration: none; 
	background: #fff url("../pics/nav/nav_left_on.jpg") no-repeat center left;
	} 


	.endbutton {
	height:26px;
    float: left; 
    display: block; 
    font:  bold 12px  Arial, Verdana, Helvetica, sans-serif ;
	line-height:24px;
    text-align: center; 
	padding-right: 26px;
	padding-left: 19px; 
	border-left: 1px solid #939494  ;  
	}
	a.endbutton:link,a.endbutton:visited { 
	 color: #fff;
	 text-decoration: none; 
     background: #fff url("../pics/nav/nav_right2.jpg") no-repeat top right;
	} 
	a.endbutton:hover {
 	color: #fff; 
	text-decoration: none;
	background: #fff url("../pics/nav/nav_right2.jpg") no-repeat bottom right;
	} 
	.eactivebutton {
	height:26px;
    float: left; 
    display: block; 
    font:  bold 12px  Arial, Verdana, Helvetica, sans-serif ;
	line-height:24px;
    text-align: center; 
	padding-right: 26px;
	padding-left: 19px; 
	border-left: 1px solid #939494  ;  
	}
	a.eactivebutton:link,a.eactivebutton:visited { 
 	color: #fff; 
	text-decoration: none; 
	background: #fff url("../pics/nav/nav_right_on.jpg") no-repeat center right;
	} 
	a.eactivebutton:hover {
 	color: #fff; 
	text-decoration: none; 
	background: #fff url("../pics/nav/nav_right_on.jpg") no-repeat center right;
	} 
