/* CSS Document */		

.NavULListContainer {
	margin:10px 0 10px 10px;
}

.NavUL {
	padding:0;
	margin:0;
	list-style:none;
}

.NavUL .NavLiList, .NavUL .NavLiListSelected {
	list-style:none;
	float:left;
	margin:0 3px 0 0;
	border:1px solid #D8DBCF;
	padding:2px;
	font-size:.7em;
	width:18px;
	height:12px;
	text-align:center;
}



.NavUL .NavLiListSelected, .NavUL .NavLiList:hover {
	background:#d92527;
	color:#FFF;
	font-weight:bold;
}

.NavUL .NavLiList a {
	color:#000;
	text-decoration:none;
}
