
/* root element for tabs  */
#dashboard ul.tabs1 {
    list-style:none;
    margin:0px 0px 0px 0px !important;
    padding:0;
    border-bottom:1px solid #666;
    height:40px;
	background:url(../images/template/blue_navigation.gif) top left repeat-x;
	
}

/* single tab */
#dashboard ul.tabs1 li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
#dashboard ul.tabs1 li a {
	display:block;	
    margin:0px;
	padding: 14px 0px 2px 0px;
    background: url(../images/template/blue.png) no-repeat -420px 0px;
    font-size:16px;
	font-weight:bold;
    display:block;
    height: 25px;
    line-height:13px;
    width: 120px;
    text-align:center;
    text-decoration:none;
    color:#FFF;
    position:relative;
}

#dashboard ul.tabs1 a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
#dashboard ul.tabs1 a:hover {
    color:#fff;
    background-position: -420px -40px;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
#dashboard ul.tabs1 a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -80px;
    cursor:default !important;
    color:#FFF !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
#dashboard ul.tabs1 a.s { background-position: -553px 0; width:81px; }
#dashboard ul.tabs1 a.s:hover { background-position: -553px -40px; }
#dashboard ul.tabs1 a.s.current  { background-position: -553px -80px; }

/* width 2 */
#dashboard ul.tabs1 a.l { background-position: -248px -0px; width:174px; }
#dashboard ul.tabs1 a.l:hover { background-position: -248px -40px; }
#dashboard ul.tabs1 a.l.current { background-position: -248px -80px; }


/* width 3 */
#dashboard ul.tabs1 a.xl { background-position: 0 -0px; width:248px; }
#dashboard ul.tabs1 a.xl:hover { background-position: 0 -40px; }
#dashboard ul.tabs1 a.xl.current { background-position: 0 -80px; }


/* initially all panes are hidden */
.panes .pane {
    display:none;
}
