/* Nav Menu
-------------------------------------------------------------- */
div#Nav, div#Nav * { margin: 0; padding:0; line-height:1; }
div#Nav ul {list-style-type: none; }
div#Nav ul {position:relative; width:370px; height:120px;}
div#Nav ul {background: transparent url(/images/layout/menu.gif) no-repeat left top;}
div#Nav ul li {position: absolute;top: 0;}
div#Nav ul li, div#Nav ul a {height: 120px;display: block;}
div#Nav a {text-decoration:none; text-indent: -5000em; border:0;}

/* IMAGE POSITIONING */
#nav-home {left: 0; width: 114px;}
#nav-clips {left: 114px; width: 106px;}
#nav-contact {left: 220px; width: 150px;}


/* IMAGE HOVERING */
#nav-home a:hover {background: transparent url(/images/layout/menu.gif) 0 -120px no-repeat;}
#nav-clips a:hover {background: transparent url(/images/layout/menu.gif) -114px -120px no-repeat;}
#nav-contact a:hover {background: transparent url(/images/layout/menu.gif) -220px -120px no-repeat;}

/* YOU ARE HERE */
#nav-home.active a {background: transparent url(/images/layout/menu.gif) 0 -240px no-repeat;}
#nav-clips.active a {background: transparent url(/images/layout/menu.gif) -114px -240px no-repeat;}
#nav-contact.active a {background: transparent url(/images/layout/menu.gif) -220px -240px no-repeat;}
