  ul#Navigation {
    width: 185px;
    margin: 0; padding:1px;
    border: 1px solid black;
    background-color: silver;
	padding-left:0px !important;
	padding-left:-45px;
	
  }
  ul#Navigation li {
    list-style: none;
    margin: 1px; padding: 0;
  }

  ul#Navigation li ul {
    margin: 0 0 0 2px; padding: 0;
  }
  ul#Navigation li ul li {
    margin: 2px 0;
  }
 

  ul#Navigation a {
    display:block; font-size:12px; text-align:left;
    padding-top: 6px; padding-left:10px; font-family:Arial, Helvetica, sans-serif;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;  list-style: square; list-style-position:inside; color: white; 
    border-left-color: white; border-top-color: white;
    color: white; background-color: #011e44; outline:none; height:25px; outline:none;
  }
 
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #011e44; background-color: white;
	outline:none;
  }
  
  
  
  
   ul#Navigation2 a {
    font-size:12px; text-align:left;
    padding-top: 6px; 
	padding-left:12px; 
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none; 
    border: 1px solid black; 
	color: #011e44; 
    border-left-color: white; 
	border-top-color: white;
    background-color: #ffffff; 
	outline:none; 
	height:25px;
	letter-spacing:normal;
	word-spacing:normal;
  }
 
  ul#Navigation2 a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #ffffff; background-color: #011e44;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
  }
  
    ul#Navigation2 {
    width: 177px;
    margin: 0; padding:10px;
    border: 1px solid black;
    background-color: silver;
	
  }
  ul#Navigation2 li {
    list-style: none;
    margin: 0; padding: 0;
  }

  ul#Navigation2 li ul {
    margin: 0 0 0 50px; padding: 0;
  }
  ul#Navigation2 li ul li {
    margin: 2px 0;
  }

.mlmenu {
float:left;
margin-left:548px;
margin-top:-28px;
position:relative;
z-index:1000;
font-size:10px;
text-align:left;
}

* html .mlmenu {
	margin-left:253px;
	margin-top:-29px;
}

*+ html .mlmenu {
	margin-top:-29px;
}


/* remove all the bullets, borders and padding from the default list styling */ .mlmenu ul { padding:0; margin:0; list-style-type:none !important; list-style-image:none !important; width:180px; }
/* hack for IE5.5 */
* html .mlmenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */ .mlmenu li { position:relative; background:#011E44;
margin: 0;
list-style-type:none !important;
list-style-image:none !important;
}

.mlmenu li ul {

background: #011E44;
}



/* get rid of the table */
.mlmenu table {
position:absolute;
border-collapse:collapse;
top:0;
left:0;
z-index:100;
font-size: 1em;
}

/* style the links */
.mlmenu a, .mlmenu a:visited {
display:block;
text-decoration:none;
width:180px;
color:#fff;
text-indent:5px;
font-size:11px;
margin: 0;
padding:1px 0;
}

/* hack for IE5.5 */
* html .mlmenu a, * html .mlmenu a:visited { background:#011E45; width:180px; w\idth:180px; }

/* style the link hover */
* html .mlmenu a:hover {
font-size:11px;
color:#fff;
background:#011E44;
margin: 0;
padding:1px 0;
}

.mlmenu :hover > a {
color:#fff;
font-size:11px;
background:#011E44;
padding:1px 0;
}

.mlmenu ul ul a, .mlmenu ul ul a:visited {
display:block;
text-decoration:none;
width:180px;
color:#fff;
text-indent:5px;
font-size:11px;
margin: 0;
padding:1px 0;
}

/* hack for IE5.5 */
* html .mlmenu ul ul a, * html .mlmenu ul ul a:visited { background:#011E45; width:180px; w\idth:180px; }

/* style the link hover */
* html .mlmenu ul ul a:hover {
font-size:11px;
color:#000;
background:#fff;
margin: 0;
padding:1px 0;
}

.mlmenu ul ul :hover > a {
color:#000;
font-size:11px;
background:#fff;
padding:1px 0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */ .mlmenu ul ul { visibility:hidden; position:absolute; bottom:24px; left:0; }
/* hide the sub levels and give them a positon absolute so that they take up no room */ .mlmenu ul ul ul { visibility:hidden; position:absolute; bottom:0; left:180px; }

* html .mlmenu ul ul
{
bottom:0px;
}

* html .mlmenu ul ul ul
{
bottom:-22px !important;
}

/* make the second level visible when hover on first level list OR link */ .mlmenu ul :hover ul{ visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */ .mlmenu ul :hover ul ul{ visibility:hidden; }

/* keep the fourth level hidden when you hover on second level list OR link */ .mlmenu ul :hover ul :hover ul ul{ visibility:hidden; }

/* make the third level visible when you hover over second level list OR link */ .mlmenu ul :hover ul :hover ul{ visibility:visible; }

/* make the fourth level visible when you hover over third level list OR link */ .mlmenu ul :hover ul :hover ul :hover ul { visibility:visible; }


* + html .mlmenu li.sub {margin-bottom:-2px;}

