@charset "utf-8";
/* CSS Document */

#menu3 {
margin-top: 50px;
width: auto;
height: auto;
}

#menu3 ul {
list-style: none;
margin: 0;
padding: 0;
background-image: url(images/layout/menu.png);
height: auto;
width: 100px;
}

#menu3 a, #menu3 h2 {
font: bold 11px/30px arial, helvetica, sans-serif;
display: block;
border: 1px solid #000;

margin: 0;
padding: 2px 3px;
height: 20px;

}

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

#menu3 a {
height: 70px;
color: #000;
background: #FFFFFF;
background-image: url(images/layout/menu.png);
text-decoration: none;
}

#menu3 a:hover {
color: #a00;
background: #fff;
}

#menu3 li {position: relative;}

#menu3 ul ul {
position: absolute;
top: 100%;
width: 100%;
}

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

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



< !--[if IE] >
body {
behavior: url(css/csshover3.htc);
font-size: 100%;
} 
#menu3 ul li {float: left; width: 100%;}
#menu3 ul li a {height: 1%;} 

#menu3 a, #menu3 h2 {
font: bold 0.7em/30px arial, helvetica, sans-serif;
text-align: center;
} 

<![endif] >