.menu ul li a {background-color: #009900;}
.menu ul li a.pinnacle {background-color: #13BBED;}
.menu ul li a.blum {background-color: #FF4108;}
.menu ul li a.mfc {background-color: #830EA0;}
.menu ul li a.accessories {background-color: #009900;}
.menu .worktops a, .menu .worktops li a{background-color: #F48509;}
.menu ul li a.vetreo {background-color: #bd03fa;}
.menu ul li a:hover {background-color: #E7E7E7; TEXT-DECORATION: none;COLOR: #666666;}
a.greyrednav:active {color: #666666;text-decoration: none;font-family: Verdana, Helvetica, Arial, sans-serif;font-size: x-small;}
a.greyrednav:link {color: #666666;text-decoration: none;font-family: Verdana, Helvetica, Arial, sans-serif;font-size: x-small;}
a.greyrednav:visited {color: #666666;text-decoration: none;font-family: Verdana, Helvetica, Arial, sans-serif;font-size: x-small;}
a.greyrednav:hover {color: #ed1d23;text-decoration: none;}

#lowernav UL {
	FONT-SIZE: x-small;
	MARGIN: 0 55px;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 390px;
	display: block;
	float: right;
	padding: 0;
}
#lowernav UL LI {DISPLAY: inline; FLOAT: left; MARGIN: 0px 5px 0px 0px; voice-family: inherit}
#lowernav ul li a {background-color: #E7E7E7;PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; WIDTH: 90px; COLOR: #666666; PADDING-TOP: 5px; TEXT-DECORATION: none; voice-family: inherit}
#lowernav ul li a:hover {color: #ed1d23; TEXT-DECORATION: none}
#lowernav UL LI.tnr {MARGIN: 0px}
ul li a.home {background-color: #666666;}
#topnav ul li a.profile {background-color: #666666;}
#topnav ul li a.support {background-color: #666666;}
#topnav ul li a.contact {background-color: #666666;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: arial, sans-serif;
	position:relative;
	FONT-SIZE: x-small;
	z-index:500;
	width: 510px;
	float: right;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:80px;
	height:20px;
	text-align:center;
	color:#fff;
	border:2px solid #fff;
	border-bottom:none;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
}
.menu ul li ul li a, .menu ul li ul li a:visited {
	width:145px;padding-left:5px;text-align:left;
}

.menu ul {padding:0; margin:0; list-style: none;
	TEXT-ALIGN: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#666; background-color:#E7E7E7;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background-color:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background-color:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background-color:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background-color:E7E7E7;color:#666;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

