.tabs {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
text-decoration: none !important;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #d2241b;
color: #ffffff !important;
background-color: #d2241b;
}

.tabs li a:visited{
color: #ffffff;
background-color: #d2241b;
}

.tabs li a:hover{
color: #d2241b !important;
background-color: #ebebeb;
}

.tabs li a.selected{ /*selected main tab style */
color: #000000 !important;
background-color: #ffffff;
position: relative;
font-size: 1.1em;
}

.tabs li a.selected{ /*selected main tab style */
border-bottom-color: #ffffff;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.cc {
border-top: 1px solid #D2241B;
width: 600px;
margin-bottom: 1em;
padding: 10px;
}

