/* ================================================================ 
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: normal 14px  Arial, verdana, lucida, sans-serif; width:859px; height:37px; position:relative;z-index:1; background-image:url(images/css/menubg.jpg); margin-left:20px;border-right:1px solid #fff;}
.menu ul li a {display:block; text-decoration:none; color:#000;width:120px; height:37px; text-align:center; color:#fff; line-height:32px; font-size:14px; overflow:hidden;border-left:1px solid #fff;}
.menu ul li.services a {width:132px; }
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color: #2b2b2b;
background: url(images/css/mbg.gif);background-position:top; background-repeat:no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:35px; left:0; width:121px;}

.menu ul li:hover ul li a {display:block; background:#cecece; color:#444444;  font-size:12px;line-height:26px; height:26px;  border-top:1px solid #fff;}
.menu ul li:hover ul li a:hover {background:#EE7BA9; color:#630E30;}

