@charset "UTF-8";
/* CSS Document */

#bottomNavBar a:link {text-decoration: none; color:#000000;}
#bottomNavBar a:visited {text-decoration: none;color:#000000;}
#bottomNavBar a:active {text-decoration: none;color:#000000;}
#bottomNavBar a:hover {text-decoration: underline;color:#000000;}

#bottomInfoBar a:link {text-decoration: none; color:#000000;}
#bottomInfoBar a:visited {text-decoration: none;color:#000000;}
#bottomInfoBar a:active {text-decoration: none;color:#000000;}
#bottomInfoBar a:hover {text-decoration: underline;color:#000000;}

#textBox a:link {text-decoration: none; color:#000000;}
#textBox a:visited {text-decoration: none;color:#000000;}
#textBox a:active {text-decoration: none;color:#000000;}
#textBox a:hover {text-decoration: underline;color:#000000;}

div.sdmenu div a.current {
	background : #bdb8c4;
	padding: 5px;
}
