/***** navigation *****/
#sub{
	width: 185px;
	height: 200px;
}

#sub ul{
	list-style-type: none;
	margin:0px;
	padding:0;
}

#sub ul li{
	text-align: left;
	display: block;
	}

#sub ul li a	{
	display: block;
	height: 30px;
	text-indent: -9999px;
	}
	
#sub ul li a:hover	{text-decoration: none;}

#sub ul li#navTitle a	{
	height: 50px;
	background: url(../images/new00001.gif) no-repeat;
	}

#sub ul li#nav2008 a	{
	background: url(../images/sub00001.gif) 0px 0px no-repeat;
	}

#sub ul li#nav2008 a:hover	{
	background: url(../images/sub00001.gif) -185px 0px no-repeat;
	}

#sub ul li#nav2007 a	{
	background: url(../images/sub00001.gif) 0px -30px no-repeat;
	}

#sub ul li#nav2007 a:hover	{
	background: url(../images/sub00001.gif) -185px -30px no-repeat;
	}

#sub ul li#nav2006 a	{
	background: url(../images/sub00001.gif) 0px -60px no-repeat;
	}

#sub ul li#nav2006 a:hover	{
	background: url(../images/sub00001.gif) -185px -60px no-repeat;
	}

#sub ul li#nav2005 a	{
	background: url(../images/sub00001.gif) 0px -90px no-repeat;
	}

#sub ul li#nav2005 a:hover	{
	background: url(../images/sub00001.gif) -185px -90px no-repeat;
	}
	
#sub ul li#nav2004 a	{
	background: url(../images/sub00001.gif) 0px -120px no-repeat;
	}

#sub ul li#nav2004 a:hover	{
	background: url(../images/sub00001.gif) -185px -120px no-repeat;
	}

