/*

WARNING: THIS FILE IS DEPRECATED. DO NOT USE THIS. USE /css/sass/menu.sass

*/

/* 

	Hochiki America menu style
	Author: Special Brand http://www.specialbrand.net
	
*/

#navdd {
	background-image:url(img/bg_nav.gif);
	background-repeat:repeat-x;
	z-index:80;
	font-size:11px;
	}
#navdd, #navdd ul {
	float:left;
	position:absolute;
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
	width:750px;
	}
#navdd a {
	color:#FFF;
	display:block;
	text-decoration:none;
	}
#navdd .navdd_parent {
	background: url(/img/r_arrow.gif) center right no-repeat;
	}
#navdd li {
	float:left;
	/*width:13em;*/
	}
#navdd li ul a { 
	width:130px !important;
	width:145px; 
	}
#navdd li ul {
	position:absolute;
	background-color:#454545;
	width:150px; /* Menu Width */
	left:-999em;
	height:auto;
	}
#navdd li ul ul { /* Level 2 */
	margin:-2em 0 0 10em;
	background-color:#8C8D91;
	}
#navdd li:hover, #navdd li.sfhover { background-color:#333; }
#navdd li:hover ul ul, #navdd li.sfhover ul ul { /* Level 2 */
	left:-999em;
	}
#navdd li:hover ul, #navdd li.sfhover ul {
	left:auto;
	top:17px;
	color:#CCC;
	}
#navdd li li:hover ul, #navdd li li.sfhover ul { /* Level 2 */
	left:auto;
	top:auto;;
	}
#navdd li ul a {
	padding:6px;
	}
#navdd li ul a:hover {
	color:#CCC;
	}
#navdd li ul li { 
	width:150px; 
	} /* Menu Width */
.n1 {
	margin-left:40px !important;
	margin-left:20px;
	}
.n { 
	margin-left:40px; 
	}
.esd { 
	margin-left:150px; 
	}
	
	
/*######################################################*/
/*		ESD Menu
/*######################################################*/	

#esd_nav, #esd_nav ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	}
#esd_nav a {
	display:block;
	text-decoration:none;
	/* width:10em; */
	}
#esd_nav li {
	margin:0;
	padding:0 0 5px 0;
	list-style:none;
	font-size:12px;
	line-height:1;
	}
	#esd_nav li ul {
		position:absolute;
		margin:-2em 0 0 9em;
		padding:0;
		width:175px;
		background-color:#666;
		position:absolute;
		left:-999em;
		height:auto;
		}
		#esd_nav li ul a {
			font-size:11px;
			color:#FFF;
			width:175px;
			padding:4px 0px 4px 5px;
			}
		#esd_nav li ul li:hover, #esd_nav li ul li.xfhover {
			background-color:#333;
			}
	#esd_nav li:hover ul, #esd_nav li.xfhover ul {
		left:auto;
		}

#esdnav, #esdnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 10em;
	}
	#esdnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 10em;
		}
	#esdnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10em;
		margin-top : -1.35em;
		}
	#esdnav li ul ul { /* third-and-above-level lists */
		left: -999em;
		}
	#esdnav li a {
		width : 9.5em !important;
		width: 11em;
		display : block;
		color : #FFF;
		font-weight : bold;
		font-size: 12px;
		text-decoration : none;
		background-color : #454545;
		border : 1px solid #111;
		border-left : 4px solid #FF0000;
		padding : 1px 0.5em;
		}
	#esdnav li a:hover {
		color : white;
		background-color : black;
		}
	
	#esdnav li:hover ul ul, #esdnav li:hover ul ul ul, #esdnav li.xfhover ul ul, #esdnav li.xfhover ul ul ul {
		left: -999em;
		}
	
	#esdnav li:hover ul, #esdnav li li:hover ul, #esdnav li li li:hover ul, #esdnav li.xfhover ul, #esdnav li li.sfhover ul, #esdnav li li li.xfhover ul { /* lists nested under hovered list items */
		left: auto;
		}




















