/**
 * 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)
 */

#nav { padding-left: 8px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav span { display:block; cursor:pointer; white-space:nowrap; text-transform: uppercase; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; line-height: normal; }
#nav li.active a { color: #fff; }
#nav a { display: block; padding: 5px 8px; color:#FFF; font-size: 14px; text-align: center; background: url('../images/nav_a_bg.gif') no-repeat right center; }
#nav a:hover { color: #fd951b; }
#nav li.last a { background: none; }

.header-nav ul li ul {
    text-align: left;
    position: absolute;
    display: block;
    clear: both;
    visibility: hidden;
    background: #713e8f;
    width: 380px;
    z-index: 100;
}

.header-nav .a-right {
    right: 0px;
}

.mt_box{
    float: left;
    width: 175px;
	padding: 5px 10px 0 0;

}
.r-border{
    border-right: 1px dotted #8d65a5 !important;
}
.mt_box a{
	text-align: left;
    display: block;
	font-weight: normal !important;
    text-transform: none !important;
    background: none !important;
    font-size: 11px !important;
    padding: 2px 10px 2px 15px !important;
    text-align: left !important;
}
.mt_box a:hover {  }

.mt_bottom{
    margin-top: 7px;
    background: #480271;
    height: 27px;
    padding: 9px 0 0;
}
.mt_bottom a{
    text-decoration: none;
    text-transform: uppercase;
	font-weight: bold;
	font-size: 12px !important;
    background: none !important;
    padding: 2px 14px 0 14px !important;
    float: left;
}
.mt_bottom a{
    
}
.mt_bottom .right{
    float: right !important;
    color: #fff600 !important;
    margin-right: 20px;
}
