.main #menu {
	height: 1px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 750px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	position: relative;
	z-index: 9000;
}

* html .main #menu {
  height:1px;
  margin-bottom:5px; 
}
                 
/* ================================================================ 
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/padding.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu .menu { width:760px; float:left; padding:3px 0 0 0; }
#menu .menu a, #menu .menu b { font-size:90%; font-weight:bold; text-transform:uppercase; white-space:nowrap; }

/* style the outer div to give it width */
#menu .menu {  }
/* padding-bottom:200px; */

/* remove all the bullets, borders and padding from the default list styling */
#menu .menu ul {padding:0;margin:0;list-style-type:none; height:2.3em; background:transparent;}

/* style the sub-level lists */
#menu .menu ul ul {min-width:10em; background:#fff; position: relative; z-index:1002; }
* htm #menu .menu ul ul {width:1em; background:#fff; }

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu .menu ul li {float:left; width:126px; margin-left:0px; height:2.3em; line-height:1.8em; display:block; }
#menu .menu ul li.expanded { width:129px; }


/* style the sub level list items */
#menu .menu ul ul li {display:block;text-align:left;height:auto; line-height:1em;  }
#menu .menu ul li ul { min-width:136px; background:red; /*background-image:url('/images/navi-sub-fade.jpg');*/ }

/* style the links for the top level */
#menu .menu a, #menu .menu a:visited {display:block; width:127px;float:left; font-size:90%; background:transparent url('../images/buttonSub.gif') no-repeat; font-weight:normal; text-decoration:none; color:#969191; padding:0 0.5em 0 1em;}
#menu .menu .highlight a, #menu .menu .highlight a:visited { }

#menu .menu .highlight a, #menu .menu .highlight a:visited { color:#fff; background:transparent url('../images/buttonSub2.gif') no-repeat; }

/* hack IE5.x to get the correct the faulty box model and get the width right */
* html #menu .menu a, * html #menu .menu a:visited {width:108px; w\idth:108px; *width:108px; font-size:90%;}


/* style the sub level links */
#menu .menu ul ul a, #menu .menu ul ul a:visited {
	display:block;
	font-size:80%;
	min-width:140px;
	color:#666;
	height:100%;
	line-height:1.8em;
	text-decoration:none;
	background-color: #fff;
	background-image: url(../Images/menu-bkg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 0.5em;
	padding-right: 1.9em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
}
* html #menu .menu ul ul a, * html #menu .menu ul ul a:visited { font-size:95%; }
/*   */

/* style the table so that it takes no part in the layout - required for IE to work */
#menu .menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; z-index:9001;}


/* style the third level background */
#menu .menu ul ul ul a, #menu .menu ul ul ul a:visited {}
/* style the fourth level background */
#menu .menu ul ul ul ul a, #menu .menu ul ul ul ul a:visited {}
/* style the sub level 1 background */
#menu .menu ul :hover a.sub1:hover {}

/* style the sub level 2 background */
#menu .menu ul ul :hover a.sub2 {}

/* style the level hovers */
/* first */
* html #menu .menu a:hover {color:#fff; background:transparent url('../images/buttonSubOver.gif') no-repeat; position:relative; z-index:1;}
#menu .menu li:hover {position:relative;}
#menu .menu :hover > a {color:#fff; background:transparent url('../images/buttonSubOver.gif') no-repeat; }
#menu .menu .highlight:hover > a { color:#fff; background:transparent url('../images/buttonSubOver2.gif') no-repeat; }
* html #menu .menu .highlight a:hover { color:#fff; background:transparent url('../images/buttonSubOver2.gif') no-repeat; }

/* second */
* html #menu .menu ul ul a:hover{color:red;background:#cdcdcd; width:100%; position:relative; z-index:9010; }
#menu .menu ul ul li:hover {position:relative;background:#cdcdcd;}
#menu .menu ul ul :hover > a {color:red; background:#cdcdcd;}
/* third */
* html #menu .menu ul ul ul a:hover {background:#cdcdcd; color:red; position:relative; z-index:9020;}
#menu .menu ul ul ul :hover > a {background:#cdcdcd;}
/* fourth */
#menu .menu ul ul ul ul a:hover {background:#cdcdcd; position:relative; z-index:9030;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu .menu ul ul {visibility:hidden;position:absolute;height:0;top:1.8em; left:0; min-width:10em;}
* html #menu .menu ul ul {visibility:hidden;position:absolute;height:0;top:1.8em; left:0; width:10em;}

/* position the third level flyout menu */
#menu .menu ul ul ul{left:5em;top:0;min-width:10em;}


/* make the second level visible when hover on first level list OR link */
#menu .menu ul :hover ul{ z-index:9020; visibility:visible; height:auto; padding:0 2.3em 0 0; background:#fff; border-right:1px solid #999999; border-bottom:1px solid #999999; }
/* keep the third level hidden when you hover on first level list OR link */
#menu .menu ul :hover ul ul{visibility:hidden;  }
/* keep the fourth level hidden when you hover on second level list OR link */
#menu .menu ul :hover ul :hover ul ul{visibility:hidden; }
/* make the third level visible when you hover over second level list OR link */
#menu .menu ul :hover ul :hover ul{
	visibility:visible;
	left:12em;
	width:136px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-top: 3px;
}
/* make the fourth level visible when you hover over third level list OR link */
#menu .menu ul :hover ul :hover ul :hover ul {visibility:visible;}

