/* @override http://localhost/misc/dropDownMenu/styles/main.css */
* {
	margin: 0px;
	padding: 0px;
}
#header {
	background: #262626;
	height: 110px;
	padding-left: 20px;
	-moz-box-shadow: 0px 1px 7px #777;
	-webkit-box-shadow: 0px 1px 7px #777;
	box-shadow: 0px 1px 7px #777;
}
#header h1 {
	font-size: 72pt;
	float: left;
	color: #fff;
}
#nav {
	float: right;
	text-transform: uppercase;
	font-family: Lucida Grande, Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	position: relative;
	top: 50px;
	left: -65px;
	display: table;
	color: #fff;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav li {
	float: left;
	list-style: none;
	padding-top: 35px;
	padding-bottom: 15px;
	position: relative;
}
#nav li a {
	float: left;
	padding: 0 7px;
	border-left: 1px solid #404040;
	height: 10px;
	line-height: 10px;
	position: relative;
	display: block;
}
#nav li:first-child a {
	border-left: none;
}
#nav li ul {
	position: absolute;
	-moz-box-shadow: 0px 3px 7px #666;
	-webkit-box-shadow: 0px 3px 7px #666;
	box-shadow: 0px 3px 7px #666;
	line-height: 14px;
	margin-top: 25px;
	padding-top: 0px;
	display: none;
	width: 1px;
	background: #262626;
	top: 35px;
	left: -2px;
}
#nav li ul li {
	padding: 5px 9px;
	border-top: 1px solid #3D3D3D !important;
	float: left;
	width: 90px;
	line-height: 14px;
	height: auto;
}
#nav li ul li a {
	display: inline;
	padding: 0px 8px;
	border-left: none;
	line-height: 16px;
	height: auto;
}
#nav li.over, #nav li:hover {
	background:no-repeat center top url("../images/icon.gif");
}
#nav li.over ul li, #nav li:hover ul li {
	background: #262626;
}
#nav li.over ul, #nav li:hover ul {
	display: block;
}

#content {
	font-family: Lucida Grande, Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	color: #1B1B1B;
}
#content h1, #content h2, #content h3, #content h4 {
	margin: 20px 0;
}
#content h4 {
	font-size: 14px;
	border-bottom:  1px solid #1B1B1B;
}
#footer {
	display: table;
	margin: 0 auto;
	font-family: Lucida Grande, Lucida, Verdana, sans-serif;
}