/***************************************************************************************************
* site_css.php
* This code is part of the Wbiz-cms software (©www.Wbiz.dk)
*---------------------------------------------------------------------------------------------------
* You have to obtain permission before selling this code, using it on a commercial website, or
* redistributing it over the Internet. In all cases the copyright must remain intact as well as
* the credits and site link.
* For permission to remove copyright, credits and site link please contakt: permissions@wbiz.dk
* WbizCMS Version 2.3 - January 2009
* Design by Wbiz Design, © 2009 Kaj Christensen/wbiz@wbiz.dk
*---------------------------------------------------------------------------------------------------
* Top menu stylesheet for Wbiz-cms
****************************************************************************************************/
/* Definition of top menu */
.top_menu{width: 100%; height: 20px; background: transparent url('../style/images/top_menu_back.png') repeat-x; font-family : Verdana; font-size :12px;}
.top_menu ul{ margin: 0; padding: 0; float: left;}
.top_menu ul li{ display: inline;}
.top_menu ul li a{height: 20px; float: left; text-decoration: none; color: #ffffff; padding: 3px 10px; background: transparent url('../style/images/top_menu_back.png') repeat-x; }
.top_menu ul li a:visited{ color: #ffffff;}
.top_menu ul li a:hover, .menu ul li .current{ height: 20px; color: #ffffff; background: transparent url('../style/images/top_menu_hover.png') repeat-x; font-weight:normal;}
#active_top_menu {display: block; height: 20px; background: transparent url('../style/images/top_menu_active.png') repeat-x; font-weight:normal;}
#top_menu_image {float: right; clear: right; margin-right: 24px; margin-top: 0px; border: 0px; width: 24px;}



