/**************** menu coding *****************/
#sitecmenu {
	text-transform: uppercase;
	width: 200px;
	font-weight: bold;
	float: left;
}

#sitecmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#sitecmenu a, #sitecmenu h2 {
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0px;
padding: 2px 3px;
}

#sitecmenu h2 {
color: #ffffff;
background: #000000;
text-transform: uppercase;
}

#sitecmenu a {
color: #666666;
background: #FFFFFF;
text-decoration: none;
width: 192px;
}

#sitecmenu a:hover {
color: #FFFFFF;
background: #666666;
width: 192px;
}

#sitecmenu li {
position: relative;
}

#sitecmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#sitecmenu ul ul ul,
div#sitecmenu ul ul li:hover ul ul
{
display: none;
}

div#sitecmenu ul ul li:hover ul,
div#sitecmenu ul ul ul li:hover ul
{
display: block;
}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #sitecmenu ul li {float: left; width: 100%;}
body {
behavior: url(csshover.htc);
} 
</style>
<![endif]-->

<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#sitecmenu ul li {float: left; width: 100%;}
#sitecmenu ul li a {height: 1%;} 

</style>
<![endif]-->
