/* ================================================================ 
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.cssplay.co.uk/menu/pro_drop4.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.
=================================================================== */
#main_menu TABLE {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	position: absolute;
	border-collapse: collapse;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#main_menu A:hover {
	visibility: visible;
	position: relative;
	z-index: 200;
}
#main_menu LI:hover {
	position: relative;
	z-index: 200;
}


/* keep the 'next' level invisible by placing it off screen. */
#main_menu UL.submenu {
	display: none;
	position: absolute;
	left: -300px;
	top: -300px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url('../images/bg_submenu.png') transparent no-repeat left bottom;
}
#main_menu LI:hover UL.submenu {
	width: 220px;
	display: block;
}

#main_menu LI:hover UL.submenu {
	left: 0px;
	top: 15px;
	height: auto;
	line-height: auto;
	z-index: 300;
	padding: 8px 12px 8px;
	width: 220px;
	overflow:hidden;
}
#main_menu LI:hover UL.submenu LI {
	float: none;
	clear: left;
	display: block;
	position: relative;
	width: 190px;
	height: auto;
	line-height: 21px;
}
#main_menu LI:hover UL.submenu LI A {
	display: block;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	height: auto;
	line-height: 14px;
	padding: 0px 0px 8px;
	/*background: transparent;	*/
}
#main_menu LI:hover UL.submenu LI A:hover {
	color: white;
	text-decoration: underline;
	background: transparent;
}
#main_menu UL.submenu LI A {
	background: transparent !important;	
	padding: 0px 0px 8px;
}
#main_menu UL.submenu LI A SPAN {
	background: transparent;	
}
#main_menu A.focus {
	font-weight: bold;
}

