/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/* Box - left meu creat Red the River*/

.left_menu_item 
{
	color:#626262;
	border:#00FF33;
}
.box-left-menu
{
	width:205px;
	margin-top:0px;
	padding-top:8px;
	padding-bottom:8px;
	background:url(../images/bg_left_box_menu.gif) repeat-y 0 100%;
	height:auto;
}
.top-left-menu
{
	width:205px;
	margin-top:0px;
	margin-left:2px;
	background:url(../images/bg_top_menu.gif) repeat-y 0 100%;
	height:20px;
}


.bottom-left-menu
{
	width:205px;
	margin-top:0px;
	background:url(../images/bg_bottom_menu.gif) repeat-y 0 100%;
	height:15px;
}
.title-leftmenu
{
	width: 185px;
	height:18px;
	color:#c40f2e;
	border-left: 5px solid  #c40f2e;
	margin-left:10px;
	position:relative;
	padding-left:5px;
	font-size:17px;

}
.title_leftmenu_open
{
	width: 185px;
	height:18px;
	color:#c40f2e;
	border-left: 5px solid  #a2cd01;
	margin-left:10px;
	position:relative;
	padding-left:5px;
	font-size:17px;}
.title_leftmenu_newsleeter
{
	width: 185px;
	height:18px;
	color:#c40f2e;
	border-left: 5px solid  #c700cd;
	margin-left:10px;
	position:relative;
	padding-left:5px;
	font-size:17px;
}
.bottom_leftmenu_open
{
	width: 172px;
	height:12px;
	margin-left:10px;
	position:relative;
	padding-left:5px;
	margin-bottom:8px;
	border-bottom:1px dotted;
	text-align:left;

}
.title-submenu
{
	width: 170px;
	color:#626262;
	margin-left:10px;
	position:relative;
	padding-left:15px;
	font-size:12px;
	margin-top:10px;
}	
.title_submenu
{
	width: 170px;
	color:#626262;
	margin-left:10px;
	position:relative;
	padding-left:15px;
	font-size:12px;
	margin-top:10px;
	margin-bottom:1px;
}
.title-submenu a 
{
	text-decoration:none;
	color: #626262;
}
.title-submenu a:hover
{
	text-decoration:none;
	color: #c40f2e;
}
.title_submenu a 
{
	text-decoration:none;
	color: #626262;
}
.title_submenu a:hover
{
	text-decoration:none;
	color: #c40f2e;
}
.active_left_menu_item 
{
	color:#c40f2e;
}
.note_submenu
{
	width: 15px;
	height:15px;
	float:left;
	background:url(../images/note_submenu.gif) 
}
.note-submenu
{
	width: 15px;
	height:15px;
	float:left;
	background:url(../images/note_submenu.gif) 
}

.left-nav
{
	width:25px;
	height:31px;
	position:absolute;
	background:url(../images/left_menu.gif) repeat-x 0 100%;
	float:left;
}
.right-nav
{
	width:22px;
	background:url(../images/right_menu.gif) repeat-x 0 100%;	
	float:right;
	margin-right:2px;
	height:31px;

}
.bode_nav
{
	width:4px;
	background:url(../images/boder_menu.gif) ;	
	height:31px;
	text-align:center;
}
#nav { padding-left:10px; font-size:1.0em;  background: url(../images/menu.gif) repeat-x 0 100%; width:944px; height:31px; margin-left:8px;  }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	}

#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#fadd07; }
#nav a { float:left; margin:9px 0px 2px 0px; padding-left:11px; padding-right:13px; color:#FFFFFF; font-weight:bold; border-right:dotted 1px #FFFFFF }
#nav li.over a, #nav a:hover { color:#fadd07; }


/************ 1ST LEVEL RESET ************/
#nav ul li {
	float:none;
	padding-bottom:1px;
	background: #FFFFFF 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 {  }

	
#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:27px;
	left:-10000px;
	background:#FFFFFF;
  	border-left:1px solid #899ba5;
	border-top:1px solid #899ba5;
	border-bottom:1px solid #899ba5;
	width:302px;
}

/* 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
{
	width:150px; float:left; top:0px; border-right:1px solid #899ba5;
}
#nav ul li a { background:#FFFFFF  url(../images/bg_load_menu.gif) repeat-x 0 100%; }
#nav ul li a:hover span { background:#FFFFFF  url(../images/bg_load_menu.gif) repeat-x 0 100%; color:#FF0000; }
#nav ul li a, #nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px; color:#626262;}

/************ 3RD+ LEVEL ************/

#nav ul ul { top:5px;  }

/*
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul li.over ul { left:100px; }
*/

/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#nav  li.nav-about-uma a 
{
	border-right:none;
	padding-left:26px;
} 
.debug {border:1px solid red!important;}


