﻿/* Tab Content - menucool.com */

ul.tabs {
    list-style-type: none;
	display: block;
}
        
ul.tabs li {
	width: 60px;
	height: 60px;
    display: inline-block;
    margin-right: 10px;
	padding: 5px;
	background: #050505;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
  
ul.tabs li:hover {
    background: #2e1919;
}
 
ul.tabs li.selected,
ul.tabs li.selected:hover { 
    background: #2e1919;
}

div.tabcontents {
	padding-top: 20px;
	display: block;
}