
body {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	}
#DropDown li li a {
	display: block;
	width: 100%;
	padding: 2px 5px 2px 5px;
	color: #525252;
	background: #FFF;
}
*>#DropDown li li a {

		padding: 2px 0 2px 0;
}
#DropDown li li:hover {
	background: #EDEDED;
}
#DropDown li li a:hover {
	color: #FF0000;
	background: #EDEDED;
}

#DropDown a {
	text-decoration: none;
}
#DropDown li span {
	display: none;
}

li {
	float: left;
	position: relative;
	cursor: default;
	border-width: 0;
}
#ProductsServices, #Showroom, #Sales, #Support, #Info {
	height: 33px;

	position: relative;
	top: 43px;
	left: 64px;
	}
li a img{
	border-width: 0px;
}

li#ProductsServices {
	width: 186px;
}
#DropDown li ul 
{
    z-index: 10;
}
#ProductsServices li a:link {
	width: 165px;
}
#ProductsServices ul {
	width: 165px;
	left: 9px;
}
*>#ProductsServices ul {
	width: 175px;
}
#Showroom {
	width: 113px;
}
#Showroom li a:link, #Showroom li a {
	width: 112px;
}
#Showroom ul {
	width: 122px;
}
#Sales {
	width: 74px;
}
#Sales ul {
	width: 150px;
}
#Sales li a:link {
	width: 140px;
}
#Support {
	width: 102px;
}
#Support ul {
	width: 103px;
}
#Support li a:link {
	width: 90px;
}
#Info {
	width: 75px;
}
#Info ul {
	width: 85px;
}
#Info li a:link {
	width: 75px;
}
li.first a {
	padding-top: 3px;
}
li.last a {
	padding-bottom: 3px;
}


li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0;
	border: solid #8C8C8C;
	border-width: 0 1px 1px 1px;
	background: white;
}

li>ul {
	/*top: 33px;*/
	left: auto;
}

li li {
	display: block;
	float: none;

		padding: 0 0 0 0;
	/*background-color: transparent;
	border: 0;*/
}
*>#DropDown li li {
	padding: 0 0 0 5px;
}

li:hover ul, li.over ul {
	display: block;
	top: 33px;
}