/* CSS NAVIGATION */

/*
table#93 {background: # ; background-image: url(/i/top_nav_bottom.gif); background-repeat: no-repeat; background-color: #00358D;}
table#93 a {text-decoration: none; color: #82B8F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; line-height: 12px; }
table#93 a {display: block;}
table#93 a:hover {color: #ffffff; background: #; background-image: url(/i/top_nav_bottom_1_2.gif); background-repeat: no-repeat; background-color: #00358D;}

table#click {background: # ; background-image: url(/i/top_nav_bottom_1_2.gif); background-repeat: no-repeat; background-color: #00358D;}
table#click a {text-decoration: none; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; line-height: 12px; }
table#click a {display: block;}
*/

.off {

	background-image: url(/i/top_nav_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.off {
text-decoration: none; 
color: #82B8F6; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-weight: bold; 
line-height: 12px;
display: block;
}
a.off:hover {
color: #ffffff; 
background-image: url(/i/top_nav_bottom_1_2.gif); 
background-repeat: no-repeat; 
background-position: right top;

}

.on {
	background-image: url(/i/top_nav_bottom_1_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.on {
text-decoration: none; 
color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-weight: bold; 
line-height: 12px;
display: block;
}
.right {
	background-position: right;
}