/* CSS Tabs */
a:link,a:visited
{
	/*color:#0000FF;*/
	font: bold 10px Verdana, sans-serif;
	text-decoration:none
}
	a:hover,a:active
{
	/*color:#0000FF;*/
	font: bold 10px Verdana, sans-serif;
	
	background:tansparent;
	
}

#button {
        width: 16em;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;               
        font-size : 10px;
      
       /* color: #0000FF;*/
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #00CCFF;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 9px 9px 9px 0.5em;
                border-left: 10px solid #56B0F3;
                border-right: 10px solid #56B0F3;
                background-color: #0033CC;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

       

        #button li a:hover {
                border-left: 10px solid #B6DAFA;
                border-right: 10px solid #B6DAFA;
                background-color: #4070FF;
                color: #fff;
                }

-->