ul {
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 10px;
	margin: 0px;
}

li {
	margin-bottom: 7px;
	padding-bottom: 0px;
	font-family: Verdana;
	font-weight: bold;
	list-style-type: none;
	color: #000000;
}

li img {	margin-right: 3px;
	vertical-align: middle;
}

li span {
	font-size: 6pt;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	color: #000000;
}

li span.MenuEmpty {	font-size: 8pt;	margin: 0px;
	padding: 3px;
}

li a.MenuDefault, a.MenuDefault:link, a.MenuDefault:visited {	font-size: 8pt;	text-decoration: none;	margin: 0px;
	padding: 3px;	color: #000000;
}

li a.MenuDefault:hover {	color: #000000;
	background-color: #e3e3e3;
	text-decoration: underline;
}

li a.MenuCurrent {	margin: 0px;
	padding: 3px;
	color: #000000;
	background-color: #e3e3e3;
}

li a.MenuCurrent:hover {
	color: #000000;
	background-color: #e3e3e3;
	text-decoration: underline;
}

.ImgPreviewTD { 	color: #66748E;
	text-align: center;
	background-color : #8a7888;
    border-top: 1px dashed;
    border-left: 1px dashed;
    border-bottom: 1px dashed;
    border-right: 1px dashed;
	padding : 5px 5px 5px;
}

.ImgPreview img{
	border: 2px solid #555555;
}

.ImgPreview:hover img{
	border: 2px solid #cfc1be;
}

.ImgPreview:hover{
	color: #cfc1be; /*IE bug*/
}

.Page {
	display: block;
	float: left;
	text-decoration: none;
	font: bold 100% Verdana;
	font-size: 10pt;
	color: #000000;
	padding:5px;
	margin-left: 10px;
}

.Page a {
	text-decoration: none;
	color: #000000;
	padding: 5px;
	margin: 0 2px 0 0;
}


.Page a:hover {
	color: #000000;
	background-color: #e3e3e3;
}

.Page a:link {
	font-size: 12pt;
}

.Page a:visited {
	font-size: 12pt;
}

.Page a.PageCurrent {	font-size: 14pt;
	color: #000000;
	background-color: #e3e3e3;
}

.NavPath {	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	font-family: Verdana;
	color: #000000;
}

.Desc {	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;	font-size: 10pt;
	font: bold 70% Verdana;
	color: #000000;
}

