/* ================================================================ 
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/total_background.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {width:998px; height:35px; margin:0px auto; background:url(../MenuImages/HomeMenu.png) left top; position:relative;}
#menu ul {padding:0; margin:0; list-style:none; position:absolute; left:0; top:0; width:998px; height:35px; z-index:10;}
#menu ul li {float:left; padding:0;}
#menu ul li#li1 {padding-left:50px;}
#menu li a {display:block; height:30px; float:left; color:#fff; text-decoration:none; line-height:30px; padding:0 10px; font-family:Verdana; font-size:9pt; border-right:1px solid #bbb; margin-top:5px;}
#menu li#li7 a {border:0;}

#menu li#li1 a b {background:url(../MenuImages/HomeMenu.png) no-repeat left 100px;}
#menu li#li2 a b {background:url(../MenuImages/AboutMenu.png) no-repeat left 100px;}
#menu li#li3 a b {background:url(../MenuImages/ProductMenu.png) no-repeat left 100px;}
#menu li#li4 a b {background:url(../MenuImages/SolutionMenu.png) no-repeat left 100px;}
#menu li#li5 a b {background:url(../MenuImages/ClientMenu.png) no-repeat left 100px;}
#menu li#li6 a b {background:url(../MenuImages/ContactMenu.png) no-repeat left 100px;}
#menu li#li7 a b {background:url(../MenuImages/FeedbackMenu.png no-repeat) left 100px;}



#menu li a:hover {color:#000; white-space:nowrap;}
#menu li a.current {color:#ffffff; font-weight:bold; font-size:10pt}
#menu li a:hover.current {color:#ffffff;}
#menu li a:hover b {display:block; width:998px; height:35px; position:absolute; left:0; top:0; z-index:-1;}

#menu li#li1 a:hover b {background:url(../MenuImages/HomeMenu.png) left top;}
#menu li#li2 a:hover b {background:url(../MenuImages/AboutMenu.png) left top;}
#menu li#li3 a:hover b {background:url(../MenuImages/ProductMenu.png) left top;}
#menu li#li4 a:hover b {background:url(../MenuImages/SolutionMenu.png) left top;}
#menu li#li5 a:hover b {background:url(../MenuImages/ClientMenu.png) left top;}
#menu li#li6 a:hover b {background:url(../MenuImages/ContactMenu.png) left top;}
#menu li#li7 a:hover b {background:url(../MenuImages/FeedbackMenu.png) left top;}


