body {
	font-family: Verdana;
	background-color: #0d0d0d;
	scrollbar-3dlight-color:black;
    scrollbar-arrow-color:black;
    scrollbar-track-color:white;
    scrollbar-darkshadow-color:black;
    scrollbar-face-color:white;
    scrollbar-highlight-color:white;
    scrollbar-shadow-color:white;
}
h1{font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 15px;
	margin-top: 12px;
	margin-bottom:10px;}
p {
	font-family: Verdana;
	font-size: 10px;
	padding-right: 20px;
	padding-left: 15px;
	margin-top: 12px;
	margin-bottom:10px;
}
.field {font-size:10px;}
.title{font-size:10px;} 

.thumbs{
	font-size: 10px;
	color: #333333;
}
.thumbs a{
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	border: 0;
}
	.thumbs a img{
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	border: 1 solid #333333;
}
	
.link a{
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}

.foot{
margin-top:10px;
	color: #CCCCCC;
	font-size: 12px;
}
.foot a{
	color: #FFFF99;
	text-decoration: none;
	font-size: 12px;
}

#menuList {
	position:relative;
	font-size:11px;
	z-index:100;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	left: 19px;
}

#mainMenu {
	position:relative;
	margin-right: 5px;
	left: -10px;



	
}

#menuList ul {
	z-index:100;
	margin-left:-20px;
	padding: 0px;
}

#menuList li {
	z-index:100;
	display:inline;
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

a.starter {
	z-index:100;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000000;
}

a.starter:hover, a.starter:active, a.starter:focus {
	background-color: #ffffff;
	color: #000000;
}
#menubuilder, #stylelibrary, #aboutus {
	width: 120px;
}
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
.menu li {
	width:100%;
}
.menu li a {
	background: #000000;
	z-index:100;
	color: #fff;
	display: block;
	width:120px;
	font-size: 1em;
	padding:2px 5px;
	margin: 0px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #ffffff;
	color: #000000;
}
