.mainmenu {
	width:745px; height:32px;  position:relative; z-index:100;border-right:1px solid #dcdcdc;
	text-decoration:none;
	
	background:#dcdcdc;
	font-size:11px;
	
}
.spacer {
margin-left:5px;
}
/* hack to correct IE5.5 faulty box model */
* html .mainmenu {width:746px; w\idth:745px;font-size:11px;}
/* remove all the bullets, borders and padding from the default list styling */
.mainmenu ul {padding:0;margin:0;list-style-type:none;font-size:11px;}
.mainmenu ul ul {width:119px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.mainmenu li {float:left;width:90px;position:relative;font-size:11px; }
/* style the links for the top level */
.mainmenu a, .mainmenu a:visited {font-size:11px; display:block;text-decoration:none; color:#000;  height:30px; border:1px solid #dcdcdc; border-width:1px 0 1px 1px; background:#dcdcdc url('../images/menu_bullet.gif') center left no-repeat; padding-left:15px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .mainmenu a, * html .mainmenu a:visited {font-size:11px;}

/* style the second level background */
.mainmenu ul ul a.drop, .mainmenu ul ul a.drop:visited {text-transform:none; font-size:11px; background:#666666 url('../images/menu_bullet.gif') center left no-repeat; }
/* style the second level hover */
.mainmenu ul ul a.drop:hover{background:#666666 }
.mainmenu ul ul :hover > a.drop {background:#666666 }
/* style the third level background */
.mainmenu ul ul ul a, .mainmenu ul ul ul a:visited {background:#EFEFEF;font-size:11px;}
/* style the third level hover */
.mainmenu ul ul ul a:hover {background:#949e7c}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.mainmenu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #dcdcdc;font-size:11px;}
/* another hack for IE5.5 */
* html .mainmenu ul ul {top:30px;t\op:31px;}

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

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

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

/* style the second level links */
.mainmenu ul ul a, .mainmenu ul ul a:visited {font-size:11px;background:#efefef; border-color:#dcdcdc; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .mainmenu ul ul a, * html .mainmenu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.mainmenu a:hover, .mainmenu ul ul a:hover{color:#fff; background:#949e7c;font-size:11px;}
.mainmenu :hover > a, .mainmenu ul ul :hover > a {color:#fff;background:#949e7c;font-size:11px;}

/* 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; }
/* keep the third level hidden when you hover on first level list OR link */
.mainmenu 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;}
