body {
	margin:0; 
	padding:0; 
	background-color:#FFFFFF;
}

#menu {
		width: 100%;
		background: #FFFFFF;
		float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 110px;
	float: left;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin:0 auto;
	padding: 4px 7px; /*height red box */
}

#menu h2 {
	color: #fff;
	background: #a20537;
	text-transform: uppercase;
	background:#a20537 url(./images/ArrowDown.gif) no-repeat 5px 10px;
	padding: 4px 16px;
	cursor:default;
}
#menu a {
	color: #fff;
	background-color: #a20537;
	text-decoration: none;
	border:1px solid #a20537;
}
.nextlevel {
	background:#a20537 url(./images/Arrowright.gif) center right no-repeat ;
}
#menu a:hover {
	color: #fff	;
 	border-top:1px solid white;
 	border-bottom:1px solid white;
	text-transform:capitalize;
	background:#86888c;
}
#menu a.nextlevel:hover {
	background:#86888c url(./images/ArrowRightHigh.gif) center right no-repeat ;
}

#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;
}

.dealerTit {
	color:#a20537;
	font: bold 13px verdana, arial;
}
#dealerBdy {
	color:#000;
	font: normal 12px verdana, arial;
}
p {
	line-height: 18px;
 
}
