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

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

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

.popOutNav_v1 li
{
  position: relative;
  display: block;
  float: left;
}

.popOutNav_v1 a {display: block;}

.popOutNav_v1 li ul, .popOutNav_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;
}

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

.popOutNav_v1 li
{
	width: 140px;
	height:20px;
	color: #fff;
	margin-left: 6px;
}

.popOutNav_v1 a
{
	width: 137px;
	height: 30px;
	color: #000;
	background-color:#fff;
	margin-left: -6px;
	line-height: 25px;
	text-decoration: none;
	padding-left: 13px;
	overflow: hidden;
}


* html .popOutNav_v1 a{
	position:absolute;
	margin-top:0px;
}

.popOutNav_v1 li ul, .popOutNav_v1 li:hover ul li ul
{
	left: -15px;
}

.popOutNav_v1 ul ul li.first, .popOutNav_v1 ul ul li, .popOutNav_v1 ul ul li.last
{
	background: #0000ff;
	width: 140px;
	margin-left: 0px;
	margin-right: 0px;
	float: none;
	height: auto;
}

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

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

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

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

.popOutNav_v1 ul ul li a
{
	background: url('/template/navigation/popdown_v1/style_default/popout_mid.png') left top repeat-y;
}

.popOutNav_v1 ul ul li.last a
{
	background: url('/template/navigation/popdown_v1/style_default/popout_bottom.png') left bottom no-repeat;
	padding-bottom: 10px;
}

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

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

* html .popOutNav_v1 ul ul li.last a
{
	background: url('/template/navigation/popdown_v1/style_default/popout_bottom.gif') left bottom no-repeat;
	padding-bottom: 10px;
	position:static;
	padding-left: 15px;
}


