/**************** menu *****************/
#menu {
	width: 850px;
    padding: 0;
    position: absolute;
    z-index: 100;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    margin-right: 0px;
    margin-left: 65px;
}

#menu LI:HOVER {
    cursor: pointer;
    height: 46px;
}

#menu .small-selected, #menu .middle-selected, #menu .wide-selected, #menu .widest-selected{
    height: 46px;
}

#menu LI:HOVER.small, #menu .small-selected { background: url("../../images/menu/small.gif") no-repeat center bottom; }
#menu LI:HOVER.middle, #menu .middle-selected { background: url("../../images/menu/middle.gif") no-repeat center bottom; }
#menu LI:HOVER.wide, #menu .wide-selected { background: url("../../images/menu/wide.gif") no-repeat center bottom; }
#menu LI:HOVER.widest, #menu .widest-selected { background: url("../../images/menu/widest.gif") no-repeat center bottom; }
#menu LI:HOVER.dropdown, #menu .dropdown-selected { background-color: #B5985A; }


#menu a,#menu h2 {
	font-family: Arial, Tahoma, Verdana, serif;
	font-size: 12px;
	color: #FEFEFE;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 0;
}
#menu h2 {
    margin-top: 5px;
	padding: 2px 7px;
}

#menu a {
	color: white;
	white-space: nowrap;
	text-decoration: none;
}

#menu a:hover {
	white-space: nowrap;
	text-decoration: none;
}

#menu LI {
    float: left;
    display: inline;
    height: 31px;
	position: relative;
	text-align: center;
    margin-left: 3px;
    margin-right: 2px;
}

#menu ul ul li, #menu ul ul li:HOVER{
    margin: 0;
    height: 26px;
    text-align: left;
}
#menu ul ul {
    margin: 0;
	position: absolute;
	z-index: 150;
}

#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;
}

/*  Fix for Safari  */
/*\*/
html>body* #menu ul ul li, #menu ul ul li:HOVER{ height: 25px; }
/**/