.tabs{
border:0px;
}

.tabs ul{
padding: 0;
margin: 0;
font-size: 11px;
list-style-type: none;
}

.tabs li{
display: inline;
margin: 0;
}

.tabs ul li a,.tabs ul li a:active,.tabs ul li a:link{
font-family: Arial, Helvetica, sans-serif;
padding: 2px 7px;
text-decoration: none;
font-size: 10px;
padding-right: 22px; /*extra right padding to account for curved right edge of tab image*/
color: #444444;
background: transparent url(images/righttabdefault.gif) top right no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -7px; /*shift tabs 20px to the left so they overlap*/
left: 57px;
line-height:11px;
}

.tabs li a:visited{
color: #444444;
}

.tabs li a:hover{
text-decoration: underline;
}



.tabs li.selected a:hover{
text-decoration: none;
}
#tabsview a {
font-size: 10px;
color: #444444;
line-height:11px;
}
#tabsview {
position:absolute;
font-size: 10px;
top:31px;
left:360px;
width:300px;
z-index:1;

}
* html #tabsview {top:30px;} /* IE top Hack */

.tabs li.selected a, .tabs li.selected a:visited, .tabs li.selected a:link,.tabs li.selected a{ /*selected tab style*/
color: #444444;
z-index: 50; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
}

