@charset "UTF-8";
/* CSS Document */


#menu, #menu ul {
	margin:  0;
	list-style: none;
	height: 0px;
	width: inherit;
}
#menu {
	margin: 0;
	padding: 0;
	height: 20px;
	background-color: #663;
	text-align: center;
	border: 0;
	line-height: 20px;
	vertical-align: middle;
	border-width: 0;
	list-style-position: inherit;
	padding-bottom: 2px;
	width: 900px;
}

#menu:before, #menu:after {
content: "";
display: table;
}

#menu:after { clear: both; }

#menu {
	background-color: #663;
	height: 20px;
	width: 900px;
}

#menu li {
	float: left;
	position: relative;
	line-height: 20px;
	height: 20px;
	text-align: center;
	margin-right: 0px;
	margin-top:0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

#menu li:last-child {border-right:none;}

#menu a {
	float: none;
	padding-right: 40px; /* fix 3px jog in IE8 and below */
	color: #FFF;
	text-transform: capitalize;
	font: normal 12px/10px Arial, Helvetica;
	font-size: 10px; /* IE8 and below */
	text-decoration: none;
	-moz-transition: all 1s; /*Mozilla*/
	-webkit-transition: all 1s; /*Safari*/
	-o-transition: all 1s; /*Opera*/
	-ms-transition: all 1s; /*IE10*/
	transition: all 1s;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #663;
	height: 20px;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 40px;
	width: 100%;
	position: relative;
}

#menu li:hover > a {
	color: #FFF;
	background-color: #663;
	background-image: -o-linear-gradient(transparent,);
	background-image: -webkit-linear-gradient(transparent,);
	background-image: -moz-linear-gradient(transparent,);
	background-image: -ms-linear-gradient(transparent, );
	background-image: linear-gradient(transparent,);
	border-width: 0;
	height: 25px;
	border-bottom-color: #663;
	vertical-align: middle;
}

*html #menu li a:hover { /* IE6 only */
	color: #FFF;
	background-color:#663;
}

/**Sub-Menu**/
#menu ul {
	margin: 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: -40px;
	z-index: 9999;
	height: 100%;
	float: none;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
	}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 0px;
	margin: 0px;
	_margin: 0;
	
}

#menu ul li {
	float: none;
	display: compact;
	border: 0;
	_line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

#menu ul a {
	padding: 0px;
	height: 25px;
	_height: 25px; /*IE6 only*/
	width: 100%;
	height: 25px;
	line-height: 25px;
	display: inline-table;
	white-space: nowrap;
	float: none;
	text-transform: none;
	margin-left: 0px;
}

#menu ul a:hover {
	background-color: #996;
	background-image: -o-linear-gradient(transparent,);
	background-image: -webkit-linear-gradient(transparent, );
	background-image: -moz-linear-gradient(transparent,);
	background-image: -ms-linear-gradient(transparent,);
	background-image: linear-gradient(transparent, );
	-o-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
	
}

#menu ul li:first-child > a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
}

#menu ul li:first-child > a:after {
	left: 0px;
	top: 0px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

#menu ul ul li:first-child a:after {
	left: 0px;
	top: 0%;
	margin-top: 0px;
	border-left: 0;
	border-bottom: 0px solid transparent;
	border-top:0px solid transparent;
	border-right: 0;
}

#menu ul li:first-child a:hover:after { border-bottom-color: #34836E; }

#menu ul ul li:first-child a:hover:after {
border-right-color: #0299d3;
border-bottom-color: transparent;
}

#menu ul li:last-child > a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
