/* CSS Horizontal Menu with Drop Down Sub-Menu */

.footer div.menu {
	position: relative;
	float: left;
	width: 100%;
	min-height: 30px;
	height: auto!important;
	margin: 0;
	padding: 1px;
	text-align: left;
	text-transform: capitalize;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	border: none;
}

.footer ul.menu_main {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer div.menu_name {
	float: left;
	min-width: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: auto;
	padding: 0 0 0 35px;
	background: inherit;
	overflow: hidden;
}

.footer div.menu_name a.menu_active {
	color: #f4f4f4;
	padding: 0;
}

.footer .menu .current {
    /*background: url(images/current-bg.gif) top left repeat-x;*/
    background-color: inherit;
    color: #f4f4f4;
	font-weight: 500;
	text-decoration: none;
}

/* Main Level ul li */
.footer .menu ul {
	list-style-type: none;
	background-color: inherit;
	width: 90%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0;
}

.footer .menu li {
	/*float: left;*/
	display: list-item;
	list-style-type: none;
	background: transparent url('..images/footer_li_bg.jpg') no-repeat 0 0;
	width: 90%;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 0;
	color: #f4f4f4;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
}

.footer .menu li a {
	color: #f4f4f4;
	font-size: 12px;
	font-weight: 500;
    text-decoration: none;
}

.footer .menu li a:hover {
    color: #fa8233;
	font-weight: 500;
	text-decoration: none;
}

.footer .menu li a:active {
    color: #fa8233;
	font-weight: 500;
	text-decoration: none;
}

/* Sub-Menu Drop Down Level 1 */
.footer .menu li ul {
	display: none;
	position: absolute;
    top: 1em;
    /*left: 0;*/
	min-height: 70px;
	height: auto;
    min-width: 200px;
	max-width: 240px;
	width: auto;
	background: #76a38d;
	filter: alpha(opacity=100);
	opacity: 1.0;
	margin: 22px 0 0 0px;
	padding: 0;
	text-align: left;
	border: thin solid #ccc;
	z-index: 500;
}

.footer .menu li:hover ul {
    display: block;
}

.footer .menu li li {
    float: left;
	list-style-type: none;
    width: 230px;
	line-height: 24px;
	margin: 0;
	padding: 5px 4px 0 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
    text-decoration: none;
	border: none;
}

.footer .menu li ul a {
    list-style-type: none;
	display: list-item;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
    color: #f4f4f4;
	text-decoration: none;
}

.footer .menu li ul a:hover {
    color: #fa8233;
    font-weight: 500;
	text-decoration: none;
    filter: alpha(opacity=100);
	opacity: 1.0;
}