﻿/*
创建时间：2006.10.19
作　　者：dada
电子邮件：dada_dotnet@hotmail.com
內容说明：TabStrip Style
开发历史：
================================== */

/*
	主菜单样式
*/

.tabstrip_div
{
    position: relative;
	clear: both;
	margin: 0px;
	padding: 0px 5px;
	height: 30px;
	background-color: #fff;
	font-family: arial,verdana,sans-serif;
	color: #000;
	font-size: 12px;
}

.tabstrip_ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 88px;
	height: 100%;
    overflow: hidden !important;
    overflow: visible;
}

.tabstrip_li
{
	float: left;
	margin: 0px;
	padding: 0px;
    height: 100%;
    line-height: 30px;
	list-style-type: none;
	table-layout: fixed;
	font-weight: bold;
	text-align: center;
}




.tabstrip_ul_default
{
	background-color: #D6EBEC;
    cursor: pointer;
}

.tabstrip_ul_hover
{
    cursor: pointer;
}

.tabstrip_ul_selected
{
	width: 108px;
	background-color: #5BB4BA;
}




.tabstrip_li_1_default
{
	width: 4px;
}

.tabstrip_li_2_default
{
	width: 80px;
	color:#436e9d;
}

.tabstrip_li_3_default
{
	width: 4px;
}




.tabstrip_li_1_hover
{
	width: 4px;
}

.tabstrip_li_2_hover
{
	width: 80px;
	color:#436e9d;
}

.tabstrip_li_3_hover
{
	width: 4px;
}




.tabstrip_li_1_selected
{
    margin-top: 1px;
    margin-bottom: -1px;
	width: 4px;
}

.tabstrip_li_2_selected
{
    margin-top: 1px;
    margin-bottom: -1px;
	width: 100px;
	color: #fff;
	font-size: 14px;
}

.tabstrip_li_3_selected
{
    margin-top: 1px;
    margin-bottom: -1px;
	width: 4px;
}