#navpad {padding:26px 0 0 20px; text-align:left;}

#navlist {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:300;
    list-style:none;
	text-align:left;
	text-transform: uppercase;
	margin:0; 
	padding:0;
}
#navlist a {
    display:block;
    width:193px;
	height:35px;
    color:#fff;
    text-decoration:none;
    background:url(../images/navbar.gif) 0 0 no-repeat;
	vertical-align:middle;
}
#navlist a:hover { 
    background:url(../images/navbar.gif) 0 -34px no-repeat;
    color: #244b6c;
}

#navlist a.over { 
    background:url(../images/navbar.gif) 0 -34px no-repeat;
    color: #244b6c;
}

#navlist a.over:hover { 
    background:url(../images/navbar.gif) 0 -34px no-repeat;
    color: #244b6c;
}
