
/*** This sets the style for the links inside the menu. ***/

/* top level 
#divCont {   }
#divCont  a { font-family: "Trebuchet MS", Verdana, Arial ; font-size: 10px; font-weight: bold; text-decoration:none; color: white;   }
#divCont  a:hover { text-decoration: none ;color:#ba3416}
#divCont .clSub a { font-family: "Trebuchet MS", Verdana, Arial ; font-size: 10px; font-weight: normal; text-decoration:none; color: white; }

(fra bfc.css)
a {  color: #BA3416; text-decoration: none}
a:hover { text-decoration: underline}



*/


.clTopSelected   { font-family: "Trebuchet MS", Verdana, Arial ; font-size: 10px; font-weight: bold; text-decoration:none; color: white; line-height: 14px;   }

.clTop   { font-family: "Trebuchet MS", Verdana, Arial ; font-size: 10px; font-weight: bold; text-decoration:none; color: #BA3416; line-height: 20px;   }


.clTopHref   { font-family: "Trebuchet MS", Verdana, Arial ; font-size: 10px; font-weight: bold; text-decoration:none; color:#ba3416; line-height: 14px;   }
.clTopHref:hover { text-decoration: underline;color:white;}

.clSubSelected   {  font-family: "Trebuchet MS", Verdana, Arial ; font-size: 10px; font-weight: normal; text-decoration:none; color: white; line-height: 14px; }
.clSub   {  font-family: "Trebuchet MS", Verdana, Arial ; font-size: 10px; font-weight: normal; text-decoration:none; color: #ba3416; line-height: 14px; }

.clSub:hover { text-decoration: underline;color:#ba3416}







