@charset "utf-8";
/* CSS Document */

    
.animatedtabs{
overflow: hidden;
width: 100%;
font-size: 0.88em; /*font of menu text*/
font-family: SansationBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
}


.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 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(tab-blue.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;
color:#007FB3;
}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(tab-bluf.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
color:#E8F9FF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none; font-weight:bolder;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color:#216E8F;
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:#216E8F;
}

.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;
color:#216E8F;
}

/*
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Bernd Montag
 * @licenseurl: http://www.fontsquirrel.com/license/Sansation
 *
 */

@font-face {
	font-family: "SansationBold";
	src: url("http://sauditrademart.com/fontface/Sansation_Bold.eot");
	src: local("Sansation Bold"), local("Sansation-Bold"), url("Sansation_Bold.ttf") format('truetype');
}
