@charset "UTF-8";
/* CSS Document */

/* 
Copyright 
All rights reserved
Credits: Site created by pill and pillow
*/

/*==========Navigation==========*/
a .alt { display: none; }

#nav1 {
    display: block;
    width: px;
    height: px;
    background-image: url();
    background-position: 0 0;
	float:left;
}

a#nav1:hover {
    background-position:0px 0px;
}

a#nav1.on {
    background-position:0px 0px;
}