/*topMenu styles*/

#topNav {text-align:left; padding:0; margin:0; list-style:none;}
#topNav li {width:66px; float:left; margin:0 0 0 1px;}

.topNavLinks {display:block; background-color:#fff; padding-top:10px; font-weight:bold; color:#fff;}
.topNavLinks span {display:block; background-color:#BCBEC0; padding:10px 4px; height:72px; cursor:pointer;}

a.topNavLinks:hover {background:url(/images/topNav-hover.gif) top left no-repeat;}
a.selected {background:url(/images/topNav-selected.gif) top left no-repeat;}

