/**************** menu coding *****************/
#menu {
height: 110px; 
background: #000;
/*float: left;
width: 100%;*/
}

#transition 
{
	/* background-image: url(../images/transition2.png); */
	width: 580px;
	height: 1px;
	background-color: #333;
	border: 0;
	padding: 0;
	/* margin-top: -12px; */
}

#image-header
{
	width: 229px;
	height: 106px;
	background-color: #000;
	border-bottom: 4px solid black;
	padding: 0;
	margin: 0;
}

#image-header img
{
	border: 0;
	padding: 0;
	margin-top: 0px;	
	height: 106px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 4em;*/
float: left;
}

#menu a, #menu h2, #menu h3 {
font: 13px 'Lucida Grande', Verdana, sans-serif;
display: block;
border-width: 0px;
margin: 0;
padding: 0;
}

#menu a, #menu h3 { 
	background-color: #000;
	color: #888;
}

#menu h2 {
height: 110px;
color: #888;
}

#menu strong {
	padding-top: 86px; 
	padding-left: 12px;
	padding-right: 12px;
	background: #000;
}

#space {
	height: 94px;
}

#menu a {
	text-decoration: none;
}

#menu a:hover, #menu h3:hover {
color: #FFF;
background: #444;
}

#image-header a:hover
{
	background: #000;
	border: 0;
}

#menu h2:hover {
	color: #FFF;
	background-image: url(../images/selection.png);
	background-color: #222;
}

#menu strong:hover {
	background-image: url(../images/selection.png);
}


#menu li {
	background-color: #000;
	position: relative;
	padding: 0;
	margin: 0;
}

#menu ul ul a, #menu ul ul h3
{
	padding-left: 12px;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
}

#menu ul ul {
border-style: solid;
border-color: #333;
border-width: 1px;
width: 17em;
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;}
