.tb_tab_menu {
	height: 26px;
	width: 880px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #265BB3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index:100;
}

.tb_tab_menu ul {
	display: inline;
	list-style-type: none;
	/*width: 350px;*/
}

.tb_tab_menu li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tb_tab_menu li a:link,.tb_tab_menu li a:visited {
	border: 1px solid #265BB3;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../img/button_bg_white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	/*width: 40px;*/
	text-decoration: none;
	color: #265BB3;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

.tb_tab_menu li a:hover {
	border: 1px solid #265BB3;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../img/button_bg_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	/*width: 40px;*/
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.tb_tab_menu li a.active {
	border: 1px solid #265BB3;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../img/button_bg_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	/*width: 40px;*/
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.tb_tab_menu .rightTab{
	float: right;
}

.tb_tab_menu li.rightTab {
	
	background-image: url(../img/h_thick_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.tb_tab_menu .rightTab a:link, .tb_tab_menu .rightTab a:visited{
	background-image: none;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	
}

.icon a:link, .icon a:visited{
	padding:0px;
	width: 0px;
	height: 15px;
	background-position: center center ;
	background-repeat: no-repeat;
	background-image: none;	
}
