.submenu {
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-color : #FFFFFF;
	font-size : 12px;
	text-decoration : none;
}

.submenu:hover {
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-color : #FFFFFF;
	font-size : 12px;
	text-decoration : underline;
}

.category {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	text decoration : none;
}

.category:hover {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	text decoration : underline;
}

.numbers {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

.numbers:hover {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

.itemtitle {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.item {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	text-decoration : none;
}

li {
	color : #003399;
}


