/* CSS Document */
/*Drop down menus*/
#menu-box {
background: #ACA8C1; /* #160A52; */
float: left;
margin:  0;
width: 100%;
height: 35px; /* for centering vertically */
}

#path-box {
float: left;
height: 25px;
/*margin-top: 10px;*/
width: 100%;
}

#menu {
/*background: #eee;*/
float: left;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
margin: 0px;
line-height: 25px; /* for centering vertically */
}

#menu ul {
list-style: none;
margin: 0;
padding: 0 5px;
width: 90px;
float: left;
}

#menu a, #menu h2, #menu h3, #menu h4 {
/*font: bold 11px/16px arial, helvetica, sans-serif;*/
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 a {
/*font: bold 11px/14px arial, helvetica, sans-serif;*/
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
text-align: center;
margin: 0;
padding: 2px 3px; 
line-height: 25px; /* for centering vertically */
}

#menu h2 {
color: #000;
/*background: #660000;*/
background: #ACA8C1;
text-transform: capitalize;
text-align: center;
padding: 2px 3px; 
width: auto;
line-height: 25px; /* for centering vertically */
}

#menu h3 a {
/*font: bold 11px/14px arial, helvetica, sans-serif;*/
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
text-align: center;
margin: 0;
padding: 2px 3px; 
line-height: 25px; /* for centering vertically */
}

#menu h3 {
color: #000;
/*background: #660000;*/
background: #ACA8C1;
text-transform: uppercase;
text-align: center;
padding: 2px 3px; 
width: auto;
line-height: 25px; /* for centering vertically */
}

#menu h4 a {
/*font: bold 11px/14px arial, helvetica, sans-serif;*/
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
text-align: center;
margin: 0;
padding: 2px 3px; 
line-height: 12px; /* for centering vertically */
}

#menu h4 {
color: #000;
/*background: #660000;*/
background: #ACA8C1;
text-transform: uppercase;
text-align: center;
padding: 2px 3px; 
width: auto;
line-height: 12px; /* for centering vertically */
}

/*#menu p {
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #fff;
text-decoration: none;
line-height: 25px;  for centering vertically 
}*/

#menu a {
color: #000;
background: #ACA8C1;
text-decoration: none;
line-height: 25px; /* for centering vertically */
}

#menu a:hover {
color: #fff;
/*background: #A56B42;*/
background: #9C8599;
display: block;
}

#menu h2 a:hover {
color: #fff;
background: #9C8599;
}

#menu h3 a:hover {
color: #000;
background: #ddd;
}


/*#menu h3 a:hover {
color: #000;
background: #dddddd;
line-height: 25px;  for centering vertically 
}*/

#menu h4 a:hover {
color: #000;
background: #ddd;
line-height: 12px; /* for centering vertically */
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul,
div#menu ul 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,
div#menu ul ul ul ul li:hover ul
{display: block;}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->
