@CHARSET "ISO-8859-1";
/* 	colors, fonts, colored backgrounds
	1. general element settings		
	2. sections and areas			*/

/*##################################*/
/* 1. general element settings		*/


li.navLevel1over a:hover {

    float:none;
    font-weight:bold;
	display: block;
	line-height: 20px;
    margin-left:22px;
    text-decoration:none;
    font-size: 9pt;
    color:#000000;

}


ul.nav li a.navSelected,
ul.nav li a.navSelected:visited {
    float:none;
    font-weight:bold;
	display: block;
	line-height: 20px;
    /* margin-left:22px; */
    text-decoration:none;
    font-size: 9pt;
    color:#000000;


}

a:hover {
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}
a,a:visited{
    color:#000000;
    text-decoration:none;
}