#nav {
 height:38px;
 background: #fff;
 width:594px;
 clear:both;
 overflow:hidden;
 text-align:center;
 margin:0;
 padding:0;
}

/*FIR js-less rollovers */

/* all purpose hide class */
.alt {
/* display:none;*/
}

/* team rollover */

#bannerteamban {
 float:left;
 text-align:center;
 height:32px; 
 width:66px;
} 

#teamban {
 display:block; 
 height:32px; 
 width:66px;
 text-decoration:none;
 vertical-align:middle;
 line-height:32px;
 color:#000;
}

a#teamban:hover, a#teamban.on {
 color:#9D0020;
 text-decoration:underline;
 display:block;
 border-top:1px solid #9D0020;
 border-bottom:1px solid #9D0020;
 height:32px; 
 width:66px;
}

/* groups rollover */

#bannergroupsban {
 float:left;
 text-align:center;
 height:32px; 
 width:113px;
} 

#groupsban {
 display:block;
 height:32px; 
 width:113px;
 line-height:32px;
 text-decoration:none;
 color:#000;
}

a#groupsban:hover, a#groupsban.on {
 color:#9D0020;
 text-decoration:underline;
 display:block;
 border-top:1px solid #9D0020;
 border-bottom:1px solid #9D0020;
 height:32px; 
 width:113px;
}

/* notes rollover */

#bannernotesban {
 float:left;
 text-align:center;
 height:32px; 
 width:94px;
} 

#notesban {
 display:block;
 height:32px; 
 width:94px;
 line-height:32px;
 text-decoration:none;
 text-align:center;
 color:#000;
}

a#notesban:hover, a#notesban.on {
 color:#9D0020;
 text-decoration:underline;
 display:block;
 border-top:1px solid #9D0020;
 border-bottom:1px solid #9D0020;
 height:32px; 
 width:94px;
}

/* community rollover */

#bannercommunityban {
 float:left;
 text-align:center;
 height:32px; 
 width:85px;
} 

#communityban {

 display:block;
 height:32px; 
 width:85px;
 line-height:32px;
 text-decoration:none;
 color:#000;
}

a#communityban:hover, a#communityban.on {
 color:#9D0020;
 text-decoration:underline;

 display:block;
 border-top:1px solid #9D0020;
 border-bottom:1px solid #9D0020;
 height:32px; 
 width:85px;
}

/* news rollover */

#bannernewsban {
 float:left;
 text-align:center;
 height:32px; 
 width:99px;
} 

#newsban {

 display:block;
 height:32px; 
 width:99px;
 line-height:32px;
 text-decoration:none;
 color:#000;
}

a#newsban:hover, a#newsban.on {
 color:#9D0020;
 text-decoration:underline;

 display:block;
 border-top:1px solid #9D0020;
 border-bottom:1px solid #9D0020;
 height:32px; 
 width:99px;
}


/* contact rollover */

#bannercontactban {
 float:left;
 text-align:center;
 height:32px; 
 width:66px;
} 

#contactban {

 display:block;
 height:32px; 
 width:66px;
 line-height:32px;
 color:#000;
 text-decoration:none;
}

a#contactban:hover, a#contactban.on {
 color:#9D0020;

 display:block;
 border-top:1px solid #9D0020;
 border-bottom:1px solid #9D0020;
 height:32px; 
 width:66px;
 text-decoration:underline;
}


/* home rollover */

#bannerhomeban {
 float:left;
 text-align:center;
 height:32px; 
 width:71px;
} 

#homeban {

 display:block;
 height:32px; 
 width:71px;
 line-height:32px;
 text-decoration:none;
 color:#000;
}

a#homeban:hover {
 color:#9D0020;
 text-decoration:underline;
 border-top:1px solid #9D0020;
 border-bottom:1px solid #9D0020;
 display:block;
 height:32px; 
 width:71px;
}


/* sub nav styles */

#sublist{
 width:130px;
 margin:0;
 padding:0;
 list-style:none;
}

#sublist li{
 margin:0;
 padding:0 0 7px 0;
 list-style-type:none;
}

#sublist li a:link, #sublist li a:visited, #sublist li a:hover, #sublist li a:active {
 padding:0;
 background:#fff;
 color:#597786;
 font-size:10px;
 line-height:10px;
 font-weight:bold;
 text-decoration:none;
}

#sublist li a:hover, #sublist li a.on {
 color:#000000;
}

