#tabs {
      float:right;
      width:100%;
      font-size:95%;
      font-weight: normal;
      line-height:normal;
	  text-align:right;
      background-image:url(../images/backgrounds/menubg.gif);
	 
	  
	  }
	 
.rollover {
	margin-left:15px;
}	  
.rollover a:link, .rollover a:visited, .rollover a:active {
font: normal 18px sans-serif;
color:#333;
background: url("../images/nav_bg.jpg") 0 0 no-repeat;
text-decoration: none;
float:left;
text-align:center;
padding:19px 3px 18px 3px;
margin-right:15px;


}
.rollover a:hover { 
background-position: 0 -59px;
color: #fff;
text-decoration: none;


}


.leftrollover {
	padding-left:18px;
	padding-top:5px;
}	  
.leftrollover a:link, .leftrollover a:visited, .rollover a:active {
font: normal 12px sans-serif;
color:#333;
text-decoration: none;
text-align:left;
line-height:18px;

}

.leftrollover a:hover { 
color: #fff;
text-decoration: none;


}
