/**** Navigation Styles ****/

#header #login { display:block; float:right; background:url(../images/header_login.png) no-repeat; width:53px; height:22px; }
#header #admin { display:block; float:right; background:url(../images/header_admin.png) no-repeat; width:53px; height:22px; }
#header #contact { display:block; float:right; background:url(../images/header_contact.png) no-repeat; width:64px; height:22px; }
#header #news { display:block; float:right; background:url(../images/header_news.png) no-repeat; width:54px; height:22px; }
#header #about { display:block; float:right; background:url(../images/header_about.png) no-repeat; width:54px; height:22px; }
#header #home { display:block; float:right; background:url(../images/header_home.png) no-repeat; width:77px; height:22px; }


ul.leftnav { padding:0px; margin:0px 15px 5px 0px; list-style:none; }
ul.leftnav li { list-style-image:none; padding-left:12px; padding-top:2px; padding-bottom:2px; background:url(../images/leftnav_arrow.gif) 1px 4px no-repeat; }
/* \*/
* html ul.leftnav li { list-style-image:none; padding-left:12px; padding-top:2px; padding-bottom:2px; background:url(../images/leftnav_arrow.gif) 1px 5px no-repeat; }
/* */


.leftnav a:link { color: #999999; text-decoration: none; }
.leftnav a:visited { color: #999999; text-decoration: none; }
.leftnav a:hover { color: #999999; text-decoration: underline; }

.on { font-weight:bold; }