@charset "UTF-8";
/* CSS Document */

ul
{ 
	list-style-type: none; 
	padding:0px 0px 0px 10px;
	margin:5px 0px 20px 0px;
}

li
{
	padding:0px 0px 0px 14px;
	margin-bottom:3px;
	background:
		url(../images/link/dotted.gif)
		no-repeat;
}

li:hover
{
	padding:0px 0px 0px 14px;
	background:
		url(../images/link/dotted2.gif)
		no-repeat;
}