/* CSS Document */
/*Drop down menus*/
#menu-box {
/*width: 505px;*/
background: #000000;
float: left;
width: 100%;
}

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

#path {
float: left;
font-family: arial, helvetica, sans-serif;
color:#FFFFFF;
font-weight: bold;
font-size: 10pt;
height: 25px;
/*margin-top: 10px;*/
background: #000000;
/*	width: 759px;*/
	width: 926px;
}

#path-corner {
float: left;
background-image: url("../graphics/templateitems/rightbottomcorner.gif");
width: 20px;
height: 25px;
}

#path p {
padding-left: 20px;
margin-top: 5px;
float: left;
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
}

#path a {
text-decoration:none;
}

#path a:link {
color:#FFFFFF;
}

#path a:visited {
color:#FFFFFF;
}

#path a:hover {
text-decoration:underline;
}

#menu {
width: 100%;
/*background: #eee;*/
float: left;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
margin-left: 1px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 130px;*/
width: 118px;
float: left;
}

#menu a, #menu h2, #menu p {
/*font: bold 11px/16px arial, helvetica, sans-serif;*/
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
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: 10px;
text-align: center;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px; 
height: 35px;
}

#menu h2 {
color: #fff;
/*background: #660000;*/
background: #a90000;
/*background-image:url(../graphics/menubutton.jpg);*/
text-transform: uppercase;
text-align: center;
height: 35px;
}

#menu p {
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #fff;
/*background: #660000;*/
background: #a90000;
text-decoration: none;
}

#menu a {
color: #fff;
/*background: #660000;*/
background: #a90000;
text-decoration: none;
height: 35px;
}

#menu a:hover {
color: #fff;
/*background: #ff0000;*/
background: #ff0000;
}

#menu h2 a:hover {
color: #fff;
/*background: #ff0000;*/
background: #ff60000;
height: 35px;
}

#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]-->