/* ================================================================ 
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 #/menu/pro_drop3.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.
=================================================================== */
.preload1 {
	background-image: url(/images/menu/blank_over.gif);
}
.preload2 {
	background-image: url(/images/menu/link_bg.gif);
}


#menu {
	margin-left: 2px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu {
	margin:0px;
	list-style:none;
	height:25px;
	background:#FFFFFF;
	position:relative;
	font-family:arial, verdana, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.menu li.top {
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
}
.menu li a.top_link {
	display:block;
	float:left;
	height:25px;
	width:100px;
	line-height:24px;
	color:#000000;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
	cursor:pointer;
	background: url(/images/menu/blank.gif);
	text-align: center;
}

/*The width in this class takes out the drop down in IE6*/
.menu li a.top_link span {
	float:left;
	display:block;
	height:25px;
	width:100px;
	background:url(/images/menu/blank.gif) right top;
	text-align: center;
}

.menu li a.top_link:hover {color:#fff; background: url(/images/menu/blank_over.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(/images/menu/blank_over.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#fff; background: url(/images/menu/blank_over.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(/images/menu/blank_over.gif) no-repeat right top;}


.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible; position:relative; z-index:200;}
.menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

.menu :hover ul.sub {
	left:0px;
	top:25px;
	border:1px solid #000000;
	white-space:nowrap;
	width:150px;
	height:auto;
	z-index:300;
	background-color: #9E3D0D;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
}
.menu :hover ul.sub li {
	display:block;
	height:17px;
	position:relative;
	float:left;
	width:100%;
	font-weight:normal;
}
.menu :hover ul.sub li a {
	display:block;
	font-size:9pt;
	height:17px;
	width:100%;
	line-height:17px;
	text-indent:20px;
	color:#000000;
	text-decoration:none;
	text-align: left;
}
.menu :hover ul.sub li a:hover {
	color:#FFFFFF;
	background-image: url(/images/menu/link_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
