/* CSS Document */

#menu ul { width: 750px; height: 25px; margin: 0 18px 0 17px; text-align: center; background: white url(/images/menu_bg.gif) no-repeat; }
#menu ul li { font-family: Barmeno, sans-serif; color: #4D6F80; font-size: 1.6em; font-weight: bold; position: relative; line-height: 23px; float: left; width: 130px; margin-right: 16px; }
#menu ul li:hover ul, #menu ul li ul:hover { display: block; }
#menu ul li ul { background: none; width: 9.5em; position: absolute; left: 0; top: 23px; padding-top: 2px; display: none; }
#menu ul li ul li { background: #E4E7E9; width: 100%; text-align: left; font-family: Arial, sans-serif; font-size: 1em; font-weight: bold; border-top: 2px solid #CED0D2; padding: .15em .15em .15em .25em; }
#menu ul li ul li:first-child { border: none; }
#menu ul li ul li a:hover { color: #006DA8; }
#menu ul li a { line-height: 0; color: #DDDEDE; font-size: 0; height: 23px; text-decoration: none; display: block; }
#menu ul li ul li a { line-height: 1.8em; font-size: .8em; color: #4D6F80; }

#menuhome { background: url(/images/menu/home-out.gif) no-repeat; }
#menuhome:hover { background: url(/images/menu/home-over.gif) no-repeat; }
#menuhome:active { background: url(/images/menu/home-active.gif) no-repeat; cursor: pointer; }

#menuservices { background: url(/images/menu/services-out.gif) no-repeat; }
#menuservices:hover { background: url(/images/menu/services-over.gif) no-repeat; }
#menuservices:active { background: url(/images/menu/services-active.gif) no-repeat; cursor: pointer; }

#menureferences { background: url(/images/menu/references-out.gif) no-repeat; }
#menureferences:hover { background: url(/images/menu/references-over.gif) no-repeat; }
#menureferences:active { background: url(/images/menu/references-active.gif) no-repeat; cursor: pointer; }

#menuabout { background: url(/images/menu/about-out.gif) no-repeat; }
#menuabout:hover { background: url(/images/menu/about-over.gif) no-repeat; }
#menuabout:active { background: url(/images/menu/about-active.gif) no-repeat; cursor: pointer; }

#menucontact { background: url(/images/menu/contact-out.gif) no-repeat; }
#menucontact:hover { background: url(/images/menu/contact-over.gif) no-repeat; }
#menucontact:active { background: url(/images/menu/contact-active.gif) no-repeat; cursor: pointer; }