/* Sub Header properties */
.sub-header {
color: #838383;
width: 100%
height: 42px;
background-color: #e6e6e8;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f8f8f8),color-stop(100%,#e6e6e6));
background-image: -webkit-linear-gradient(#f8f8f8,#e6e6e6);
background-image: -moz-linear-gradient(#f8f8f8,#e6e6e6);
background-image: -o-linear-gradient(#f8f8f8,#e6e6e6);
background-image: linear-gradient(#f8f8f8,#e6e6e6);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
border: 1px solid #848484;
border-bottom: 2px solid #1285c8;
padding-left: 9px;
display: -moz-box;
display: -webkit-box;
display: box;
clear: both;
}
/* Sub Header links */
.sub-header ul {
margin: 0;
padding: 0;
}
.sub-header ul li {
display: inline;
}
.sub-header ul li .bullet {
display: none;
}
.sub-header ul li.first-link {
font-weight: bold;
}
.sub-header ul li.first-link.current-link a {
color: #838383;
background-color: #e6e6e8;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f8f8f8),color-stop(100%,#e6e6e6));
background-image: -webkit-linear-gradient(#f8f8f8,#e6e6e6);
background-image: -moz-linear-gradient(#f8f8f8,#e6e6e6);
background-image: -o-linear-gradient(#f8f8f8,#e6e6e6);
background-image: linear-gradient(#f8f8f8,#e6e6e6);
font-weight: bold;
}
.sub-header ul li a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #838383;
padding: 12px 8px; /*padding inside each tab*/
text-decoration: none;
display: block;
margin: 0;
float: left;
}
.sub-header ul li a:hover { /*background of tabs for hover state*/
color: #585858;
background-color: #d4d4d4;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e9e9e9),color-stop(100%,#d0d0d0));
background-image: -webkit-linear-gradient(#e9e9e9,#d0d0d0);
background-image: -moz-linear-gradient(#e9e9e9,#d0d0d0);
background-image: -o-linear-gradient(#e9e9e9,#d0d0d0);
background-image: linear-gradient(#e9e9e9,#d0d0d0);
}
.sub-header ul li.current-link a { /*background of tabs for selected state*/
color: #fff;
background-color: #1286c8;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#39b0f4),color-stop(100%,#1285c8));
background-image: -webkit-linear-gradient(#39b0f4,#1285c8);
background-image: -moz-linear-gradient(#39b0f4,#1285c8);
background-image: -o-linear-gradient(#39b0f4,#1285c8);
background-image: linear-gradient(#39b0f4,#1285c8);
}