/**************** menu coding *****************/
#menu {
background: #00c;
width: 12em;
}

#menu ul {
list-style: none;
/* font-size: 100%; */
margin: 0;
padding: 0;
background: #00c;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
padding: 0.25em 0.5em 0.4em 0.75em;
margin: 0;
}
#menu a.parent, #menu a.parent:hover
{
background-image: url(/images/nav_arrow.gif);
background-position: right center;
background-repeat: no-repeat;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #00c;
text-decoration: none;
}

#menu a:hover {
color: #eee;
background: #008;
border-color: #069 #6cf #5bd #069;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#menu li {
position: relative;
background: #00c;
z-index: 2;
}

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

div#menu ul ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

div#search {
font-size: 10px;
width: 10em;
}

#search form {
padding: 0 0 0 0;
}

#search form input {
width: 10em;
font-size: 10px;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
}
