@CHARSET "ISO-8859-1";
#menu {
/*width: 100%;*/
/*background: #eee;*/
width: 700px;
background-image: url('images/menudockx.png');
background-repeat: no-repeat;
height:20px;
float: left;
}
#menu ul {
list-style-type: none;
width: 100px;
display:inline;
height: 20px;
margin: 0 ;
padding: 0;
float: left;
}
#menu ul li{
	float : left;
	display: inline;
	width: 100px;
}
#menu a, #menu h2 {
/*font: bold 11px arial, helvetica, sans-serif;*/
	font-family: tahoma;
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 2px 3px;
	padding-left : 10px;
	padding-right: 10px;

}

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

}
#menu ul li h2, #menu ul li a{
	color: #fff;
	font-family: Tahoma;
	font-size: 10px;
	padding-right:10px;
	padding-left:10px;
}
#menu a , #menu ul li ul li a{
color: #000;
text-decoration: none;
}
#menu h2:hover {
color: #000;
background: #efefef;
}

#menu :hover > h2 {
color: #000;
background: #efefef;
}

#menu a:hover {
color: #a00;
/*background-color: #dede;*/
}
#menu :hover > a{
	color: #a00;
/*background-color: #dede;*/
	}

#menu li {position: relative;}

#menu ul ul {
		position: absolute;
		z-index: 500;
		/*height: 180px;*/
		width: 180px;
		/*background-image: url('ddulbg.png');
		background-repeat: no-repeat;
		background-position: bottom-left;*/
}

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

#menu ul ul li{
		background-image: url('images/ddmid.png');
		background-repeat: repeat-y;
		text-align: left;	
	}
#menu ul ul li:hover{
		background-image: url('images/ddmidhov.png');
		background-repeat: repeat-y;
		text-align: left;
}
	

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu 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
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover2.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->
