/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/hover_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.
=================================================================== */

#outer {
	width:1000px;
	height:41px;
	position:relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

.pad1 {
	width:auto;
	height:41px;
	display:inline;
	float:left;
	margin: 0px;
}
.pad2 {
	width:auto;
	height:auto;
	display:block;
	float:left;
	margin: 0px;
}

#menu {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-image: none;
	width: auto;
	float: left;
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	float: left;
}
#menu li {
	float:left;
	margin:0px;
	position:relative;
	z-index: 1;
}
#menu li.sub {
	font-size: 8px;
	font-weight: bold;
	color: #F0E9CD;
	margin: 0px;
	float: left;
	
}
#wrapper #navigation #menu .sub li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #F4EFD2;
	height: 18px;
	width: 160px;
	padding: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	left: 35px;
	top: 3px;
	text-align: left;
	float: left;
}
#wrapper #leftcolumn #bos {
	background-image: url(web/bosss.jpg);
	height: 100px;
	width: 203px;
	padding: 10px;
}

#wrapper #navigation #menu .sub li a {
	background-color: #CC0000;
	color: #F2E9CA;
	height: 18px;
	width: auto;
	z-index: 1;
	text-align: left;
	float: left;
}
#wrapper #navigation #menu .sub li {
	z-index: 1;
	text-align: left;
	float: left;
}

#wrapper #navigation #menu .sub li a:hover{
	background-color: #F3242C;
	color: #E4D4B0;
	height: 20px;
	width: auto;
	text-align: left;
	float: left;
}
/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a {
	display:block;
	color:#990000;
	height:41px;
	font-family:arial, sans-serif;
	font-size:11px;
	line-height:24px;
	width:auto;
	text-decoration:none;
	text-align:center;
	background-image: none;
	position: static;
}
#menu :hover {
}
#menu :hover > a {
}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {
	position:absolute;
	left:-9999px;
	width:auto;
	z-index: 1;
	float: left;
}

#menu :hover ul{
	left:0;
	top:41px;
	background:url(transparent.gif);
	float: left;
} /* the background image is for IE7 */ 

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {
	left:125px;
	top:-3px;
	float: left;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {
	padding:0;
	left:-131px;
	top:-3px;
	float: left;
}
