@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.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
 *
 */


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


ul.dropdown2 {
 font-weight: bold;
}

	ul.dropdown2 li {
	 
	 margin:1px 0 1px 0;
	 color:white;
	}

	ul.dropdown2 li.hover,
	ul.dropdown2 li:hover {	 
	 background:#cc0001 /*url('images/nav-arrow-yellow.gif') no-repeat top right*/;
	 color: white;
	}
	
	ul.dropdown2 li.dir.noHover {
		background: #327e72;
	}
	ul.dropdown2 li.dir.active {
		background: #005e4e;
	}
	
	
	ul.dropdown2 ul li.hover,
	ul.dropdown2 ul li:hover {
		 color: white;
		 margin-left: 6px;
 		 padding: 3px 0 3px 14px;
 		 background: white;
 		 border:0;
 		 font-weight: bold;
 		 /*width: 92%;*/
	}
	ul.dropdown2 ul li {
		margin:0;
		padding:1px;
	}
	ul.dropdown2 ul li img {
		margin-right:4px;
	}
	ul.dropdown2 li img {
		margin-right:8px;
	}
	
	ul.dropdown2 a:link,
	ul.dropdown2 a:visited	{ color: white; font-weight: bold; text-decoration: none;}
	ul.dropdown2 a:hover		{ color: white; font-weight: bold; text-decoration: none;}
	ul.dropdown2 a:active	{ color: white; font-weight: bold; text-decoration: none;}
	
	ul.dropdown2 ul a:link,
	ul.dropdown2 ul a:visited	{ color: black; text-decoration: none; font-size: 11px;}
	ul.dropdown2 ul a:hover		{ color: black; text-decoration: none; font-size: 11px;}
	ul.dropdown2 ul a:active	    { color: black; text-decoration: none; font-size: 11px;}


	/* -- level mark -- */

	ul.dropdown2 ul {
	 width: 200px;
	 margin-top: 1px;
	}

		ul.dropdown2 ul li {
		 font-weight: normal;
		 border: 0;
		 padding: 3px 0 3px 10px;
		 background-color: #efefef;
		 margin-left: 10px;
		}
		


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





/* -- Components override -- */

ul.dropdown2-horizontal ul *.dir {
 padding-right: 15px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown2-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown2-vertical *.dir,
ul.dropdown2-upward ul *.dir {
}


ul.dropdown2-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}
 #subpagenav a{background: #327E72 url("../../../../images/arrow_static_down_white.gif") 10px 12px no-repeat;   width:160px;display:block;line-height:17px;font-weight:bold;padding:5px 20px 6px 20px;color:#ffffff;text-decoration:none;}
 #subpagenav a:hover{background: #cc0001 url("../../../../images/arrow_static_down_white.gif") 10px 12px no-repeat;}
 #subpagenav li.active a{background:#005E4E url("../../../../images/arrow_static_down_white.gif") 10px 12px no-repeat;}