/*
 * ------------------------------------------------------------------------
 * JA Mixmaz Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 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.
 * ------------------------------------------------------------------------
*/

/* Styling ---*/

/* lv - 0
-----------------------------------*/

.ja-megamenu ul.level0 li.mega a.mega:hover,
.ja-megamenu ul.level0 li.mega.over a.mega {
  border-top-color: #ffb03d;
  color: #ffb03d;
}

.ja-megamenu ul.level0 li.mega.active a.mega {
  border-top-color: #ffb03d;
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level0 li ul.level1 li.mega.active a.mega,
.ja-megamenu ul.level0 li ul.level1 li.mega.active a.mega.active,
.ja-megamenu ul.level0 li ul.level1 li ul.level2 li.mega.active a.mega,
.ja-megamenu ul.level0 li ul.level1 li ul.level2 li.mega.active a.mega.active {
  color: #ffb03d;
}

@media handheld, only screen and (max-width: 985px), only screen and (max-device-width: 985px) {
	div.ja-megamenu ul.level0 li.mega.active a.mega {
		color: #ffb03d;
	}
}
#ja-megamenu ul.level1, #ja-megamenu ul.level1 a {
    color: #FFFFFF;
    font-family: helvetica,arial,sans-serif;
}
#ja-megamenu ul.level1 a:hover{
	color:#ccc;}