.menu2/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

 {
	width:300px;
	height:30px;
	position:relative;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}
* /* hack to correct IE5.5 faulty box model */
 html  .menu2 {
	width:950px;
	w\idth:300px;
}
.menu2 /* remove all the bullets, borders and padding from the default list styling */
 ul {padding:0;margin:0;list-style-type:none;}
.menu2  ul  ul {
	width:100px;
}
.menu2 /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
 li {
	float:left;
	width:100px;
	position:relative;
}
/* style the links for the top level */
.menu2 a, .menu2 a:visited {
	display:block;
	font-size:13px;
	text-decoration:none;
	width:100px;
	height:45px;
	padding-left:0px;
	line-height:20px;
	font-weight:normal;
	color: #FFFFFF;
	background-color: #09123A;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
	width:190px;
	w\idth:100px;
}

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {
	background-color: #09123A;
	font-size:10px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
}
/* style the second level hover */
.menu2 ul ul a.drop:hover{
	background-color: #961B1E;
}
.menu2 ul ul :hover > a.drop {
	background-color: #961B1E;
}
/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {
	background-color: #961B1E;
}
/* style the third level hover */
.menu2 ul ul ul a:hover {
	background-color: #961B1E;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:23px;
	left:0;
	width:100px;
}
/* another hack for IE5.5 */
* html .menu2 ul ul {
	top:30px;
	t\op:23px;
}

/* position the third level flyout menu */
.menu2 ul ul ul{
	left:128px;
	top:-1px;
	width:50px;
}

/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left {
	left:-128px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu2 table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
	color:#FFFFFF;
	height:11px;
	line-height:1em;
	padding:5px 10px;
	width:107px;
	background-color: #c8c298;
	border-top: 1px solid #ffffff;
}
/* yet another hack for IE5.5 */
* html .menu2 ul ul a, * html .menu2 ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{
	color:#CCCCCC;
	background-color: #961B1E;
}
.menu2 :hover > a, .menu2 ul ul :hover > a {
	color:#CCCCCC;
	background-color: #961B1E;
}

/* 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 */
.menu2 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;}
.menu2  ul  li  a.dropOn {
	background-color: #961B1E;
	color: #CCCCCC;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

