#container5 {
text-align:center; 
background:#fff url(images/navbar.gif) no-repeat;
border:0; height:23px;
margin:0 auto; padding:1px 0 0 0;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

#334887

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 associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu5 { margin: 0 auto; width:765px; height:20px; font-size:0.95em; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu5 {width:766px; w\idth:765px;}

.menu5 ul {padding:0;margin:0;list-style-type:none;}
.menu5 ul ul {width:126px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu5 li {
	text-align:center;
	text-transform: uppercase;
	float:left;
	width:126px;
	position:relative;
	background: #334887;
}
.menu5 li#current { text-align:center; background: #C3A005; text-transform: uppercase; }

/* style the links for the top level */
.menu5 a, .menu5 a:visited { display:block;font:11px "trebuchet ms",verdana,arial;text-decoration:none; 
 color:#FFF; width:120px; height:20px; 
 border-right:1px solid #eee; padding-left:4px; letter-spacing: 0px; line-height:19px; text-align:center;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu5 a, * html .menu5 a:visited {width:125px; w\idth:142px;}

/* style the second level background */
.menu5 ul ul a.drop, .menu5 ul ul a.drop:visited { background: #C3A005;}
.menu5 ul ul a.drop:hover{background: #DCC06E; }
.menu5 ul ul :hover > a.drop {background: #DCC06E; }

/* style the third level background */
.menu5 ul ul ul a, .menu5 ul ul ul a:visited {background: #C3A005;}
.menu5 ul ul ul a:hover {background: #DCC06E;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu5 ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; left:0px;width:125px;border-top:1px solid #000;}
* html .menu5 ul ul {top:19px;t\op:20px;}

/* position the third level flyout menu */
.menu5 ul ul ul{left:125px; top:-1px; width:120px;}
.menu5 ul ul ul.left {left:-145px;}

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

/* style the second level links */
.menu5 ul ul a, .menu5 ul ul a:visited { background: #DCC06E; color:#FFF; height:auto; 
        line-height:1em; padding:5px 10px; width:125px;border-width:0 1px 1px 1px;}
* html .menu5 ul ul a, * html .menu5 ul ul a:visited {width:125px;w\idth:137px;}

/* style the top level hover */
.menu5 a:hover, .menu5 ul ul a:hover{color:#fff; background: #C3A005; }
.menu5 :hover > a, .menu5 ul ul :hover > a {color:#fff;background: #C3A005; }

.menu5 ul li:hover ul,
.menu5 ul a:hover ul{visibility:visible; }
.menu5 ul :hover ul ul{visibility:hidden;}
.menu5 ul :hover ul :hover ul{ visibility:visible;}
