/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	list-style: none;
	position: relative;
	z-index: 9999;
}

.menu li.menu_1 {background: url(../_images/menu_1.jpg) no-repeat left top; width: 203px;}
.menu li.menu_2 {background: url(../_images/menu_2.jpg) no-repeat left top; width: 191px;}
.menu li.menu_3 {background: url(../_images/menu_3.jpg) no-repeat left top; width: 201px;}
.menu li.menu_4 {background: url(../_images/menu_4.jpg) no-repeat left top; width: 140px;}
.menu li.menu_5 {background: url(../_images/menu_5.jpg) no-repeat left top; width: 165px;}

.menu li.menu_1_over {background: url(../_images/menu_1.jpg) no-repeat left bottom; width: 203px;}
.menu li.menu_2_over {background: url(../_images/menu_2.jpg) no-repeat left bottom; width: 191px;}
.menu li.menu_3_over {background: url(../_images/menu_3.jpg) no-repeat left bottom; width: 201px;}
.menu li.menu_4_over {background: url(../_images/menu_4.jpg) no-repeat left bottom; width: 140px;}
.menu li.menu_5_over {background: url(../_images/menu_5.jpg) no-repeat left bottom; width: 165px;}

/* Default list styling */

.menu li {
	position: relative;
	z-index: 200;
}

.menu li ul.sub {
	left: 9px;
	float: left;
	top: 45px;
	display: none;
	width: 216px;
	padding: 0 0 3px 0;
	white-space: nowrap;
	background: url(../_images/submenu_shadow.png) repeat left top;
	height: auto;
	position: absolute;
	z-index: 9999;
}
	
.menu li ul.sub li {
	height: 26px;
	position: relative;
	background: url(../_images/submenu_line.png) no-repeat bottom center #c60c0d;
	float: left;
	display: block;
	padding: 2px 0 4px 0;
	font-size: 12px;
	font-weight: bold;
	width: 213px;
}

.menu li ul.sub li a {
	background: none;
	color: #fff;
	display: block;
	height: 21px;
	width: 173px;
	padding-top: 5px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-left: 40px;
}

.menu li ul.sub li a:hover {
	color: #000;
	background: url(../_images/submenu_hover.png) no-repeat left top #fff;
}

.menu ul, 
.menu li ul ul,
.menu li li ul ul,
.menu li li li ul ul,
.menu li li li li ul ul
{display: none;}
