@charset "utf-8";
/* CSS Document */
* {
font-family: Georgia, "Times New Roman", Times, serif;	font-size: 10px;color: #666666;
}
#menu {
font-size: 10px;
clear: both;
width: 225px;
margin-left: -34px;
}
#menu ul {
float: left;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
#menu ul li {
color: #666666;
display: inline;
background-color: #ffffff;
}
#menu ul li:hover {
background-color: #ffffff;
text-decoration:underline;
}
#menu ul li.current {
font-weight: bold;
background-color: #ffffff;
}
#menu ul li a
{
color: #666666;
text-decoration: none;
}
.style2 {
	color: #000000;
	font-size: 12px;
	padding: 10px 0 2px 0;
	font-weight: bold;
}