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

/********** < Navigation */
#nav {
	font-size:11px;
	float:left;
	margin:8px 0 1px 5px;
}

/* All Levels */
#nav li { text-align:left; position:relative; padding-right:5px;}
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; padding:17px 12px 17px 13px;}
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; font-weight:bold; color:#FFF; text-transform:uppercase; padding:0 5px;}
#nav li a:hover { color:#FFF; }

#nav li.over,
#nav li.active{background:url(../images/menu_button_left.gif) left top no-repeat;}
#nav li.over a,
#nav li.active a{color:#FFF; background:url(../images/menu_button_right.gif) right top no-repeat;}
#nav li.over a span,
#nav li.active a span{background:url(../images/menu_button_bg.gif) left top repeat-x;}


#nav ul li.over,
#nav ul li.active{background:0;}
#nav ul li.over a,
#nav ul li.active a{color:#FFF; background:0;}
#nav ul li.over a span,
#nav ul li.active a span{background:0;}


/* 2nd Level */
#nav ul { position:absolute; width:15em; top:51px; left:-10000px; border:1px solid #ddd; background:#386CAF; }
#nav ul li { float:none; border-bottom:1px solid #ddd; background:0; padding:0; }
#nav ul li span{background:0!important; padding:0}
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#FFF !important; background:0!important; }
#nav ul li a:hover { color:#FFF !important; font-weight:bold; }
#nav ul li.active > a,
#nav ul li.over > a  {color:#FFF !important; font-weight:bold; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */
/* ======================================================================================= */
.pages_links{
	clear:both;
}
.pages_links ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

.pages_links li{
display: inline;
}

.pages_links li a{
	float: left;
	color: #4B568D;
	text-decoration: none;
	padding-top: 5px;
	height:25px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A9E5FF;
	font-size: 11px;
	text-transform: uppercase;
}

.pages_links li a:visited{
	color: #4B568D;
}

.pages_links li a:hover {
	color: #fff;
	background-repeat: repeat;
	text-decoration:none;
		background-image: url(../images/bg_trans_blue.png);

}
