/* ================================================================ 
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-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.menu {
	left:0;
	width:880px;
	height:24px;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", Arial;
	z-index:200;
	background-image:url(../images/menu_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}
.menu a{
	height:24px;
	text-decoration:none;
	font-size:11px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	font-weight:bold;
	z-index:200;
}

.menu ul a, .menu ul a:hover {

	padding-bottom:0px;
	text-decoration:none;
}

.menu ul ul a, .menu ul ul a:hover {
padding-bottom:5px;
color:#ffffff; 
}

.menu ul ul {
width:180px;
font-weight:normal;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
margin:0px;
padding:0px;
border-spacing:0px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
text-decoration:none; 
color:#fff; 
/*
width:100px; */

border-width:1px 1px 0 0; 
/*
padding-left:18px; 
padding-right:10px; 
*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:89px; 
w\idth:78px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#fff;
/*color:#00aeef;*/
color:#ffffff;

}
/* style the second level hover */
.menu ul ul a {
	display:block;
}
.menu ul ul a.drop:hover{
background:#585959;

}
.menu ul ul :hover > a.drop {
	/*background-color:#333333;*/
	z-index:200;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
/*background:#e2dfa8;*/
/*background:#00aeef;*/
/*background:#c5432e;*/
/*background:#ff8446;*/
/*background:#fc652d;*/
	/*background-color:#333333;*/
}
/* style the third level hover */
.menu ul ul ul a:hover {
/*background:#b2ab9b;*/
/*background:#fff;*/
/*background:#4cc6f3;*/
/*background:#0078c3;*/
/*background:#585959;*/
}

/* STYLE THE FOURTH LEVEL */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	/*background-color:#333333;*/
width:200px;
}
/* style the fourth level hover */
.menu ul ul ul ul a:hover {
background:#585959;
width:200px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
/* 
*/
visibility:hidden;
position:absolute;
height:0;
top:24px;
left:20px; 
/*
*/width:180px;
font-size:11px;

margin:0;
padding:0;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
t\op:24px;
}

.menu ul ul li {
	padding-left: 0;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:180px; 
top:0;
width:180px;
font-size:11px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;;
}

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color:#333333;
	color:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:160px;
	z-index:200;
}


.menu ul ul a.disabledlink, .menu ul ul a.disabledlink:visited {
	background-color:#333333;
	color:#999999; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:160px
}

* html .menu ul ul a{
	width:160px;
	w\idth:160px;
}


/* style the top level hover */
.menu a:hover, .menu ul a:hover{
	color:#fff; 
}
.menu :hover > a, .menu ul :hover > a {
	color:#bbbbbb;
}

.menu a:hover, .menu ul ul a:hover{
	color:#FFFFFF;
	/*background-color: #585959;*/
	height: auto;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff;
	height: auto;
	
}
.menu ul ul :hover > a {
	background:#585959;
}
.menu a:hover, .menu ul ul a.disabledlink:hover{
	color:#666666;
	height: auto;
}
.menu :hover > a.disabledlink, .menu ul ul :hover > a.disabledlink {
	color:#666666;
	height: auto;
}


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

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

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

.menu ul li a, .menu ul li a:visited {
	color:#bbbbbb;
}
.menu ul li a:hover {
	color:#ffffff;
}
.menu ul ul li a, .menu ul ul li a:hover, .menu ul ul li a:visited,
.menu ul ul ul li a, .menu ul ul ul li a:hover, .menu ul ul ul li a:visited {
	color:#ffffff;
}
.top_menu_item {
	height:24px;
}
.menu ul li {
	padding: 0px 20px;
}

