#nav_blank {display: block;
}

#nav_account {display: none;
background: url(../images/topnav_bottom_blue_full.gif);
background-repeat: no-repeat;
width: 805px;
height: 30px;
}

#nav_account ul {
list-style-type: none;
display: inline;
}

#nav_account li {
display: inline;
height: 30px;
width: 90px;
}

#nav_account a {
color: #0c2074;
text-decoration: none;
font-size: 12px;
width: 90px;
height: 30px;

}

#nav_account a:hover {
color: #0c2074;
text-decoration: none;
font-size: 12px;
width: 90px;
height: 30px;
background: #ffffff;

cursor: pointer;
}

#nav_account span {
float: left;
display: block;
width: 50px;
height: 24px;
text-align: center;
padding-top: 6px;
}

#nav_account a span {
float: left;
display: block;
width: 200px;
height: 24px;
text-align: center;
padding-top: 6px;
}

#nav_account a:hover span{
float: left;
display: block;
width: 200px;
height: 24px;
background:#ffffff;
text-align: center;
padding-top: 6px;
}

#nav_account a span.on{
float: left;
display: block;
width: 200px;
height: 24px;
text-align: center;
padding-top: 6px;
background: #ffffff;
color: #000000;
}

/*end of account*/

#nav_cards {display: none;
background: url(../images/topnav_bottom_blue_full.gif);
background-repeat: no-repeat;
width: 805px;
height: 30px;
}

#nav_cards span {
float: left;
display: block;
width: 50px;
height: 24px;
text-align: center;
padding-top: 6px;
}

#nav_cards a span {
float: left;
display: block;
width: 200px;
height: 24px;
text-align: center;
padding-top: 6px;
}

#nav_cards a:hover span{
float: left;
display: block;
width: 200px;
height: 24px;
background:#ffffff;
text-align: center;
padding-top: 6px;
}

#nav_cards a span.on{
float: left;
display: block;
width: 200px;
height: 24px;
text-align: center;
padding-top: 6px;
background: #ffffff;
cursor: pointer;
color: #000000;
}

#nav_cards a {
color: #0c2074;
text-decoration: none;
font-size: 12px;
width: 90px;
height: 30px;
cursor: pointer;

}

#nav_cards a:hover {
color: #0c2074;
text-decoration: none;
font-size: 12px;
width: 90px;
height: 30px;
background: #ffffff;
cursor: pointer;
}


