@CHARSET "UTF-8";

#menu {
	width: 100%;
	/*background-color: #ffffff;*/
	background-image: none;
	background-repeat: repeat;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 162px; /* be borderiu 163px */
	float: left;
}

#menu a, #menu h2 {
	font: bold 11px/36px arial, helvetica, sans-serif;
	display: block;
	margin:0;
	text-align: center;
}

#menu h2 {
	color: #000000;
	background: #ffffff;
	text-transform: uppercase;
	border-right: 1px solid #000000;
}

#menu h2 a
{
	border-top: none;
	border-right: none;
	background: #fafafa;
}

#menu a {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#menu ul:FIRST-CHILD h2
{
	border-left: 1px solid #000000;
}

#menu a:hover {
	background: #fffafa;
}

#menu li {position: relative;}

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

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

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;}
