/* this is to mark a menu entry as active
   must come after inclusion of udm-style.php
   thats why it come separate
    */
#nav-main ul li.active a {
	background:#CCC;
	color:#08337A;
}
