@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 */

ul.dropdown {
}

	ul.dropdown li {
	 padding: 7px 10px;
	 color: #003399;
	 background-color: #a6c7e8;
	 background-image: url("../../../../img/bg_menu.png");
	 font-size: 11pt;
	 font-family: Arial;
	 font-weight: bold;
	 text-decoration: none;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #e3ecfc;
	 color: #003399;	 
	 text-decoration: none;
	 background-image: none;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #003399; text-decoration: none; }
	ul.dropdown a:hover		{ color: #003399; text-decoration: underline; }
	ul.dropdown a:active	{ color: #003399; text-decoration: none; }

	/* -- level mark -- */

	ul.dropdown ul {
	 width: 200px;
	 border-top: 1px solid #336699; 
	 border-left: 1px solid #336699; 
	}

		ul.dropdown ul li {
		 padding: 6px 5px;
		 border-style: solid;
		 border-width: 0px 1px 1px 0px;
		 border-color: #336699;
		 color: #003399;
	 	 background-color: #a6c7e8;
		 background-image: none;
		 font-size: 10pt;
		 font-family: Arial;
		 font-weight: bold;
		 text-decoration: none;
		}

ul.dropdown *.dir {
}
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-upward *.dir {
}
ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
}
ul.dropdown-vertical-rtl *.dir {
}