/**
 * 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)
 */
/***************VERTICAL**********************/ /*****ALL*****/
.wrapper #vertical-nav
{
	background-color: #eee;
	font-family:Tahoma,Verdana,sans-serif;
}
.wrapper #vertical-nav .head
{
	background-color: none;
	background:transparent url(../images/menu/nav-header-bg.gif) no-repeat scroll left bottom;
}
.wrapper #vertical-nav .head h4 
{
	height:22px;
	margin:0;
	background-color:transparent;
	border:none;
	color:#0C3E98;
	font-weight:bold;
	line-height:22px;
	padding-left:5px;
}
.wrapper #vertical-nav ul {
	list-style-type: none; /* get rid of the bullets */
	padding: 0; /* no padding */
	margin: 0; /* no margin for IE either */
	background-color: #eee;
}

.wrapper #vertical-nav ul li {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 1px; /* lines */


}

.wrapper #vertical-nav ul ul li a, .wrapper #vertical-nav ul li {
	background-color: #FFFFFF;

}

.wrapper #vertical-nav ul li a {
	display: block;
	font-size: 9px !important;
	padding: 3px 3px 3px 23px;
	margin: 0;
	color:black;
	text-decoration: none;
	height: 15px;
	/* hint for IE, alternatively remove whitespace from HTML */
	background-color: #eee;
}

.wrapper #vertical-nav ul li .open, .wrapper #vertical-nav .activesubsub, .wrapper #vertical-nav .subopen
	{
	font-weight: bolder;
	text-decoration: underline;
	color: #000000;
}

.wrapper #vertical-nav .final {
	background-color: #ECECEC;
}

.wrapper #vertical-nav ul ul li a {
	margin-left: 20px;
}

.wrapper #vertical-nav ul ul ul li a {
	margin-left: 40px; /* indent level 2 */
}

.wrapper #vertical-nav a {
	color: #000;
}
.wrapper #vertical-nav #submenu li
{
	background-color: #eee;
}
.wrapper #vertical-nav a:hover {
	color: #fff;
	background-color: #666;
}
.wrapper #vertical-nav ul li ul li
{
	background-color: #eee;
}
.wrapper #vertical-nav ul li ul li a {
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #eee;
}

.wrapper #vertical-nav ul li ul li {
	margin-bottom: 0px;
	margin-top: 0px;
}
#top_links_for_header div ul li{
    display:inline;
}
#top_links_for_header{
    display:block;
    width:380px;
    height: 30px;
    line-height: 27px;
    margin-top: 0px;
    float:right;
}

