/* body and nav bg in IT logo colours                       */
/* -------------------------------------------------------- */

body { background:#ffffff none repeat; }

#navcontainer #current { color: rgb(255, 255, 255); background-color: #cc9933; }
#navcontainer ul ul #current, #navcontainer ul ul ul #current { background: transparent none repeat; color: rgb(255, 255, 255); }

#navcontainer ul { background:#ffcc33 none repeat; }
#navcontainer ul a:link, #navcontainer ul a:visited { color:#333333; }
#navcontainer ul a:hover, #navcontainer ul a:active { color: rgb(255, 255, 255); background-color:#cc9933; }

#navcontainer ul ul { background-color:#996633; color:#ffffff;}
#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited { color:#ffffff; }
#navcontainer ul ul a:hover, #navcontainer ul ul a:active { color: rgb(255, 255, 255) ! important; background-color: transparent; }