/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu
{
	z-index: 1000;
	/* this page only */
	position: relative;
	top: 10px;
	margin: 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 150px;
	position: relative;
}

.menu li
{
	height: 25px;
	/**/
	margin-left: -16px;
	margin-lef\t: 0;
	background-color: transparent;
	padding-right: 10px;
}

* html .menu li
{
	margin-left: -16px;
	margin-lef\t: 0;
}

/* get rid of the table */
.menu table
{
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
	width: 0;
	height: 0;
}

/* style the links */.right { text-align: right; }
.menu a, .menu a:visited
{
	display: block;
	text-decoration: none;
	height: 1.2em;
	line-height: 1.2em;
	width: 130px;
	color: #000;
	text-indent: 10px;
	font-size: 13px;
	position: relative;
	background-color: transparent;
}


/* style the link hover */
* html .menu a:hover { color: #B70A06; }
.menu :hover > a { color: #B70A06; }

.menu a #cur li a, .menu #cur a:hover  {
color: #B70A06; 

}
.menu  #cur ul ul a{
color: #B70A06;
}
/*.menu #cur li a:hover {
color: #000;

}
*/
/*
ul ul li .menu   a, ul ul li .menu #cur  a {
color: #B70A06; 

}
*/
.menu #cur a.right   {color: #B70A06;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: 130px;
	text-align: left;
	
}
/*.menu ul ul li a
{
	
	color: #B70A06; 
}

 make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul { visibility: visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul { visibility: hidden; }

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul { visibility: hidden; }

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { visibility: visible; }

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { visibility: visible; }
.menu ul.top2 { top: 0px; }
.menu ul.top3 { top: 25px; }
.menu ul.top4 { top: 50px; }
.menu ul.top5 { top: 103px; }
.menu ul.top6 { top: 75px; }
.menu ul.top7 { top: 100px; }


/* [if IE 7]>

.menu li {float:left;}

<![endif] */



.menu2
{
		z-index: 1000;
	/* this page only */
	position: relative;
	top: 0px;
	margin: 0 10px 10px;
	/* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul
{
	padding: 0;
	margin: 0;
	width: 150px;
	position: relative;
	list-style-type: disc;
}

.menu2 li
{
	background: transparent;
	
}

* html .menu2 li
{
	margin-left: -16px;
	margin-lef\t: 0;
}

/* get rid of the table */
.menu2 table
{
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
	width: 0;
	height: 0;
}

/* style the links */
.menu2 a, .menu2 a:visited
{
	display: block;
	text-decoration: none;
	/**/
	height: 1em;
	width: 170px;
	color: #000;
	text-indent: 0px;
	background: transparent;
	font-size: 1em;
	line-height: 1em;
	padding: 2px 0;

}

/* style the link hover */
* html .menu2 a:hover { color:#C52F1C; }
.menu2 :hover > a { color:  #C52F1C; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul
{
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: 200px;
	list-style-type: disc;
	line-height: normal;
	width: 360px;
}

/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul { visibility: visible; }

/* keep the third level hidden when you hover on first level list OR link      showing showing more  */
.menu2 ul :hover ul ul { visibility: visible; }

/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul { visibility: hidden; }

/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul { visibility: visible; }

/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul { visibility: visible; }
.menu2 ul.top2 { top: 0px; }
.menu2 ul.top3 { top: 0px; }
.menu2 ul.top4 { top: 0px; }
.menu2 ul.top5 { top: 0px; }
.menu2 ul.top6 { top: 0px; }
.menu2 ul.top7 { top: 0px; }
.menu2 ul.top8 { top: 0px; }
.menu2 ul.top9 { top: 0px; }
/*
.menu2 ul .top8  {
top: 220px;
left: 100px;
}

*/.menu2 ul .top10  {
top: 40px;
left: 100px
}

.menu2 ul .top11  {
top: 300px;
left: 140px
}
.menu2 ul .top12  {
top: 200px;
left: 100px
}

.menu3
{
		z-index: 1000;
	/* this page only */
	position: relative;
	top: 0px;
	margin: 0 10px;
	/* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu3 ul
{
	padding: 0;
	margin: 0;
	list-style-type: disc;
	width: 150px;
	position: relative;
}

.menu3 li
{
	background: transparent;
	border-style: none;
}

* html .menu3 li
{
	margin-left: -16px;
	margin-lef\t: 0;
}

/* get rid of the table */
.menu3 table
{
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
	width: 0;
	height: 0;
}

/* style the links */
.menu3 a, .menu3 a:visited
{
	display: block;
	text-decoration: none;
	/**/
	height: 1em;
	width: 170px;
	color: #000;
	text-indent: 0px;
	background: transparent;
	font-size: 1em;
	line-height: 1em;
	padding: 0px 0 0px;
	margin: 0px 0 22px;
}

/* style the link hover */
* html .menu3 a:hover { color: #D10220; }
.menu3 :hover > a { color: #D10220; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu3 ul ul
{
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: 180px;
	list-style-type: none;
	width: 360px;
}

/* make the second level visible when hover on first level list OR link */
.menu3 ul li:hover ul,
.menu3 ul a:hover ul
{
	visibility: visible;
	
}

/* keep the third level hidden when you hover on first level list OR link      showing showing more  */
.menu3 ul :hover ul ul { visibility: visible; }

/* keep the fourth level hidden when you hover on second level list OR link */
.menu3 ul :hover ul :hover ul ul { visibility: hidden; }

/* make the third level visible when you hover over second level list OR link */
.menu3 ul :hover ul :hover ul { visibility: visible; }

/* make the fourth level visible when you hover over third level list OR link */
.menu3 ul :hover ul :hover ul :hover ul { visibility: visible; }
.menu3 ul.top2 { top: -80px; }
.menu3 ul.top3 { top: -80px; }
.menu3 ul.top4 { top: -80px; }
.menu3 ul.top5 { top: -80px; }
.menu3 ul.top6 { top: -80px; }
.menu3 ul.top7 { top: -80px; }
.menu3 ul.top8 { top: -80px; }

/*
.menu2 ul .top8  {
top: 220px;
left: 100px;
}

*/.menu3 ul .top10  {
top: 40px;
left: 100px
}.menu3 ul .top9  {
top: 80px;
left: 100px
}

.menu3 ul .top11  {
top: 300px;
left: 140px
}
.menu3 ul .top12  {
top: 200px;
left: 100px
}

.breakout
{
	position: absolute;
	top: 80px;
	left: -468px;
	display: block;
}

.menu3 blockquote
{
	padding: 0px 30px;
	color: #4B4B4B;
	background-image: url(../images/quotes-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.endQuote
{
	background-image: url(../images/quotes-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-style: italic;
	display: block;
	padding: 5px 20px 20px 0px;
	color: #000;
}