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

#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/com00001.gif) no-repeat;
	}

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

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

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

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

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

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

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

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

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

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

