/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */



/************ Allmilmoe Menu ********/
#topmenu {
	position:absolute;
	bottom:0;
	right:0;
	width: 655px;
}

#topmenu a:active, #topmenu a:link, #topmenu a:hover, #topmenu a:visited,  #bottommenu a:active, #bottommenu a:link, #bottommenu a:hover, #bottommenu a:visited {
	text-decoration:none;
	color: #000;
}
#topmenu a:hover,  #bottommenu a:hover {
	text-decoration:underline;
}
#topmenu ul {
	margin:0;
	float:right;
	list-style:none;
}
#topmenu ul li {
	margin: 36px 0 auto 10px;
	float: left;
	display: block;
	position:relative;
}
#topmenu ul li ul {
	display:none;
	float:none;
	position: static;
}
#topmenu ul li.active a {
	font-weight:bold;
}
#topmenu ul li.active ul li a {
	font-weight:normal;
}
#topmenu ul li.active ul li.active a {
	font-weight:bold;
}
#topmenu ul li.active ul,  #topmenu ul li:hover ul {
	position:absolute;
	display:block;
	bottom:1.5em;
	left:0;
	font-size:.925em;
	line-height: 1.2em;
}
#topmenu ul li ul li {
	margin:0;
	float:none;
}