/*******************************/

/* SABRINA NGAI                */

/*******************************/

#globalnav {
padding-top: 0px;
margin-top: 0px;
margin: 0;
/*list-style: url(none) none;*/
list-style: none;
position: relative;
}

#globalnav li {
padding: 0;
margin: 0;
list-style: url(none) none;
float: left;
}

#globalnav li a {
display: block;
height: 0px !important;
height /**/:50px;
padding-top: 50px;
overflow: hidden;
}

li.home {
background: url(../images/btn_home.gif) no-repeat left -50px;
width: 61px;
}

li.home a {
background: url(../images/btn_home.gif) no-repeat left -50px;
}

li.home a:hover, li.home a:focus {
background: url(../images/btn_home.gif) no-repeat left 0px;
}

li.interactive {
background: url(../images/btn_interactive.gif) no-repeat left -50px;
width: 118px;
}

li.interactive a {
background: url(../images/btn_interactive.gif) no-repeat left -50px;
}

li.interactive a:hover, li.interactive a:focus, li.interactive .selected {
background: url(../images/btn_interactive.gif) no-repeat left 0px;
}

li.photography {
background: url(../images/btn_photography.gif) no-repeat left -50px;
width: 127px;
}

li.photography a {
background: url(../images/btn_photography.gif) no-repeat left -50px;
}

li.photography a:hover, li.photography a:focus, li.photography .selected {
background: url(../images/btn_photography.gif) no-repeat left 0px;
}

li.contact {
background: url(../images/btn_contact.gif) no-repeat left -50px;
width: 96px;
}

li.contact a {
background: url(../images/btn_contact.gif) no-repeat left -50px;
}

li.contact a:hover,  li.contact a:focus, li.contact .selected {
background: url(../images/btn_contact.gif) no-repeat left 0px;
}