/**************** menu coding *****************/
#sitecmenu {
	width: 173px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	font-size: 85%;
	font-weight: normal;
	color: #006699;
	line-height: 20px;
}

#sitecmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sitecmenu a, #sitecmenu h2 {
	border: 1px dotted #fff;
	display: block;
	margin: 0px;
	padding: 2px 3px;
}

#sitecmenu a {
	background: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom:#000099 solid 1px;
}

#sitecmenu a:hover {
	color: #FFFFFF;
	background: #666666;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

#sitecmenu li {
	position: relative;
}

#sitecmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
display: block;
width: 175px;
background-color: #000;
border:double #000000 1px;
}

div#sitecmenu ul ul ul,
div#sitecmenu ul ul li:hover ul ul
{
display: none;
background-color:#CCCCCC;
}

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: 90%;
} 
#sitecmenu ul li {float: left; width: 100%;}
#sitecmenu ul li a {height: 1%;} 

</style>
<![endif]-->
