/* CSS Tabs */
#button {
        width: 150px;
        border-right: 1px solid #000;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 11px;
        font-weight : bold;
        background-color: #90bade;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
				width: 150px;
                }

        #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
				width: 150px;
                }

        #button li a {
				width: 150px;
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #2175bc;
                color: #fff;
                text-decoration: none;
                }

        html>body #button li a {
                width: 130px;
                }

        #button li a:hover {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }

        #button li #active {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }

#features {
		width: 150px;
		text-align: center;
}

        #features ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
				width: 140px;
                }

        #features li {
                margin: 0;
                list-style: none;
                list-style-image: none;
				width: 140px;
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                background-color: #2175bc;
                color: #fff;
				font-size:8pt;
        		font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        		font-weight : bold;
        }

		#features img {
				border-style: none;
		}
		
		#features a {
				text-decoration: none;
				text-align: center;
				font-size: 9pt;
				font-weight: bold;
        		font-family: Tahoma, Arial, sans-serif;
		}

		#features p {
				text-align: center;
				color: #003366;
				font-size: 8pt;
        		font-family: Tahoma, Arial, sans-serif;
		}		