@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
 */

.p_title {
	 padding-right:106px;
	 padding-left:5px;
	 /*border-style: solid;
	 border-width: 1px 1px 2px 0;
	 border-color: #000000;*/
	 background-color: #e2000c;
	 color: #FFF;
	}

ul.dropdown_two {
font-size:0.7em;
}

	ul.dropdown_two li {
	 padding: 3px 5px;
	 border-style: solid;
	 border-width: 1px 1px 1px 1px;
	 border-color: #0e0e0e;
	 background-color: #212121;
	 color: #FFF;
	}

	ul.dropdown_two li.hover,
	ul.dropdown_two li:hover {
	 background-color: #e2000c;
	 color: #FFF;
	}

	ul.dropdown_two a:link,
	ul.dropdown_two a:visited	{ color: #fff; text-decoration: none; font-weight:bold; text-transform:uppercase; }
	ul.dropdown_two a:hover	{
	color: #fff; 
	background-color: #e2000c;
	font-weight:bold;
	text-transform:uppercase;
	
	}
	ul.dropdown_two a:active	{ color: #000; }


	/* -- level mark -- */

	ul.dropdown_two ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown_two ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown_two *.dir {
 padding-right: 10px;
 /*background-image: url(images/nav-arrow-down.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown_two-horizontal ul *.dir {
 padding-right: 15px;
/* background-image: url(images/nav-arrow-right.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown_two-upward *.dir {
/* background-image: url(images/nav-arrow-top.png);*/
}

ul.dropdown_two-vertical *.dir,
ul.dropdown_two-upward ul *.dir {
 /*background-image: url(images/nav-arrow-right.png);*/
}

ul.dropdown_two-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
/* background-image: url(images/nav-arrow-left.png);*/
 background-position: 0 50%;
}