/* Start of CMSMS style sheet 'menufinal' */
/* //////////////CSS menu footer//////////////////////////////////////////// */

#pie {
	clear: both;
	width: 100%;
	height: 30px;
}

#pie #footer {
	background-color: #000000;
	height: 150px;
	clear: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 10px;
}
#pie #footer .cop {
	font-size: 10px;
	float: right;
	padding-right: 20px;
	margin-top: 5px;
}


#pie .menufooter a{
	padding-left: 20px;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	float: left;
	margin-top: 5px;
}
#pie .menufooter a:hover{
	font-size: 10px;
	color: #FFCC00;
}

#footer ul {
/* some margin is set in the footer padding */
   margin: 0px;
/* calling a specific side, left in this case */
   margin-left: 5px;
   padding: 0px;
/* remove any default bullets, image used in li call */
   list-style: none;
}
#footer ul li {
	/* remove any default bullets, image used for consistency */
   list-style: none;
	/* float left to set first level li items across the top */
   float:left;
	/* a little margin at top */
   margin: 0px 40px 0px 0px;
	/* padding all the way around */
   padding: 0px;
	/* you can set your own image here, used for consistency */
   background: url(uploads/ngrey/dot.gif) no-repeat left 10px;
	color: #FFCC00;
	font-weight: bold;
}
#footer ul li a {
	/* this will make the "a" link a solid shape */
   display:block;
	margin: 0px 0px 4px;
	padding: 0px 5px 5px;
	font-weight: normal;
}
/* set h3 to look like "a" */
#footer li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 2px 0px 2px 0px;
   padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a", less margin at this level */
#footer li li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 0px;
   padding: 0px 5px 5px 5px;
}
#footer ul li li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* remove float so they line up under top li */
   float:none;
/* less margin/padding */
   margin: 0px;
   padding: 0px 0px 0px 5px;
/* you can set your own image here, used for consistency */
   background: url(uploads/ngrey/dot.gif) no-repeat left 3px;
}
/* fix for IE6 */
* html #footer ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}
* html #footer ul li li a {
   margin: 0px 0px 0px;
   padding: 0px 5px 0px 5px;
}
/* End fix for IE6 */
#footer ul ul {
/* remove float so they line up under top li */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
#footer ul ul ul {
/* remove float so they line up under li above it */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}

.sectionheader {
	margin-top: 0px;
	color: #666666;
	font-weight: bold;
}
.navi #fooleft .currentpage {
	font-size: 0.9em;
	color: #FF9900;
}

.navi #fooleft ul {
	padding-top: 5px;
}
.navi #fooleft li {
	padding: 0px;
	margin-bottom: 10px;
}











/* End of 'menufinal' */

