@charset "UTF-8";

/** 
 * Simple Horizontal L-R CSS Dropdown Menu Theme
 *
 * @file		menu_simple_horizontal_dr.css
 * @version		0.1
 * @type		transitional
 * @browsers		Windows: IE6+, Opera7+, Firefox1+
 *			Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright		2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.shdr_1,
ul.shdr_1 li,
ul.shdr_1 ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.shdr_1 {
 position: relative;
 z-index: 1;
 float: left;
}

ul.shdr_1 li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.shdr_1 li.hover,
ul.shdr_1 li:hover {
 position: relative;
 z-index: 3;
 cursor: default;
}

ul.shdr_1 ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 2;
 width: 100%;
}

ul.shdr_1 ul li {
 float: none;
}

ul.shdr_1 ul ul {
 top: 1px;
 left: 99%;
}

ul.shdr_1 li:hover > ul {
 visibility: visible;
}


ul.shdr_1 li {
	 float: center;
	 font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	 font-size: 13px;
	 font-weight: bold;
	 line-height: 18px;
	 text-decoration: none;
	 //text-align: center;
	 list-style: none;
	 margin: -1px -1px 0px 0px;
	 padding-left: 1px;
         display: block;
	 width: 120px;
	 height: 18px;
	 border-style: solid;
	 border-collapse: collapse;
	 border-width: 0.5px;
	 border-color: #000000;
	 background-color: #e4e4e4;
	 color: #000000;
	}


ul.shdr_1 li:hover {
	//color: #FB0000;
	//background-color: #AAAAAA;
}


ul.shdr_1 li a:link  {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
  	font-size: 13px;
  	line-height: 12px;
	color: #000000;
        padding-top: 3px;
	display: block;
	text-decoration: none !important;
	width: 120px;
	height: 18px;
}

ul.shdr_1 li a:hover  {
	color: #FB0000;
}


ul.shdr_1 li a:active  {
	color: #000000;
}

ul.shdr_1 li a:visited  {
	line-height: 12px;
	display: block;
        padding-top: 3px;
	text-decoration: none !important;
	width: 120px;
	height: 18px;

}



li.shdr_1_activ {
	display: block;
	color: #FF0000 !important;
	//background-color: #AAAAAA !important;

}

li.shdr_1_inactiv {
	display: block;
	color: #CCCCCC !important;
	//background-color: #AAAAAA !important;
}




	/* -- level mark -- */

	ul.shdr_1 ul {
	 //width: 120px;
	 //margin-top: 1px;
	}

		ul.shdr_1 ul li {
		 //font-weight: normal;
		}


/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.shdr_1 *.dir {
 //padding-right: 20px;
// background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.shdr_1-horizontal ul *.dir {
 //padding-right: 15px;
 //background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


