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

.mattblackmenu ul{
margin: 0;
padding: 0;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{


}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{

}

.mattblackmenu a.selected{
background:url(../images/o_bg.jpg) repeat-x left top; color:#FFFFFF!important;
}


ul#nav{ border-bottom:1px solid #666; float:left; padding-left:6px !important; padding-left:2px; height:35px;}

ul#nav li{ position:relative; top:5px; float:left; background:url(../images/seprater.jpg) no-repeat right 0px;margin:0 18px 0 0px; list-style-type:none; display:inline}

/* CSS HACK FOR Safari */
html* ul#nav li{ position:relative; top:5px; float:left; background:url(../images/seprater.jpg) no-repeat right 0px;margin:0 16px 0 0px; list-style-type:none; display:inline}

html* ul#nav li a{ padding:5px 9px 12px 8px; margin-right:16px; text-decoration:none; float:left; color:#656571; font-size:11px; font-weight:bold;}

ul#nav li.nobg{ background:none; padding-right:0px;  }

ul#nav li a{ padding:5px 9px 12px 8px; margin-right:18px; text-decoration:none; float:left; color:#656571; font-size:11px; font-weight:bold;}

ul#nav li a.first{ color:#CCCCCC}

ul#nav li a.last{ background:url(../images/o_l_bg.jpg) repeat-x left top; padding-right:15px; color:#FFFFFF;}

ul#nav li a:hover,ul#nav li a.active{ background:url(../images/o_bg.jpg) repeat-x left top; color:#FFFFFF;}

ul#nav li ul{
	left:-99999em; position:absolute; width:165px; top:30px; margin-top:0px; padding-bottom:5px; border:1px solid #666666; background:#fff;}

ul#nav li ul li{  float:left; width:100%; background:none; margin:0; padding:0; }

ul#nav li ul li a{  text-decoration:none; margin:0; width:95%; float:left; padding:3px 0 3px 5% ;line-height:normal;  color:#333333;}

ul#nav li ul li a:hover{ color:#fff; background:#666}

#nav li:hover ul, #nav li.sfhover ul {	left: 0px; right:auto;}

.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	visibility: hidden;
	z-index: 100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
}

.ddsubmenustyle li a{
	display: block;
	/*width of menu (not including side paddings)*/
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 130px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #666666;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
display:none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
display:none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}



/*  ######################################  new Menu CSS  ###################################################              */


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	/*visibility: hidden;*/ display:none;
	z-index: 100; /* default width for menu */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 6px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 1px;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #FFFFFF;	
}

.anylinkmenu ul li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333333;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: white;
	background-color: #666666;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.navi_new{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 1024px;
}
