/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#menu				{ background-color:#fffc00; margin:0; padding:0; width:200px; }
#menu a			{ color:#000; text-decoration:none; font-size:12px; font-weight:normal; }
#fdg				{ margin:0; padding:0; }
div, div.level0, div.level1	{ margin:0; padding:0; }

#menu .item { border-bottom:1px solid #999; color:#000;  }

#menu .level0 .item a,
#menu .level1 .item a {display:block; width:133px; font-size:11px;}

#menu .level0 .item a 	{ margin:0px 0px 0px 47px; padding-top:8px;}
#menu .level1 .item a 	{ margin:0px 0px 0px 67px; padding:4px 0px 4px 0px; width:}
#menu .first			{ margin-top:37px; padding:0;}

#menu .level0 .item:hover	{ background:#fffeb3 url(../images/leftmenuact.jpg) no-repeat 30px center;}
#menu .level1 .item:hover	{ background:#fffeb3 url(../images/leftmenuact.jpg) no-repeat 50px center;}

#menu .master			{ margin:0; height:36px; padding:16px 0px 0px 47px; border-bottom:2px solid #000; }

#menu .level0 .active	{ background:rgb(255,254,128) url(../images/leftmenuact.jpg) no-repeat 30px center;}
#menu .level1 .active	{ background:rgb(255,254,128) url(../images/leftmenuact.jpg) no-repeat 50px center;}

div.footermenu{
margin-top:7px;
	float:right;
	color:#7f7f7f;
	background-color:#dddfde;
	width:1020px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	}


div.footermenusub{
position:absolute;
	top:825px;
	float:right;
	color:#7f7f7f;
	background-color:#dddfde;
	width:1020px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	}


div.footermenusub a{
font-weight:bold;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;}

div.innercontentsub a{
	font-size:12px;
	color:#fff;
	text-decoration:none;}

div.footermenu a{
font-weight:bold;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;}

