/**
 * 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)
 */

#lvaheader {
	margin:0 auto;
	width:996px;
	background: url('/gfx/body-bg.png') repeat-y;
}

#lvatopnav{
	margin:0 auto;
	padding: 0 5px;
	width:996px;

}

#topflash{
	width:986px;
	height:100px;
	padding:0 0 0 5px;
}

#pub-top{clear:both; height:190px;}

#menushade {
	margin:0 auto;
	width:986px;
	height:0px;
}

.access{display:none}

ul#lvamenu {
list-style: none;
	width:auto;
	padding:0 0 0 5px;
	background:transparent;
}
#lvatopnav ul#lvamenu { padding:0}
#lvamenu li {float:left; height: 28px; background:transparent}

#lvamenu .items a { 
	
	text-align:center;color:#FFF;text-decoration:none;font-size:14px;font-weight:400;padding-top:5px;
	
	background: #AF2D34 url(/gfx/navbar-off2.png) no-repeat left top;
	
	display: block; height: 23px;
}
#lvamenu .items a:hover, #lvamenu .items a.active { 
	color:#FFD545;
	background-image:url(/gfx/navbar-on2.png);
}

#lvamenu .item1 a {
	
	width:40px;
}
#lvamenu .item1 img {
	
	position:relative;
	top:-2px
}


#lvamenu .item2 a {
	background-position:-40px top;
	width:109px;
}

#lvamenu .item3 a {
	background-position:-149px top;
	width:116px;
}


#lvamenu .item4 a {
	background-position:-265px top;
	width:80px;
}
#lvamenu .item11 a {
	background-position:-345px top;
	width:91px;
}
#lvamenu .item5 a {
	background-position:-436px top;
	width:113px;
}

#lvamenu .item6 a {
	background-position:-549px top;
	width:110px;
}
#lvamenu .item8 a {
	background-position:-659px top;
	width:108px;
}

#lvamenu .item9 a {
	background-position:-767px top;
	width:115px;
}
#lvamenu .item10 a {
	background-position:-882px top;
	width:104px;
}

#nav {height:45px;  margin:0 5px;padding:0 0 0 50px; font-size:1.1em;background: #e5e5e5 url('/gfx/navbar-shade.png') repeat-x;}
#nav li{background: #660909 url(/gfx/subnav-bg.png) repeat-x left top;height:30px}
#nav .left {background: transparent url(/gfx/subnav-left.png) repeat-x left top;width:10px}
#nav .right {background: transparent url(/gfx/subnav-right.png) repeat-x left top;width:10px}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; font:12px arial, helvetica, sans-serif;}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#ffd545; }
#nav a { float:left; padding:3px 12px 3px 8px; color:#fff; font-weight:normal; }
#nav li.over a,
#nav a:hover { color:#fff; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; color:#FFF;	background:#700A0A url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#700A0A padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; color:#fff;/*border:1px solid #899ba5;*/ }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a {color:#fff;background:#700a0a; }
#nav ul li a:hover { color:#ffd545; }
#nav ul li a,
#nav ul li a:hover { color:#fff !important; }
#nav ul span, #nav ul li.last li span { padding:3px 10px 3px 10px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }
