@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @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.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

/*@import "helper.css";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


#menucito ul {
	width:198px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-indent:20px; 
}

	#menucito ul li {
	background-image: url(../../../../img/vineta_a.jpg);background-position: 10px center;
	background-repeat: no-repeat;
	padding: 5px 10px; 
	}

	/*#menucito ul li.hover,*/
	#menucito ul li:hover { 
	 font-weight: bold;
	 text-indent: 30px;
	 background-image: url(../../../../img/vineta_hover.jpg);
	 background-position: 15px center;
	}
	 
	 
	
	#menucito ul a:link, #menucito ul a:visited { text-decoration: none;display:block;height:16px; width:198px; }
	/*#menucito ul:hover	{ color: #fff; background-color: #6ea8b3;}*/ 
	
	
	
	/* -- level mark -- */

	#menucito ul ul {
	 min-width: 180px;
	 margin-top: 1px; 
	}

		#menucito ul ul li {
			 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */ 

#menucito ul *.dir{
/* background-image: url(images/nav-arrow-right.png);*/
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}