#menu ul li a {height: 1%;}
#menu ul li {float: left; width: 100%; z-index:500;}
#menu 
{
width: 762px;
padding: 0;
margin: 0;
color:#ffffff;
font-size: 10px;
text-align:center;
padding-top:1px;
padding-bottom:1px;
display:table-cell;
}
#menu .mrgn{
	width:8px;
}
#menu .cd
{
	cursor:default;
}
#menu .left a {
	border-left: 1px dashed #bababa;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 149px;
text-align: center;
}
#menu ul ul ul {
width: 170px;
}
#menu ul ul ul ul {
width: 125px;
}

/* style, color and size links and headings to suit */
#menu a
{
font: 10px verdana, arial, helvetica, sans-serif;
display: block;
border-right: 1px dashed #bababa;
margin: 0px;
padding: 0px;
padding-top:6px;
padding-bottom:5px;
color: #ffffff;
text-decoration: none;}
#menu ul ul a
{
	border-left: 1px dashed #bababa;
}
#menu a:hover {
color: #00153f;
background: #f5f5f5;
text-decoration: none;
}
#menu h2 {
color: #ffffff;
background: #333333;
font: 9px verdana, arial, helvetica, sans-serif;
display: block;
border-left: 1px dashed #ccc;
margin: 0;
padding: 5px 5px;
}
#menu li {position: relative;}
#menu ul ul 
{
position: absolute;
z-index: 500;
background-color:#00153f;
left:0px;
}
#menu ul ul ul 
{
z-index:500;
top: 3px;
left: 100%;
text-align:left;
}
#menu ul ul ul li a
{
	text-indent:10px
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

