/* This navigation popout to left or right, currently set to a maximum of 3 levels*/


/* Set some default values, like remove unwanted padding and margin
Also change the with of the menu here*/

.leftInline_v1
{
	position: relative;
	z-index: 90;
}

.leftInline_v1 ul
{
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 90;
}

* html .leftInline_v1
{
	margin-left:-45px;
}

* + html .leftInline_v1
{
	margin-left:-45px;
}

.leftInline_v1 li
{
  position: relative;
  display: block;
}

.leftInline_v1 ul li ul 
{
	left:150px;
	top:-5px;
}

* + html .leftInline_v1 ul li ul {
	left:110px;
}

* html .leftInline_v1 ul li ul {
	left:110px;
}

.leftInline_v1 a {display: block;}

.leftInline_v1 li ul, .leftInline_v1 li:hover ul li ul
{
  display: none;
  position: absolute;
  /* If you add a border, change the top position to minus the width of the border */
  top: 100%;
  /* Change left to right if you want the menu pop out to the left */
  left: 0px;
  z-index: 90;
}

.leftInline_v1 li:hover ul, .leftInline_v1 li ul li:hover ul
{
  display: block;
  z-index: 99;
}

.leftInline_v1 li
{
	height: 50px;
	color: #fff;
	margin-left:5px;
	width:150px;
	margin-top:5px;
}

* html .leftInline_v1 li
{
	width:150px;
	margin-right:-1px;
}

* html .leftInline_v1 li.last
{
	
	margin-right:0px;
}

.leftInline_v1 a
{
	width: 140px;
	padding-top:10px;
	text-align:left;
	padding-left:10px;
	height: 40px;
	background: url('/template/navigation/leftInline_icon/style_block/images/navBack.png') top left no-repeat;
	color: #fff;
	font-weight:bold;
	line-height: 25px;
	text-decoration: none;
	overflow: hidden;
}

* html .leftInline_v1 a
{
	position:absolute;
}

.leftInline_v1 ul ul li.first, .leftInline_v1 ul ul li , .leftInline_v1 ul ul li.last
{
	width: 140px;
	margin-left: 0px;
	margin-right: 0px;
	float: none;
	height: auto;
	margin-top:0px;
}

.leftInline_v1 ul ul li a:hover
{
	font-weight: bold;
}

.leftInline_v1 ul ul li.first a, .leftInline_v1 ul ul li a, .leftInline_v1 ul ul li.last a
{
	width: 135px;
	margin-left: -5px;
	padding-right: 15px;
	color: #000;
	height: auto;
	overflow: visible;
	padding-left:15px;
}

* html .leftInline_v1 ul ul li.first a, .leftInline_v1 ul ul li a, .leftInline_v1 ul ul li.last a
{
	width: 120px;
}

.leftInline_v1 ul ul li.first a
{
	background: url('/template/navigation/leftInline_v1/style_brushes/popout_top.png') left -2px no-repeat;
	padding-top: 10px;
	margin-top:0px;
}

* html .leftInline_v1 ul ul li.first a
{
	background: url('/template/navigation/leftInline_v1/style_brushes/popout_top.gif') left -2px no-repeat;
	padding-top: 10px;
	position:static;
	padding-left: 12px;
}

.leftInline_v1 ul ul li a
{
	background: url('/template/navigation/leftInline_v1/style_brushes/popout_mid.png') left top repeat-y;
	margin-top:0px;
}

* html .leftInline_v1 ul ul li a
{
	background: url('/template/navigation/leftInline_v1/style_brushes/popout_mid.gif') left top repeat-y;
	position:static;
	padding-left: 15px;
}


.leftInline_v1 ul ul li.last a
{
	background: url('/template/navigation/leftInline_v1/style_brushes/popout_bottom.png') left bottom no-repeat;
	padding-bottom: 10px;
	margin-top:0px;
}

* html .leftInline_v1 ul ul li.last a
{
	height:20px;
	background: url('/template/navigation/leftInline_v1/style_brushes/popout_bottom.gif') left bottom no-repeat;
	position:static;
	padding-left: 15px;
}


