﻿/* Top level menu */

#topMenu ul li a {background-image: url(../images/menu/Short_Menu.gif); background-repeat: no-repeat;} 
#topMenu ul li#home a{background-position: 0px 0px;width:83px} 
#topMenu ul li#home a:active, #topMenu ul li#home a:hover{background-position: 0px -22px} 
#topMenu ul li#about a{background-position: -83px 0px;width:84px} 
#topMenu ul li#about a:active, #topMenu ul li#about a:hover{background-position: -83px -22px} 
#topMenu ul li#samples a{background-position: -167px 0px;width:97px} 
#topMenu ul li#samples a:active, #topMenu ul li#samples a:hover{background-position: -167px -22px} 
#topMenu ul li#none a{background-position: -264px 0px;width:660px}

/* SELECTED IN PAGE */
.home#topMenu ul li#home a {background-position: 0px -44px;}
.about#topMenu ul li#about a {background-position: -83px -44px;}
.samples#topMenu ul li#samples a {background-position: -167px -44px;}



