/*
# ------------------------------------------------------------------------
# JA Halite - Version 1.0 - Licence Owner JA130162
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/ 

.ja-megamenu { margin: 0; padding: 0; }
.ja-megamenu a.over, .ja-megamenu a.active { color: #ffffff !important; }

/* lv - 0
-----------------------------------*/
/* Styling ---*/
ul.level0 {
	float: left;
	margin: 0;
	padding: 0;
}

ul.level0 li.mega {
	background: none;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;	
}

ul.level0 li.first {
	margin: 0;
	display:none;
}

ul.level0 li.mega a.mega {
	color: #fff;
	background: url(../../images/client/normal_left.png) no-repeat left top;
	display: block;
	line-height: normal;
	font-size:110%;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}

ul.level0 li.mega a.mega span {
	background: url(../../images/client/normal_right.png) no-repeat right top;
		display: block;
	line-height: 28px;
	padding: 0 10px 0 0;
}

ul.level0 li.mega a:hover{
	background: url(../../images/client/selected_left.png) no-repeat left top;
}

ul.level0 li.mega a:hover span{
	background: url(../../images/client/selected_right.png) no-repeat right top;
}
/* lv - 1 and below
-----------------------------------*/
/* Layout ---*/
.ja-megamenu li.mega .childcontent { display: block; height: auto; position: absolute; }

.ja-megamenu li.mega .childcontent,
.ja-megamenu li.haschild-over li.mega .childcontent,
.ja-megamenu li.mega li.haschild-over li.mega .childcontent ,
.ja-megamenu li.mega li.mega li.haschild-over li.mega .childcontent, 
.ja-megamenu li.mega li.mega li.mega li.haschild-over li.mega .childcontent, 
.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .childcontent { left: -999em; /*hide the menu*/ }

.ja-megamenu li.haschild-over .childcontent,
.ja-megamenu li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .childcontent { left: auto; /*show on parent:hover*/ }

ul.level1 li.mega { float: none; width: 180px; }

ul.level1 .childcontent { margin: -2em 0 0 160px; }

 /* Columns ---*/

.ja-megamenu .cols1 { width: 200px; }
.ja-megamenu .cols2 { width: 400px; }
.ja-megamenu .cols3 { width: 600px; }
.ja-megamenu .cols4 { width: 800px; }
.ja-megamenu .cols5 { width: 1000px; }
.ja-megamenu .cols6 { width: 1200px; }
.ja-megamenu .cols7 { width: 1400px; }
.ja-megamenu .cols8 { width: 1800px; }
.ja-megamenu .cols9 { width: 2000px; }
.ja-megamenu .cols10 { width: 2200px; }

/* Styling ---*/
ul.level1 li.mega {
	border-bottom: 1px solid #353535;
	margin: 0;
	padding: 0;
}

ul.level1 li.first { border-top: 0; }

ul.level1 li.mega a.mega {
	background: none;
	border: 0;
	color: #999;
	font-weight: normal;
	padding: 0;
}

 ul.level1 li.mega a.mega span { background: none; padding: 0; }

 ul.level1 li.haschild {
	background: url(../../images/arrow.gif) no-repeat 95% center;
	padding: 0;
}

ul.level1 li.over a.mega, ul.level1 li.haschild-over a.mega { color: #fff !important; }

ul.level1 li.active a.mega { color: #fff !important; font-weight: bold; }

ul.level1 li.module { background: none; }

ul.level2 li.mega a.mega { color: #999 !important; }

ul.level2 li.mega a.over { color: #fff !important; }

/*****ADDED BY ME*****/

	
.menu_container {	
	width: 177px;
	margin: 0 auto;
	position: relative;
	height: 50px;
	top: 15px;
	font-family: arial;
	font-size: 12px;}

 

