        #vtab {
            width: 100%;
            height: 100%;
        }

li.selected a {
    color: #414141;
}

.styled-list3 li {
	list-style: none;
	margin: 0px;
	padding: 10px;
    background: #f0f0f0;
    	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #efefef;
    width: 190px;
}


.styled-list3 li:hover{
	background: #f7f7f7;
}


.styled-list3 ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.styled-list3 ul li:first-child {
	padding-top: 0px;
}

.styled-list3 {
    background:	url('../images/shadow3.png') no-repeat bottom right;
	padding: 0 4px 5px 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
    width: 210px;
}