@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
 */

.dropdown {
/*
background:transparent url(../../images/public/block_header_left.jpg) no-repeat scroll left top;
*/
margin-top:13px;
width:248px;
}

.block_header h3 {
color:#FFFFFF;
font-family:Arial, Georgia,"Times New Roman",Times,serif;
font-size:16px;
font-weight:normal;
margin:0px;
padding-top:2px;
font-weight:bold;
}

.block_header {
background:transparent url(../../images/public/tit_lacarta.gif) repeat-x scroll right center;
height:27px;
margin-left:0px;
padding-left:0px;
padding-top:8px;
}

.block_header {
/*
margin-left:8px;
*/
padding-left:4px;
padding-top:8px;
}


ul.dropdown {
 font-weight: bold;
 margin-bottom:10px;
}

	ul.dropdown li {
	 padding: 3px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 1px;
	 border-color: #842B00 #842B00 #842B00 #842B00 ;
	 background-color: #FFD75B;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}

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


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		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_mnu/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

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

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

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images_mnu/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images_mnu/nav-arrow-left.png);
 background-position: 0 50%;
}