#tabs-left {

}

#tabs-right {
    float:                  right;
    margin-right:           50px;
}

.tabs {
    /*float:					left;
    width:					780px;*/
    /*margin-top:             10px;*/
    /*border:                 1px solid #555555;*//*#c9c9c9;*/
    /*border-width:           0 1px 1px 1px;*
    /*margin-bottom:          -1px;*/
    background:				#e5e5fc none repeat-x bottom; /*#dae0d2*/
    /*font-size:				93%;*/
	line-height:			normal;
	overflow:				hidden;


}

.tabs :focus {
    outline:                none;
}

.tabs ul {
    overflow:               hidden;
    margin:					0;
	padding:				0;
    list-style:				none;
    border:                 1px solid #c9c9c9;
    border-width:           0 1px 0 1px;
    background:             transparent url(/images/tabs_bg.png) scroll repeat-x bottom left;
}
.tabs li {
    float:					left;
    margin:					0;
    padding:				0 0 0 5px;
	background:				url("/images/tabs_left.gif") no-repeat left top;
}
.tabs a {
	display:				block;
	padding:				5px 15px 4px 6px;
	background:				url("/images/tabs_right.gif") no-repeat right top;
    text-decoration:		none;
    font-weight:			normal;
    font-size:              11px;
	color:					#5b5bb0;
}
.tabs a:hover {
      color:				#333;
}
.tabs #current {
    background-image:		url("/images/tabs_left_on.gif");
    /*border-bottom:1px solid red;*/


}
.tabs #current a {
    background-image:		url("/images/tabs_right_on.gif");
	padding-bottom:			5px;
	/*color:					#333333;*/
}
.tabs img {
	vertical-align:			-10%;
	margin-right:			5px;
}


