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

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
	
h1 {
	color:#009;
}

h2, h3 {
	color:#333;}
	
h3.collapsible{
	color:#009;}	
	
a, a:visited {
	text-decoration:none;
	color:#009;
	}
	
img {
	border:none}	
	
.topmenu {
	background-color:#ddd;
	padding:10px;
	width:100%;
	overflow:hidden;
	}

div.menumenu
{
	float:left;
	padding-top: 4px;
	padding-bottom:4px;
		}

a.menuitem:link, a.menuitem:visited {
	color:#009;
	font-size:small;
	background-color:#eee;
	padding:3px;
	border: thin;
	border-style: solid;
	border-color:#999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left:3px;
}

a.menuitem:hover{
	text-decoration:underline;
	background:#009;
	color:#FFF;
	padding:3px;
	border: thin;
	border-style: solid;
	border-color:#999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left:3px;
	font-size:small;
	
}	

span.menucurrent{
	text-decoration:none;
	background:#009;
	color:#FFF;
	padding:3px;
	border: thin;
	border-style: solid;
	border-color:#999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left:3px;
	font-size:small;
	
}	

div.menucurrent{
	text-decoration:none;
	background:#009;
	color:#FFF;
	padding:3px;
	border: thin;
	border-style: solid;
	border-color:#999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left:3px;
	float:left;

}