/* ================================================================ 
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/simple.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:100%;
	position:relative;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	padding: 0px;
}

#menu {
	list-style-type:none;
	width:100%;
	padding:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	background-color: #666666;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}
#menu li.sub {
	background-color: #333333;
}
#menu li, #menu li a {
	display:block;
	color:#fff;
	font-family:tahoma;
	font-size:12px;
	line-height:30px;
	width:140px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
}
#menu li:hover, #menu li a:hover {
	background-color: #000000;
}
#menu ul {position:absolute;left:-9999px;width:128px;}
#menu li.click {
	background-color: #F57920;
}
#menu li.click ul{
	left:0;
	top:30px;
} /* the background image is for IE7 */
