/* 
Image dimensions:
	left:     7x78
	right:  344x78
	bkgd:    35x78
*/


.tab-round {
	position: absolute;  bottom: -25px;  right: 20px;  height: 28px; line-height: normal;
	padding: 0;  margin: 0; 
  	text-transform: uppercase;  white-space: nowrap;  
  	font: 100% verdana, helvetica, sans-serif;  
	/*background: transparent url("/pics/tabs/tab-blue_bottom_round-bkgd") repeat-x bottom;*/
	/*background-color: #fff;*/
	float: left;
	z-index: 2;
}

ul.tab-round {
	margin:  0;
	padding:  0;
	list-style-type: none;
}

.tab-round li { /* tab left */
	float: left;
	background: url("/pics/tabs/tab-blue_bottom_round-left") no-repeat -7px 100%;
	margin: 0;  padding: 0 0 0 7px;
	border-top: 3px solid #7b99bd;
}

.tab-round a { /* tab right */
	display: block;  float:left;
	background: url("/pics/tabs/tab-blue_bottom_round") no-repeat right bottom;
	width: .1em;
	padding: 0 9px 2px 0;
	margin-right: 10px;
	text-decoration: none;
	outline: none;
}
ul.tab-round > li > a {width: auto;}   /* For everyone but MSIE <= 6.0 */

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tab-round a {float:none;}
/* End IE5-Mac hack */



/* Highlight current tab left */
.tab-round .active
{
	border-width: 0;
	/*background: url("/pics/tabs/tab-blue_bottom_round-left") no-repeat 0px 100%;*/
	background-position: 0px 100%;
}


/* Highlight current tab right */
.tab-round .active a
{
	padding-top: 3px;
	background: url("/pics/tabs/tab-blue_bottom_round-active") no-repeat right bottom;
}


.tab-round .highlighted a {
	color: #f00;
}
.tab-round .highlighted a:hover {
	color: #f66;
}


