@charset "utf-8";
/* CSS Document */

#nav-bar ul {padding:0;margin:0;list-style:none;margin-top:0px;}

/* all list items */
#nav-bar li {line-height:1em;float: left;/*width: 10em;  width needed or else Opera goes nuts */}

#nav-bar a, #nav-bar a:hover {} /*--Hover State--*/
a.home {background: url(../images/btn_home01.png) no-repeat;width: 52px;height:32px;margin-left:-4px;display:inline-block;height:32px;text-decoration:none;}
a.home:hover {background: url(../images/btn_home02.png) no-repeat;width: 52px;}
a.home span{visibility:hidden}

a.services {background: url(../images/btn_services01.png) no-repeat;width: 73px;margin-left:-2px;display:inline-block;height:32px;text-decoration:none;}
a.services:hover {background: url(../images/btn_services02.png) no-repeat;width: 73px;}
a.services span{visibility:hidden}


a.sentinel {background: url(../images/btn_sentinel01.png) no-repeat;width:79px;margin-left:-2px;display:inline-block;height:32px;text-decoration:none;}
a.sentinel:hover {	background: url(../images/btn_sentinel02.png) no-repeat;width: 79px;}
a.sentinel span{visibility:hidden}


a.helpdesk {background: url(../images/btn_helpdesk01.png) no-repeat;width: 79px;margin-left:-2px;display:inline-block;height:32px;text-decoration:none;}
a.helpdesk:hover {background: url(../images/btn_helpdesk02.png) no-repeat;width: 79px;}
a.helpdesk span{visibility:hidden}

a.contact {background: url(../images/btn_contact01.png) no-repeat;width: 71px;margin-left:-2px;display:inline-block;height:32px;text-decoration:none;}
a.contact:hover {background: url(../images/btn_contact02.png) no-repeat;width: 71px;}
a.contact span{visibility:hidden}