.bluetabs{
font-family:Times New Roman;
font-size:14px;
color:#ed1651;
width:782px;
height:41px;
background:url(../images/button_up_08.jpg)  ;
clear:both;
float:left;
}

.bluetabs ul{
/*padding: 20px 3px 3px 3px;*/
margin: 0;
text-align:center; /*set value to "left", "center", or "right"*/
overflow: hidden;
float:left;
}

.bluetabs li{
display: inline;
float:left;
}

.bluetabs li a{
color: #ed1651;
padding:9px 0px 0px 1px;
margin: 0;
text-decoration: none;
width:96px;
height:37px;
font-weight:bold;
float:left;

}


.bluetabs li a:hover{
color: #484381;
background:url(../images/button_over_11.jpg) center no-repeat;
height:32px;
/*background:transparent url(../images/button_over_10.jpg)center center repeat-x; background of menu item onMouseover*/
float:left;
}


