@charset "UTF-8";

@import "helper.css";

ul.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	color: #157bb3;
	font-weight: bold;
	font-size: 17px;
	text-decoration:none;
	text-transform:none;
}

	ul.dropdown li {
	 padding: 0px 0px;


	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #091130;
	 	font-family: Arial, Helvetica, sans-serif;
	color: #DEDEDE;
	font-weight: normal;
	font-size: 15px;
	line-height:12px;
	text-decoration:none;
	text-transform:none; 
	
	}

	ul.dropdown a:link, 
	ul.dropdown a:visited	{ color: #157bb3; text-decoration: none;  font-weight:bold;}
	ul.dropdown a:hover		{ color: #999999; text-decoration: none; font-weight:bold;}
	ul.dropdown a:active	{ color: #157bb3;text-decoration: none; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 175px;

	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



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


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


