@charset "UTF-8";
/* CSS Document */

body {
scrollbar-3dlight-color:#f5ecc1; 
scrollbar-arrow-color:#0f2f4e; 
scrollbar-base-color:#fefeec; 
scrollbar-darkshadow-color:#f5ecc1; 
scrollbar-face-color:#f5ecc1; 
scrollbar-highlight-color:#fefeec; 
scrollbar-shadow-color:#f5ecc1;
}


#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FFF;

}

#menu li
{
float: left;
margin: 0 0 0;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  /*text-indent: -900%;*/
  /*position: absolute;*/
  outline: none;
  	color: #FFF;

}
#menu a:hover {
  background-position: top;
  color:black;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 100px;
  height: 30px;
  background: url(images/menu-btn.gif) bottom left no-repeat;
}
/*#menu .home span {
  width: 100px;
  height: 27.5px;
  background: url(images/menu-btn.gif) bottom left no-repeat;
  
}*/

#menu li a
{
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
text-decoration: none;
text-align: center;
}
#nav-menu
{
width:100em
} 

.bottom-links a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	text-decoration: none;
}

.bottom-links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	text-decoration: none;
}

.bottom-links a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	text-decoration: none;
}

.bottom-links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	text-decoration: underline;
}

.bottom-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}

.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 4px;
	padding-left:25px;
	text-align: justify;
}
