/* ================================================================ 
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; height:25px; font-size:11px; z-index:100;}
/*.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:32px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:20px; font-size:11px; overflow:hidden;}*/
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}
.menu ul li ul li a {display:block; text-decoration:none; color:#000;width:230px; height:32px; text-align:left;padding-left:5px; color:#fff; border-bottom:1px solid #cc3300;border-right:1px solid #cc3300;border-left:1px solid #cc3300; background:#ffffff; line-height:30px; font-size:12px;font-weight: bold; overflow:hidden;}



.menu ul li a.home{text-indent:-2000px;display:block; text-decoration:none; width:69px; height:32px; overflow:hidden;background:url(../images/menu_home.gif) no-repeat;}
.menu ul li a.home:hover{overflow:hidden;background:url(../images/menu_home_over.gif) no-repeat;}
.menu ul li a.products{text-indent:-2000px;display:block; text-decoration:none; width:92px; height:32px; overflow:hidden;background:url(../images/menu_products.gif) no-repeat;}
.menu ul li a.products:hover{overflow:hidden;background:url(../images/menu_products_over.gif) no-repeat;}
.menu ul li a.services{text-indent:-2000px;display:block; text-decoration:none; width:95px; height:32px; overflow:hidden;background:url(../images/menu_services.gif) no-repeat;}
.menu ul li a.services:hover{overflow:hidden;background:url(../images/menu_services_over.gif) no-repeat;}
.menu ul li a.events{text-indent:-2000px;display:block; text-decoration:none; width:90px; height:32px; overflow:hidden;background:url(../images/menu_events.gif) no-repeat;}
.menu ul li a.events:hover{overflow:hidden;background:url(../images/menu_events_over.gif) no-repeat;}
.menu ul li a.support{text-indent:-2000px;display:block; text-decoration:none; width:95px; height:32px; overflow:hidden;background:url(../images/menu_clientsupport.gif) no-repeat;}
.menu ul li a.support:hover{overflow:hidden;background:url(../images/menu_clientsupport_over.gif) no-repeat;}
.menu ul li a.caseStudies{text-indent:-2000px;display:block; text-decoration:none; width:118px; height:32px; overflow:hidden;background:url(../images/menu_casestudies.gif) no-repeat;}
.menu ul li a.caseStudies:hover{overflow:hidden;background:url(../images/menu_casestudies_over.gif) no-repeat;}
.menu ul li a.articles{text-indent:-2000px;display:block; text-decoration:none; width:108px; height:32px; overflow:hidden;background:url(../images/menu_articles.gif) no-repeat;}
.menu ul li a.articles:hover{overflow:hidden;background:url(../images/menu_articles_over.gif) no-repeat;}
.menu ul li a.faq{text-indent:-2000px;display:block; text-decoration:none; width:65px; height:32px; overflow:hidden;background:url(../images/menu_faq.gif) no-repeat;}
.menu ul li a.faq:hover{overflow:hidden;background:url(../images/menu_faq_over.gif) no-repeat;}
.menu ul li a.resources{text-indent:-2000px;display:block; text-decoration:none; width:98px; height:32px; overflow:hidden;background:url(../images/menu_resources.gif) no-repeat;}
.menu ul li a.resources:hover{overflow:hidden;background:url(../images/menu_resources_over.gif) no-repeat;}
.menu ul li a.contact{text-indent:-2000px;display:block; text-decoration:none; width:94px; height:32px; overflow:hidden;background:url(../images/menu_contact.gif) no-repeat;}
.menu ul li a.contact:hover{overflow:hidden;background:url(../images/menu_contact_over.gif) no-repeat;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000;}
.menu ul li:hover ul {display:block; position:absolute; top:32px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#fff; color:#000;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#fff; color:#000;}
.menu ul li:hover ul li a:hover {background:#000; color:#fff;}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:236px; top:0;}



/*.menu ul li:hover ul li:hover ul.left {left:-105px;}*/


