﻿a {
        font-family: arial, "lucida console", sans-serif;
        color:#004BBF;
        font-size:13px;
        text-decoration:none;
	    }

a:hover {
        color:#000;
        }

#topNav{
    margin:0px 5px 0px 5px;
    padding:0px;
    clear:both;
    height:44px;
    background-color:#B0C4D2;
    }

#topNav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    } 

#topNav li{
    height:44px;
    float: left;
    /*overflow:hidden;*/ 
    } 

#topNav li a
    {
    font-size:17px;
    font-family: arial, "lucida console", sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight:bold;
    text-align: center;
    padding:13px 15px 0px 14px;
    float: left;
    height:31px;
    } 

#topNav li a:hover
    {
    background-color:#7E9FB6;
    } 
