@charset "utf-8";
/*

contents
┣ body
┣ nav
┣ 
┗ 

*/

.----nav----------------------{
}
#nav,#nav li,#nav li,#nav a,#nav a{
	margin: 0;
	padding: 0;
}
#nav {
	background: url(../../img/nav_off.gif) no-repeat;
	width: 1024px;
	height: 29px;
	position: relative;
	}

/* LI for main navigation */
#nav li {
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#nav li, #nav a {
	height: 26px;
	display: block;
	text-align: center;
	padding-top: 3px;
	color: #FFFFFF;
	font-size: 12px;
	}

/* Modified Phark Image Replacement Technique */
#nav a {
	text-decoration: none;
	}

#nav-a{left: 5px; width:165px}
#nav-b{left: 175px; width:165px}
#nav-c{left: 345px; width:165px}
#nav-d{left: 513px; width:165px}
#nav-e{left: 683px; width:165px}
#nav-f{left: 853px; width:165px}
/*	menu-a	*/
#nav-a a:hover, #nav-a a:visited:hover{background: transparent url(../../img/nav.gif) 0px -20px;}
#nav-a a.selected:link, #nav-a a.selected:visited{background: transparent url(../../img/nav.gif) 0px -40px;}
/*	menu-b	*/
#nav-b a:hover, #nav-b a:visited:hover{background: transparent url(../../img/nav.gif) -150px -20px;}
#nav-b a.selected:link, #nav-b a.selected:visited{background: transparent url(../../img/nav.gif) -150px -40px;}
/*	menu-c	*/
#nav-c a:hover,#nav-c a:visited:hover{background: transparent url(../../img/nav.gif) -300px -20px;}
#nav-c a.selected:link, #nav-c a.selected:visited{background: transparent url(../../img/nav.gif) -300px -40px;}
/*	menu-d	*/
#nav-d a:hover,#nav-d a:visited:hover{background: transparent url(../../img/nav.gif) -450px -20px;}
#nav-d a.selected:link, #nav-d a.selected:visited{background: transparent url(../../img/nav.gif) -450px -40px;}
/*	menu-e	*/
#nav-e a:hover,#nav-e a:visited:hover{background: transparent url(../../img/nav.gif) -600px -20px;}
#nav-e a.selected:link, #nav-e a.selected:visited{background: transparent url(../../img/nav.gif) -600px -40px;}
/*	menu-f	*/
#nav-f a:hover,#nav-f a:visited:hover{background: transparent url(../../img/nav.gif) -750px -20px;}
#nav-f a.selected:link, #nav-f a.selected:visited{background: transparent url(../../img/nav.gif) -750px -40px;}
