/* CSS Document */

a.select {
	width:12px;
	height:14px;
	background-image: url(../img/dot_white.gif);
	background-repeat: no-repeat;
}

a.select:hover {
	background-image: url(../img/dot_dark.gif);
	background-repeat: no-repeat;
}
a.current {
	background-image: url(../img/dot_dark.gif);
	background-repeat: no-repeat;
}
a.current:hover {
	background-image: url(../img/dot_dark.gif);
	background-repeat: no-repeat;
}

a.select2 {
	color: #666666;
	text-decoration: none;	
}
a.select2:hover {
	text-decoration: underline;
}
a.current2 {
	color: #C2C2C2;
	text-decoration: none;
	background-color: #666666;
}
a.current2:hover {
}
