﻿body {
    margin:0;
    padding:0;
    background-color:#ffffff;
}
a {outline:none;}

#wrap {
    width:980px;
    margin:0 auto;
}
#nav {
    margin-top:0px;
    padding:0;
    list-style:none;
    width:980px;
    height:36px;
}
#nav li {float:left;}

#nav li a.aboutUs {
    display:block;
    width:196px;
    height:36px;
    background:url("../img/menu/aboutUs.jpg") no-repeat 0 -36px;
    text-indent: -9999px;
}
#nav li a.aboutUs:hover {background-position: 0 0;}

#nav li a.solutions {
    display:block;
    width:196px;
    height:36px;
    background:url("../img/menu/solutions.jpg") no-repeat 0 -36px;
    text-indent: -9999px;
}
#nav li a.solutions:hover {background-position: 0 0;}

ul#nav li a.services {
    display:block;
    width:196px;
    height:36px;
    background:url("../img/menu/services.jpg") no-repeat 0 -36px;
    text-indent: -9999px;
}
#nav li a.services:hover {background-position: 0 0;}

ul#nav li a.pressRoom {
    display:block;
    width:196px;
    height:36px;
    background:url("../img/menu/pressRoom.jpg") no-repeat 0 -36px;
    text-indent: -9999px;
}
#nav li a.pressRoom:hover {background-position: 0 0;}

ul#nav li a.contactUs {
    display:block;
    width:196px;
    height:36px;
    background:url("../img/menu/contactUs.jpg") no-repeat 0 -36px;
    text-indent: -9999px;
}
#nav li a.contactUs:hover {background-position: 0 0;}