  /* my nav style */

    #nav a:link, #nav a:visited {
    color: #000000;
    text-decoration: none;
    }

    #nav {
	margin: 0 auto;
	text-align:center;
	width:900px;
	padding:0px;
	height:25px;
    font-size: 12px;
	background-color:#3e8ffd;
    font-family: verdana;
    border-bottom: 0px solid #ffffff;
    clear:both;
	}

    #nav a:hover {
    color: #FFFFFF;
    text-decoration: none;
    }

    #nav a:active {
    color: #FFFFFF;
    text-decoration: none;
    }
