@charset "UTF-8";

/** 
 * Abobe Advanced CSS Drop-Down Menu Theme
 *
 * @file		default.advanced.css
 * @name		Adobe
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 */

@import "default_h.css";


	ul.dropdown li a { /* Moved from 'custom' section */
	 display: block;
	}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding:0px;

	}

	ul.dropdown ul li.dir {
	}


/* ------------- Custom */

	ul.dropdown li {

	}


	/* Especially for IE6 or lower */

	ul.dropdown ul a {
	 width:200px;
	 position:relative;
	 z-index:5000000;
	 background-color:#000;
	 border-bottom:1px dashed #636363;
	 text-align:left;
	 color:#fff;    
	 padding-left:18px;
	 line-height:32px;
	 height:32px;
	}

	ul.dropdown ul a:hover {
	 width:200px;
	 background:url(../img/bg_submenu_principal.gif) left #1e1e1e no-repeat;
	 position:relative;
	 z-index:5000000;
	 border-bottom:1px dashed #636363;
	 color:#fff;
	 padding-left:18px;
	 line-height:32px;
	 height:32px;
	}

	ul.dropdown ul a.dir {
	 /*width: 129px;*/
	}
