@charset "utf-8";
/* CSS Document */
#sub-nav {
	background:url(../images/menus/resources/bg.gif) bottom left no-repeat;
}
	a.subitem1 {
		width:204px;
	}
	
		a.subitem1:hover {
			background:url(../images/menus/resources/subitem1.gif);
		}
	
	a.subitem2 {
		width:89px;
	}
	
		a.subitem2:hover {
			background:url(../images/menus/resources/subitem2.gif);
		}
	a.subitem3 {
		width:72px;
	}
	
		a.subitem3:hover {
			background:url(../images/menus/resources/subitem3.gif);
		}
	a.subitem4 {
		width:128px;
	}
	
		a.subitem4:hover {
			background:url(../images/menus/resources/subitem4.gif);
		}
		
	a.subitem5 {
		width:208px;
	}
	
		a.subitem5:hover {
			background:url(../images/menus/resources/subitem5.gif);
		}
