html, body { 
	font-family:Verdana;
	font-size:12px;
	color:#3A3A3A;
	margin:0px;
	padding:0px;
	width:100%;
	background-image:url(images/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#e4f1c8;
}

img, div, input { behavior: url("iepngfix.htc") }

input{
	font-family:Verdana;
}
textarea{
	font-family:Verdana;
}

.menu:active,
.menu:visited,
.menu:link{
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#7d7d7d;
}
.menu:hover{
	text-decoration:underline;
}
.selected_menu{
	font-family:Verdana;
	font-size:12px;
	color:#7d7d7d;
	text-decoration:underline;
}

.sub_menu:active,
.sub_menu:visited,
.sub_menu:link{
	font-family:Verdana;
	font-size:12px;
	display:inline-block;
	height:28px;
	line-height:28px;
	text-decoration:none;
	color:#fff;
	background-color:#d5e05b;
	padding:0px 18px 0px 18px;
}
.sub_menu:hover{
	color:#7d7d7d;
	background-color:#d5e05b;
}
.selected_submenu{
	font-family:Verdana;
	font-size:12px;
	height:28px;
	line-height:28px;
	text-decoration:none;
	padding:0px 18px 0px 18px;
	color:#7d7d7d;
	background-color:#d5e05b;
}
