.menu5 {width: 800px; height:50px; position: relative; border-right:0px solid #000; font-family: arial; text-align: center;}

/* hack to correct IE5.5 faulty box model */

/* remove all the bullets, borders and padding from the default list styling */
.menu5 ul {padding:0;margin:0;list-style-type:none;}
.menu5 ul ul {width:800px;;}
	.menu5 ul ul ul {width: 153px;;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu5 li {float:left;width:auto; position: relative;}
/* style the links for the top level */



/* style the second level background */
.menu5 ul ul a.drop, .menu5 ul ul a.drop:visited {background: url('images/button.jpg') no-repeat; margin-top: 0px; font-size: 9pt;}
/* style the second level hover */
.menu5 ul ul a.drop:hover{background:url('images/button.jpg'); background-position: top right; font-size: 9pt;}
.menu5 ul ul :hover > a.drop {background-position: top right; background-position: top right; color: #333; width: 328px; overflow: hidden;}

.menu5 ul ul ul a.drop:hover{background:url('images/button.jpg'); background-position: top right;}
.menu5 ul ul ul :hover > a.drop {background:background-position: top right; background-position: top right; color: #333;}


/* 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: 0px; top: 27px; left: -12px; width:153px; z-index: 7000;}



/* another hack for IE5.5 */
* html .menu5 ul ul {top:27px;t\op:27px; left: -12px;}


.menu5 ul ul {padding-right: 0px; }

/* style the table so that it takes no ppart 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: #737171; color:#000; height: 35px; padding: 0px; width:137px; border-width:0;
					text-align: left; padding: 0 10px; margin-top: 0px; margin-left: 0px; line-height: 35px;
					font-size: 10pt;}




/* style the top level hover */
.menu5 a:hover {color:#fff; background-position: top right;;}
.menu5 :hover > a, .menu5 ul ul :hover > a {color:#fff; background-position: top right;}

/* make the second level visible when hover on first level list OR link */
.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;}


.menu5 {margin-left: 0px; position: relative; top: 12px; left: 30px; z-index: 6000;}


.menu5 ul ul li {float: left; margin: 0; width: 157px; background: #6E6C6C; height: 35px; padding: 3px;}

.menu5 ul li {margin: 0 7px;}
.menu5 a, .menu5 a:visited {display:inline-block; font-size: 13pt; text-decoration:none; color:#ddd; height: 45px; background: url('images/blank.gif'); 
				position: relative; padding: 0 5px; line-height: 45px;}
.menu5 ul li a:hover {color: #fff;}

.menu5 ul ul li {margin: 0;}
.menu5 ul ul li a:hover {background: #646363; color: #fff; width: 137px; height: 35px; border: 0px; line-height: 35px;}










