.animatedtabs{
border-bottom: 1px solid #000066;
overflow: hidden;
width: 846px; /* old 814*/
font-size: 11px; /*font of menu text*/
margin:0 0 5px 0;
color:#000066;
background:none;
height:29px;
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs .right {
    float: right;
}

.animatedtabs .admin a span {
color: Yellow;
}

.animatedtabs .last {
margin-right: 10px;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url( /images/tab-blue-left.gif ) no-repeat left top;
margin: 0;
margin-right: 2px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;
font-stretch:narrower;
color:#FFFFFF;
font-weight:900;

}

.animatedtabs a span {
background:transparent url(/images/tab-blue-right.gif) no-repeat scroll right top;
color:white;
display:block;
float:left;
font-family:arial;
padding:5px 14px 3px 5px;
position:relative;
font-size:13px;
font-weight:bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: #000066;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
color:#ffffff;
text-decoration:none;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}


.maintabs{  border-bottom: 1px solid #0066FF;
			overflow: hidden;
			width: 100%;
			font-size: 12px;
			margin:0 0 10px 0;
			color:white;
			background:none;
			height:auto;
			clear:left;
			float:none;
			padding:8px 0 0 0;
			}
   .maintabs span{ margin:0;
                   padding:0;
                  }
			
   .maintabs ul{margin:0 0 0 10px;
				padding:0;
				width:100%;
				border-bottom:0;
				border-right:0;
				}

    .maintabs li{   float: left;
					margin:0 2px -3px 0;
					padding: 0;
					background: #66FFFF ;
					overflow:hidden;
                    position:relative;
					text-align:center;
					}
					
  .maintabs li.selected a {background:#fff;
	                      color:#0066FF;
						  font-size:12px;
                          padding:3px 8px;
						  border-color:#0066FF #0066FF -moz-use-text-color;
						  border-style:solid;
						  border-width:1px;
						  margin:0;
						  }
			              
					
	.maintabs .right {float: right;
	                  margin:0 15px 0 0;
	                   }
					   
	 .maintabs li a{ border-color: #0000CC;
					 border-style:solid solid none solid;
					 border-width:1px 1px 0 1px;
					 display:block;
					 font-size:12px;
					 font-weight:bold;
					 padding:3px 8px;
					 white-space:nowrap;
					 text-decoration:none;
					 text-transform:capitalize;
					 color:#0066FF;
	                }
					
					 .maintabs li a:hover{background: #000066;
					                      color:#0066FF;
										  border-color:#FC531D;
										  text-decoration:none;
										  }


.maintabsIE6{  border-bottom: 1px solid #FFE1D7;
			overflow: hidden;
			width: 840!important;
			font-size: 12px;
			margin:0 0 10px 0;
			color:white;
			background:none;
			height:auto;
			clear:left;
			float:left;
			padding:8px 0 0 0;
			}
   .maintabsIE6 span{ margin:0;
                   padding:0;
                  }

   .maintabsIE6 ul{margin:0 0 0 10px;
				padding:0;
				width:840;
				border-bottom:0;
				border-right:0;
				}

    .maintabsIE6 li{   float: left;
					margin:0 2px -3px 0;
					padding: 0;
					background:#FFE1D7;
					overflow:hidden;
                    position:relative;
					text-align:center;
					}

  .maintabsIE6 li.selected a {background:#fff;
	                      color:#0066FF;
						  font-size:12px;
                          padding:3px 8px;
						  border-color:#FFE1D7 #FFE1D7 -moz-use-text-color;
						  border-style:solid;
						  border-width:1px;
						  margin:0;
						  }


	.maintabsIE6 .right {float: right;
	                  margin:0 8px 0 0;
	                   }

	 .maintabsIE6 li a{ border-color:#FFE1D7;
					 border-style:solid solid none solid;
					 border-width:1px 1px 0 1px;
					 display:block;
					 font-size:12px;
					 font-weight:bold;
					 padding:3px 8px;
					 white-space:nowrap;
					 text-decoration:none;
					 text-transform:capitalize;
					 color:#0066FF;
	                }

					 .maintabsIE6 li a:hover{background:#0066FF;
					                      color:#FFF;
										  border-color:#0066FF;
										  text-decoration:none;
										  }
	          
?1