.menu {
	width:120px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-top: 100px;
	margin-bottom: 100px;
	position: absolute;
	padding: 0px;
	list-style-type: none;
}
.bordertop {
	display: block;
	border-top: solid #fff 1px;
}
.borderbottom {
	display: block;
	border-bottom: solid #fff 1px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:120px;
	w\idth:120px;
	height: 50px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0px;
	margin:0px;
	list-style-type: none;
	display: block;
	float: left;
	width:120px;
	
}
.menu ul li{
	padding: 0px;
	margin:0px;
	list-style-type: none;
	display: block;
	float: left;
	width:120px;
	
}
.menu ul li a:hover{
	color: #ccc;
	
}
.menu ul ul {
	position: absolute;
	display: block;
	top: 20px;
}
/* style the links for the top level */
.menu li a, .menu li a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	text-align: right;
	height: 10px;
	width: 108px;
	line-height: 10px;
	padding: 5px 15px 5px 0px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:120px;
	w\idth:120px;
	color: #FFFFFF;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #000000;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #666666;
}
.menu ul ul :hover > a.drop {
	background-color: #000000;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#000;}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
	background-color: #000000;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	left:120px;
	width:160px;
	font-size: 10px;
	top: 22px;
	display: block;
	height: 0px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:10px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:-9999px;
	top:0px;
	width:160px;
	text-align: left;
}
#stockistdrop {
	margin-top: 140px;
}
#stockistdropoutdoor {
	margin-top: 100px;
}
#accessories {
	margin-top: 55px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:50px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:50px;
	left:0;
	border-collapse:collapse;
	text-align: left;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFF;
	padding:12px 10px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	background-color: #000000;
	line-height: 8px;
	width: 140px;
	margin-top: -8px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:120px;
	w\idth:120px;
	background-color: #000000;
}

/* style the top level hover */
.menu ul ul a:hover, .menu ul ul ul a:hover{
	color:#FFFFFF;
	background-color: #000000;
	background-image: url(../../images/bits/drophover.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.menu :hover > a {
	color:#fff;
}
.menu ul ul :hover > a {
	color:#fff;
	background-image: url(../../images/bits/drophover.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	background-color: #000000;
	width: 160px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:visible;
	background-color: #000000;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ left:155px; visibility:visible;}
