/* CSS Document */
#splashNav {
	width : 250px;
	height : 250px;
	overflow : hidden;
}
ul#nav_main {
	position : relative;
	margin : 0;
	padding : 0;
	background : url(../images/splash_nav.jpg) 0 0;
	list-style: none;
}

ul#nav_main a {
	display : block;
	width : 250px;
	height : 62px;
	text-decoration : none;
	overflow : hidden;
}

li#nm_1 a:hover
{
	background : url(../images/splash_nav_f2.jpg) no-repeat 0px 0;
}

li#nm_2 a:hover
{
	background : url(../images/splash_nav_f2.jpg) no-repeat 0px -62px;
}

li#nm_3 a:hover
{
	background : url(../images/splash_nav_f2.jpg) no-repeat 0px -124px;
}

li#nm_4 a:hover
{
	background : url(../images/splash_nav_f2.jpg) no-repeat 0px -186px;
}


li#nm_1 {
	list-style: none;
	position : absolute;
	top : 0px;
	width : 250px;
	height : 62px;
	background : url(../images/splash_nav.jpg) no-repeat 0px 0;

}

li#nm_2 
{
	list-style: none;
	position : absolute;
	top : 62px;
	width : 250px;
	height : 62px;
	background : url(../images/splash_nav.jpg) no-repeat 0 -62px;
}

li#nm_3
{
	list-style: none;
	position : absolute;
	top : 124px;
	width : 250px;
	height : 62px;
	background : url(../images/splash_nav.jpg) no-repeat 0px -124px;
}

li#nm_4
{
	list-style: none;
	position : absolute;
	top : 186px;
	width : 250px;
	height : 64px;
	background : url(../images/splash_nav.jpg) no-repeat 0px -186px;
}
li#nm_1.sideNavOn , li#nm_2.sideNavOn  , li#nm_3.sideNavOn  , li#nm_4.sideNavOn 
{
	background-image : url(../images/splash_nav_f3.jpg);
}
