/* ================================================================ 
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-navigation {
	position: absolute;
	top: 148px;
	left: 10px;
	height: 50px;
	padding: 0;
	margin: 0;
	width: 945px;
	font-family: arial, verdana, sans-serif;
	list-style: none;
	z-index: 1000;
}

#menu-navigation li.top {
	display: block;
	float: left;
	height: 50px;
}

#menu-navigation li a.top_link {
	display: block;
	float: left;
	height: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 2px;
	cursor: pointer;
	background: url(../images/topnav-left.png) no-repeat;
}

#menu-navigation li a span {max-width: 110px;}

#menu-navigation li a.top_link_left {
	display: block;
	float: left;
	height: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 7px;
	cursor: pointer;
	background: url(../images/topnav-cap-left.png) no-repeat;
}

#menu-navigation li a.top_link_right {
	display: block;
	float: left;
	height: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 2px;
	cursor: pointer;
	background: url(../images/topnav-left.png) no-repeat;
}

#menu-navigation li a.top_link span {
	float: left;
	display: block;
	padding: 4px 15px 0 16px;
	height: 46px;
	background: url(../images/topnav-right.png) no-repeat right top;
}

#menu-navigation li a.top_link_left span {
	float: left;
	display: block;
	padding: 4px 10px 0 4px;
	height: 46px;
	background: url(../images/topnav-right.png) no-repeat right top;
}

#menu-navigation li a.top_link_right span {
	float: left;
	display: block;
	padding: 4px 12px 0 10px;
	height: 46px;
	background: url(../images/topnav-cap-right.png) no-repeat right top;
}

#menu-navigation li a.top_link span.down {
	float: left;
	display: block;
	padding: 4px 9px 0 9px;
	height: 46px;
	background: url(../images/topnav-right.png) no-repeat right top;
}

*+html #menu-navigation li a.top_link span.down { padding: 4px 13px 0 13px;}

#menu-navigation li:hover a.top_link {
	color: #fff;
	background: url(../images/topnav-left.png) no-repeat left bottom;
}

#menu-navigation li:hover a.top_link_left {
	color: #fff;
	background: url(../images/topnav-cap-left.png) no-repeat left bottom;
}

#menu-navigation li:hover a.top_link span {
	background: url(../images/topnav-right.png) no-repeat right bottom;
}

#menu-navigation li:hover a.top_link_left span {
	background: url(../images/topnav-right.png) no-repeat right bottom;
}

#menu-navigation li:hover a.top_link_right span {
	background: url(../images/topnav-cap-right.png) no-repeat right bottom;
}

#menu-navigation li:hover a.top_link span.down {
	background: url(../images/topnav-right.png) no-repeat right bottom;
}

/* Default list styling */

#menu-navigation li:hover {
	position: relative;
	z-index: 999;
}

#menu-navigation li:hover ul.sub-menu {
	left: 1px;
	top: 50px;
	background: #0172a8;
/* white-space: nowrap; */
	width: 150px;
	height: auto;
	z-index: 1002;
}

#menu-navigation li:hover ul.sub-menu li {
	display: block;
/* height: 26px; */
	position: relative;
	float: left;
	width: 130px;
	font-weight: normal;
}

#menu-navigation li:hover ul.sub-menu li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
/* height: 26px; */
	width: 138px;
/* line-height: 26px; */
/* text-indent: 5px; */
	padding: 5px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #0194c2;
	border-bottom: 1px solid #255987;
}

#menu-navigation li:hover ul.sub-menu li a:hover {
	background: #0194c2;
	color: #fff;
}

#menu-navigation li:hover li:hover ul,
#menu-navigation li:hover li:hover li:hover ul,
#menu-navigation li:hover li:hover li:hover li:hover ul,
#menu-navigation li:hover li:hover li:hover li:hover li:hover ul {
	left: 150px;
	top: -4px;
	background: #0172a8;
	padding: 3px 3px 5px;
	border: 1px solid #0194c2;
	border-bottom: 1px solid #255987;
/* white-space: nowrap; */
	width: 150px;
	z-index: 1003;
}

#menu-navigation ul, 
#menu-navigation li:hover ul ul,
#menu-navigation li:hover li:hover ul ul,
#menu-navigation li:hover li:hover li:hover ul ul,
#menu-navigation li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}