.tabs {
    list-style:none; 
	padding:15px 0 10px 0; 
	margin:0px 0px 0px 8px; 
	width:151px; 
	background:url(../pics/general/vback.gif)  repeat-y right bottom;
	}
	
.tabs li {
    display:block; 
	margin:0px 0px 10px 1px;
	}

.tabs li a {
    display:block; 
	width:150px; 
	height:26px; 
	text-decoration:none; 
	background:url(../pics/general/vtab.gif) left top; 
	font-size:12px; 
	color:#fff; 
	font-family:verdana; 
	line-height:24px; 
	text-indent:15px; 
	border-left:0px solid #000;
	}

.tabs li a:visited img, #menu a img {
    filter: alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.40; 
	opacity:0.4;
	}

.tabs li a:hover {
    background:url(../pics/general/vtab.gif) left center; 
	color:#050; 
	border-color:#888;
	}

.tabs li a.selected, 
.tabs li a.selected:hover {
    background:url(../pics/general/vtab.gif) left bottom; 
	color:#000; 
	border-color:#fff;
	cursor:default;
	}




.tabs2 {
    list-style:none; 
	padding: 8px 0 5px 0; 
	margin:0px 8px 10px; 
	width:100px; 
	background:url(../pics/general/vback2.gif) repeat-y right bottom;
	}
	
.tabs2 li {
    display:block; 
	margin:0 0 5px 1px;
	}

.tabs2 li a {
    display:block; 
	width:100px; 
	height:15px; 
	text-decoration:none; 
	background:url(../pics/general/vtab2.gif) left top; 
	font-size:11px; 
	color:#fff; 
	font-family:verdana; 
	line-height:16px; 
	text-indent:11px; 
	border-left:0px solid #000;
	}

.tabs2 li a:hover {
    background:url(../pics/general/vtab2.gif) left center; 
	color:#050; 
	border-color:#888;
	}

.tabs2 li a.selected, 
.tabs2 li a.selected:hover {
    background:url(../pics/general/vtab2.gif) left bottom; 
	color:#000; 
	border-color:#fff;
	cursor:default;
	}