/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Advancedmenu
 * @copyright  Copyright (c) 2009-2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */
.aw-vdd-nav {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
    border-bottom: 1px solid #CFCFCF;
    background: url("images/bkg_block.gif") repeat-x scroll 0 0 #F5F5F5;
}

.aw-vdd-nav option.current {
	font-weight:bold;
}

.aw-vdd-nav select.active {
	font-weight:bold;
}

.aw-vdd-nav select {
    width: 91%;
    margin-bottom: 3px;
}

.aw-vdd-nav select.active {
	font-weight:bold;
}

.aw-vdd-nav select.active option {
    font-weight: normal;
}

.aw-vdd-nav select.active option.current {
    color: #D02600 !important;
}