/***************************************************************************************************
* css_sidemenu.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
*---------------------------------------------------------------------------------------------------
* Side menu stylesheet for Wbiz-cms
****************************************************************************************************/
/* No bullets on side menues */
#side_menu li{list-style-type:none;}
/* Margin and padding on side menues */
#side_menu, #side_menu ul{margin-top:7px; margin-left:10px; padding:0px; color:}
#side_menu a{color: #3c3c3c; text-decoration: none;}
#side_menu a:hover { color: #ffffff; text-decoration: none; font-weight: normal;}
#sub_level_1 {margin-top:0px; text-indent: 0.3cm}
#sub_level_2 {margin-top:0px; text-indent: 0.6cm}


