html, body, form { margin: 0; padding: 0; }
body { font-family: Arial, Helvetica; font-size: 84%; }
img { vertical-align: text-bottom; }
a img { border: 0; }
a:hover { text-decoration: none; }

#CommonNavigation { height: 19px; line-height: 16px; background: #000 url(../images/Navigation.png) repeat-x left top; }

#CommonNavigation a  
{
    display: block; float: left; padding: 1px 15px; text-decoration: none; color: White;
    background: #000 url(../images/Navigation.png) repeat-x left top;
}
#CommonNavigation a:hover { background-position: left center; }
#CommonNavigation a.active, #CommonNavigation a:active { color: #000; background-position: left bottom; }

#CommonNavigationShadow { min-height: 3px; background: #D8E7E7 url(../images/navigation-shadow.png) repeat-x; clear: both; }