/**************** menuu coding *****************/
#menuu {
width: 100%;
float: left;
/* background: #ccc; */

}

#menuu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;

}

#menuu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-top: none;
border-bottom: none;
border-right: none;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;

}



a.test {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: none;
border-top: none;
border-bottom: none;
border-right: none;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
text-align:center;
vertical-align: top;

}

#menuu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-top: none;
border-bottom: none;
border-right: none;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
text-align:center;

}

#menuu h2 {
color: #000;
background: #eee;
}

#menuu a {
background: #eee;
text-decoration: none;
margin: 0;
padding: 2px 3px;
color: #000;
}

#menuu a:hover {
background: #aaa;
margin: 0;
color: ccc;
padding: 2px 3px;
}

#menuu li {position: relative;}

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

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

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

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

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #menuu 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%;
}



#menuu a, #menuu h2 {
font: bold 13px arial, helvetica, sans-serif;
margin: 0;
color:aaa;
padding: 2px 3px;
}
</style>
<![endif]-->
