/*Special Hyper-Links*/

a.sg:link {text-decoration: none; color: 009000}
a.sg:visited {text-decoration: none; color: 009000}
a.sg:hover {text-decoration: underline; color: 000080}

a:hover {color: FF0000}




/*Wide 10px Text Home Page, Top Level Nav, Inquiry, Back to Previous Step & Save and Continue Buttons - Link, Hover & Active States*/

/*Div Width Setting: 4 Buttons: 622   3 Buttons: 466   2 Buttons: 310   1 Button: 155*/

/*No a-record tag required*/ 


#wl ul 
{
margin: 0px;
text-align: center;
padding: 0px;
}

#wl li
{
margin: 0px;
display: inline;
list-style: none;
}

#wl a
{
padding-top: 4px;
width: 155px;
height: 23px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
float: left;
color: #000000;
background-image: url('../styles/wl.gif');
background-repeat: no-repeat;
margin: 0px;
}

/*FireFox Position Fix*/

html>/**/body #wl a
{
height: 17px;
}

#wl a:link, #wl a:visited
{
color: #000000;
text-decoration: none;
}

#wl a:hover
{
color: #FF0000; 
background-image: url('../styles/wh.gif');
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url('../styles/wa.gif');
background-repeat: no-repeat; 
color: #FFFFFF
}


