/*
 * ------------------------------------------------------------------------
 * Ja Minisite Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------
*/
/* ------------------- */
/* -- navigation -- */
/* ------------------- */
.ja-megamenu .childcontent-inner, #ja-subnav ul li ul, #ja-cssmenu li ul, #ja-subnav ul li ul, #jasdl-subnav, .sublevel {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}

/* -- frontpage menu -- */
div.userItemTagsBlock ul.userItemTags li a, div.catItemCategory a, div.catItemTagsBlock ul.catItemTags li a, div.itemCategory a, ul.itemTags li a {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

