@charset "utf-8";
/*
Template Name: BusyBusiness
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Navigation CSS
*/
#menu, #menu ul {
	margin: 0;
	padding: 0;z-index: 999;
	list-style: none; position:relative;
}
#menu {
z-index: 9999;
	margin: 5px 0px 0px 0px;
	float:left; 
}
#menu:before,  #menu:after {
	
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom:1;
}
#menu li {
	float:left;	 text-align:center;
	position: relative; margin:0px 0 0 20px; width:100px;
}
#menu a {
float:left;
	padding: 12px 0px;width:100px;
	color:#000; margin-left:2px
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none; border-top:1px solid #000;

}
#menu li li a {
color:#000000;
	width: 150px; padding:8px;

}
#menu li li a:hover { border-top:4px solid #000; 	padding: 8px; }
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;width: 206px; background:#FFFFFF;
	z-index: 1;
}
#menu li a:hover, #menu li a.active{ border-top:4px solid #000;padding: 9px 0px;  }
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	float:left;width: 200px !important;
	left: 160px;
	margin: 0 0 0 0px;
	_margin: 0; /*IE6 only*/

}
#menu ul li {
	float: left; text-align:left;
	display: block;
	
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 8px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none; color:#000000;
	text-transform: none;
}

#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}

/* Mobile */
	#menu-trigger {
	display: none;
}
/* iPad */
	.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu li:hover > .no-transition {
	display: block;
}

