
ul.dropdown {
 font: bold 15px Arial, Helvetica, sans-serif;
 width:90%
}

	ul.dropdown li {
	 padding:10px 30px 11px 26px;
	 background:url(../images/menuSep.gif) right no-repeat;
	 color:#272e6c;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	background:url(../images/menuSepHover.png) right no-repeat;
	color: color:#272e6c;
	text-decoration:none;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #272e6c; text-decoration: none; }
	ul.dropdown a:hover { color: #000; text-decoration: none; }
	ul.dropdown a:active { color:#272e6c; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 
	 width: 280px;
	
background:url(../images/bgSubmenu.png) right no-repeat;
	 color: #272e6c;
	 font-size: 15px;
	 font-weight: normal;
	}

		ul.dropdown ul li {
		 background: none;
		 color: #272e6c;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background:url(../images/subMenuHover.png) left no-repeat;
		 
		}

		ul.dropdown ul li.empty {
		 padding: 9px 0px 9px 5px !important;
		 font-weight: bold;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #000; }
		ul.dropdown ul a:hover { color: #000; text-decoration: none; }
		ul.dropdown ul a:active { color: #000; }

			ul.dropdown ul ul {
			 display: none;
			}

			ul.dropdown ul ul li {}

/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* ----- END LEVEL */




/* Components override */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-vertical *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}