#navcontainer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

#navcontainer ul { 
	display: block; 
	color: #000000;
	text-decoration: none;
	padding: 10px 0px 0px 5px;
	margin: 0; 
}
#navcontainer a:hover {
	color: #517BA2;
	border-top: 1px dotted #517BA2;
	border-bottom: 1px dotted #517BA2;
	border-left: 1px dotted #517BA2;
	background-color: #FFFFFF;
}
#navcontainer a
{
	display: block;
	color: #FFFFFF;
	width: 130px;
	padding: 1px 0px 1px 8px;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #B1C6D8;
	border-bottom-color: #B1C6D8;
	border-left-color: #B1C6D8;
}
.listTopic{
 font-weight: bold;
 color: #517BA2;
}body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.BackOfficeMenu{
	padding: 3px;
	display: block;
	border: 1px dotted #0099FF;
	margin: 3px;
	background-color: #FFFFFF;
}
.bo_Function {
	margin: 3px;
	padding: 3px;
	border: thin solid #FFCF63;
}
.SubList{
	padding: 3px 3px 3px 3px;
	display: block;
	border: 2px dashed #FFCF63;
	margin: 3px;
	background-color: #FFFFFF;
	border: 2px dashed #FFCF63;
}

ul#PublicYear_NavgList
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align: left;
}

#PublicYear_NavgList li
{
display: inline;
list-style-type: none;
}

#PublicYear_NavgList a { padding: 2px 5px; }

#PublicYear_NavgList a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#PublicYear_NavgList a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
.backOffice {
	border: thin dashed #B1C6D8;
	background-color: #B1C6D8;
	background-position: center center;
}
.backOffice_td {
	height: 50px;
	width: 100px;
}

