/* CSS Document */

	#nav-right, #nav-right ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 128px;
	}
	
	#nav-right li { /* all list items */
		position : relative;
		float : left;
		line-height : 15px;
		margin-bottom : -1px;
		width: 128px;
	}
	
	#nav-right li a {
		width: 128px;
		w\idth : 128px;
		height: 19px;
		display : block;
		font-weight : bold;
		text-decoration : none;	
		margin: 0px auto;
		font-size: 12px;
		color: white;
		background-image: url(images/linkbg.jpg);
		text-indent: 25px;
		padding-top: 3px;
	}
	
	#nav-right li a:hover {
		color : #999999;
		background-image:url(images/lingbg-hover.jpg);
		text-indent: 35px;
		
	}