/* FIREFOX moomenu */
/* IE6 fixes in: /var/www/dolomite_web/templates/blacktrace/css/ie6only.css */
/* IE8 fixes in: /var/www/dolomite_web/templates/blacktrace/css/ie8only.css */


/* this css file handles the top horizontal menu for Firefox (FF) mainly */

/* 
the css for this moomenu on Internet Explorers are here:
/var/www/dolomite_web/templates/blacktrace/css/ie8only.css
/var/www/dolomite_web/templates/blacktrace/css/ie6only.css
/var/www/dolomite_web/templates/blacktrace/css/ie7only.css
 and the main dolomite css is this one:
/var/www/dolomite_web/templates/blacktrace/css/template.css
 */

/**
 * @version 1.1 Beta $Id: hxdmoomenu.css 2009-08-16 HxD $
 * @package    HXD MooMenu
 * @subpackage Modules
 * @link http://www.hexadesigners.com
 * @license	GNU/GPL, see LICENSE.php
 * HXD MooMenu is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License 2
 * as published by the Free Software Foundation.

 * HXD MooMenu is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with HXD MooMenu; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */

/*** HINTS:
		1) If you want to have multiple HxD MooMenu, copy the code betweeen the comment lines  				
		   "Copy from here" and "Copy upto here" and paste in the end of file and override CSS(follow HINT 2,3)
		2) Change the DIV Tag ID '#hxdmoomenu' as you define in the moule parameter "Menu Holder Div ID".
		   Example: If your type "moomenu2" as "Menu Holder Div ID" module parameter, then change 
		   #hxdmoomenu to #moomenu2
	    3) Change the Parent UL Class name ".menuhxdmenu" as you define in the module parameter 
	       "Menu Class Suffix".
	       Example: If your type "hxdmenu2" as "Menu Class Suffix" module parameter, then change 
		   .menuhxdmenu to .menuhxdmenu2
	  
	For detailed document check the following link: 
	http://www.hexadesigners.com/docs/joomla/hxd-moomenu.html ***/

/*** Copy from here ***/
/*** EDIT THESE CSS CODES WITH CARE: STARTS 					 
	 Recommended only to change the Div Tag Id name"#hxdmoomenu" and menus parent ul class ".menuhxdmenu"	***/
.menuhxdmenu,.menuhxdmenu  *{margin:0;padding:0;}
div#hxdmoomenu{
z-index:100;}
#hxdmoomenu li li{margin:0;}
.menuhxdmenu {line-height:1.0;float:left;margin-bottom:1.5em;position:relative; z-index:101}
/* .menuhxdmenu  ul{background:#fff; padding:0;} */
.menuhxdmenu  ul{background:white; padding:0;}
.menuhxdmenu  li{float:left;list-style:none;position:relative;}
div#hxdmoomenu li li a, div#hxdmoomenu li.active li a{display:block;padding:0;margin:0;text-decoration:none;float:none;width:98%;}
.menuhxdmenu  li ul{float:none;left:-999em;position:absolute;width:170px;z-index:102;}
.menuhxdmenu  li:hover ul,
.menuhxdmenu  li.sfHover ul{left:0px;top:25px;}
.menuhxdmenu  li:hover li ul,
.menuhxdmenu  li.sfHover li ul,
.menuhxdmenu  li li:hover li ul,
.menuhxdmenu  li li.sfHover li ul,
.menuhxdmenu  li li li:hover li ul,
.menuhxdmenu  li li li.sfHover li ul{top:-999em;}
.menuhxdmenu  li li:hover ul,
.menuhxdmenu  li li.sfHover ul,
.menuhxdmenu  li li li:hover ul,
.menuhxdmenu  li li li.sfHover ul,
.menuhxdmenu  li li li li:hover ul,
.menuhxdmenu  li li li li.sfHover ul{left:170px;top:0px;}
.menuhxdmenu  li li{position:relative;float:none;width:100%;}
/*** EDIT THESE CSS CODES WITH CARE: ENDS ***/

#hxdmoomenu{
	margin-top:5.45em;
	margin-left:18.59em;

}

#hxdmoomenu ul{
	margin: 0;
	padding: 0;
	/* background: #AC9999; */
	background: none;
}		

#hxdmoomenu ul li{
	margin:0;
	padding:0;
	display:block;
}

#hxdmoomenu ul li a{
	margin:0;
	display:block;
	float: left;
	height: 25px;
	/* line-height: 25px; */
	font-size: 14px;
        letter-spacing: 1.5px;
        line-height: 30px;
	padding: 0 28px 0 0;
	text-decoration: none;
        text-transform:lowercase;
        color:#ffffff; 
	font-family: Verdana, Arial, Helvetica;



}		

#hxdmoomenu ul li a:hover{
	display:block;
	color: #00A9E0;

}		

#hxdmoomenu li.active a {
	display:block;
}


/* ****************** */
/* 2nd level sub-menu */
/* ****************** */

/* 2nd level menu background buttons */
#hxdmoomenu li ul {
	margin-top:0px;
	margin-left:auto;
	/* width:195px; */
	width:205px;
	border: 1px solid #d0d0d0; 
	background-color:white;
}

#hxdmoomenu ul ul ul {
	/* margin-top:10px; */
	margin-left:-10px;
}

#hxdmoomenu ul ul li{
	display:block;
	margin:-0.3em 0em 0.3em 0em; 
	padding:0 0 0.3em 0.3em;
	text-align:left;
	/* width:180px; */
	width:190px;
	line-height: 17px;
	height: 17px;


}

/* 2nd level menu font style */
#hxdmoomenu ul ul li a{
	display:block;
	color: #555555;
        font-family: Verdana, Arial, Helvetica;
        font-size: 12px;
	font-weight:normal;
	text-transform:lowercase;

}


#hxdmoomenu li.active li a {

}

#hxdmoomenu ul ul li a:hover,
#hxdmoomenu ul li.active.parent ul a:hover {
	display:block;
	font-weight:bold;
}
/*** Copy upto here ***/

