@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: 597;
	float: left;
	left: 132px;
}

ul.shdr_1 li {
 	float: left;	
 	vertical-align: middle;
	zoom: 1;
}

ul.shdr_1 li.hover,
ul.shdr_1 li:hover {
 	position: relative;
 	z-index: 599;
 	cursor: default;
}

ul.shdr_1 ul {
 	visibility: hidden;
 	position: absolute;
 	top: 100%;
 	left: 0px;
 	z-index: 598;
}

ul.shdr_1 ul li {
 	float: none;
 	text-align: left;
 	width: auto;
 	line-height: 18px;
 	height: 18px;
 	padding-top: 4px;
 	padding-left: 8px;
 	padding-right: 8px;
 	margin-top: 0px !important;
 	border: 0px !important;
 	/* width: 216px !important; */	
}

ul.shdr_1 ul ul {
 	top: 1px;
 	left: 99%;
 	/* border: 1px #a4a4a4 solid; */
}

ul.shdr_1 li:hover > ul {
 	visibility: visible;
 	color: #000;
}


ul.shdr_1 li {
	 float: left;
	 font-family: Arial, Helvetica, Sans-Serif;
	 font-size: 13px;
	 line-height: 12px;
	 font-weight: bold;
	 text-decoration: none;
	 text-align: center;
	 list-style: none;
	 vertical-align: top;
	 margin-top: 7px;
	 padding-left: 8px;
	 padding-right: 8px;
	 height: 13px;
	 color: #FFF;
	 border-right: 1px solid #fff;
	 background-color: #708199;
}

ul.shdr_1 li:last-child {
	 border-right: none;
}

ul.shdr_1 li:hover {
	/* background-color: #003399; */
}


span.shdr_1 {
	vertical-align: middle;	
}

ul.shdr_1 a:link  {
	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 13px;
  	display: block;
	color: #FFF;
	text-decoration: none;
}

ul.shdr_1 a:active  {
	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

ul.shdr_1 a:visited  {
	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

ul.shdr_1 a:hover  {
	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.shdr_1_active {
	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 13px;
	vertical-align: middle;
	display: block;
	color: #000 !important;
}

.shdr_1_active:hover {
	/* background-color: #d6d5d5 !important; */
	
}

.shdr_1_inactiv {
	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 13px;
	vertical-align: middle;
	color: #CCCCCC;
	text-decoration: none;
}


	/* -- level mark -- */

	ul.shdr_1 ul {

	}

		ul.shdr_1 ul li {
		
		}


/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.shdr_1 *.dir {

 /* background-image: url(images/nav-arrow-down.png); */
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.shdr_1-horizontal ul *.dir {

 /* background-image: url(images/nav-arrow-right.png); */
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

