#mainmenu {
	z-index:1600;
	font-size: 1.1em;
	height:235px;
	font-family: Arial, sans-serif;
	margin-left: 20px;
	font-weight: bold;
}

/* remove all the bullets, borders and padding from the default list styling */
#mainmenu ul {
	list-style-type:none;
	width:145px;
	height:182px;
	_height:172px;
	position:relative;
	border:1px solid #fff;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mainmenu li {}

* html .menu li {margin-left: -12px; 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:0.9em; width:0; height:0;}

/* style the links */
#mainmenu a, #mainmenu a:visited {
	display:block; 
	text-decoration:none;
	/*width:145px;*/
	width:171px;
	text-indent:5px;
	color: #F15D22;
	display: block;
	padding: 6px;
	border-bottom: 1px dotted #F0C7C7;
}
/* style the link hover */
* html #mainmenu a:hover {
	/*
	 background-image: url(../img/ico-red.gif);
	*/
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FEEEEC;
	z-index:1600;}

#mainmenu :hover > a {
	/*
	 background-image: url(../img/ico-red.gif);
	*/
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FEEEEC;
}

#mainmenu ul li a {_height: 22px;}

#mainmenu li.ON {
	/*
	 background-image: url(../img/ico-red.gif);
	*/
	background-repeat: no-repeat;
	background-position: right;
	background-color: #fabb92;
	width:181px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */

#mainmenu ul ul {
	visibility:hidden;
	position:absolute;
	top:-1px;
	margin-top: 29px;
	_margin-top: 35px;
	left:157px;
	left:173px;
	border-top: 1px dotted #F0C7C7;
	border-bottom: 1px dotted #F0C7C7;
	border-right: 1px dotted #F0C7C7;
	width: 175px;	
}
/* make the second level visible when hover on first level list OR link */

#mainmenu ul li:hover ul, #mainmenu ul a:hover ul {visibility:visible; height:1px; background-color: #FEEEEC;}

#mainmenu ul li ul a {width: 170px;}

/* keep the third level hidden when you hover on first level list OR link */
#mainmenu ul :hover ul ul{visibility:hidden;}

/* keep the fourth level hidden when you hover on second level list OR link */
#mainmenu ul :hover ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
#mainmenu ul :hover ul :hover ul{visibility:visible; height:235px;}

/* make the fourth level visible when you hover over third level list OR link */
#mainmenu ul :hover ul :hover ul :hover ul { visibility:visible; height:235px;}

a.sub {background-color: #ffffff !important; margin-left: 12px; _margin-left:0px;}
a.sub:hover {background-color: #FEEEEC !important;}

.top {
margin-top: 58px !important;
_margin-top: 70px !important;	
}

.down {
margin-top: 202px !important;
_margin-top: 253px !important;
z-index: 100;
}

.middle {
margin-top: 85px !important;
_margin-top: 108px !important;
}