.men1{
	height:20px;
	padding-top:8px;
	}

#menu {
background: #eee;
cursor:pointer;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#menu ul:hover { /* remove bullets and list indents */
	margin-top:0px;
list-style: none;
background:#000;
color:#eee;
padding-bottom:6px;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
}

#menu h2 {
color: #eee;
background: #000;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #eee;
background: #000;
}
#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
}


#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
	color: #f0f0f0;
	background: #000;
	}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	color: #eee;
	background: #000;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
}

#menu h2 {
color: #fff;
background: #000;
}

#menu a {
color: #eee;
background: #000;
}

#menu a:hover {
color: #000;
background: #eee;
}

#menu li {position: relative;}

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

#menu ul ul ul {
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;}
