html { overflow-y: scroll;}
body{ font: 80% "Trebuchet MS", sans-serif; margin: 50px; min-height: 100%;}
h1{margin:0px; padding:0px; color: #9e9e9e; text-shadow: 1px 1px 1px #FFF;}
h2{margin:0px; padding:0px;}
h3{margin:0px; padding:5px;}
img{border:0px;margin:0px;padding:0px;}
.maintable{max-width:800px; text-align:justify; padding: 10px; margin-bottom:10px;}
.first{padding-left:70px; width:280px; height: 100px; background:url('../i/1.png') no-repeat;}
.second{padding-left:110px; width:210px; background:url('../i/2.png') 30px 0px no-repeat;}
.third{padding-left:80px; width:220px; background:url('../i/3.png') no-repeat;}
.frontbutton{width:130px; margin-bottom:2px;}
.error{padding: 5px;}
.formdiv input{width:300px;font: 120% "Trebuchet MS", sans-serif; margin-left: 5px;}
.formdiv textarea{width:600px;font: 120% "Trebuchet MS", sans-serif; margin-left: 5px; margin-bottom:5px;}
.formdiv{padding:5px; margin-bottom:10px;}
.formdiv2{padding:5px; margin-bottom:10px;}
.formdiv2 textarea{width:600px;font: 120% "Trebuchet MS", sans-serif; margin-left: 5px; margin-bottom:5px;}
.formheader{margin-bottom:2px;}
.l {
cursor:pointer;cursor:hand;
}



#nav {
    width:810px;
	margin: 0;
    margin-bottom:10px;
	padding: 7px 6px 0;
	/*background: #7d7d7d url(../i/gradient.png) repeat-x 0 -110px;*/
	line-height: 100%;

    


}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	display: block;
	padding:  8px 20px;
	margin: 0;

}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #2779aa;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #4599cb url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
    text-align: left;
	/*top: 35px;*/
	left: 0;
    border: 1px solid #aed0ea; 
    background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
    opacity:0.95;filter:alpha(opacity=95)

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;

	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;

	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}