body{
	/*margin:0px auto;
	background-image: url('../pictures/abg4.png');
	background-repeat: repeat-x;*/
	margin: 0px auto; background-image: url('../pictures/bg5.jpg'); background-repeat: repeat-x;
}

.topheader{
	width: 100%;
	height: 150px;
	margin: 0px auto;
/*	padding: 10px;*/
	background-color: white;
/*	border-radius: 0.8em;*/
	box-shadow:0px 8px 8px 0px black;

}

.fmenu{
    width: 100%;
	height: 40px;
	margin: 0px auto;
	line-height: 40px;
	background-color: #117286;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	/*border-radius: 0.5em;*/
	box-shadow:0px 8px 8px 0px black;
}

.dtd5{
    width: 100%;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	background-color: #117286;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	border-radius: 0.5em solid;
	color: white;
	box-shadow:-5px 3px 8px  0px black;

}

.dtd{
    width: 100%;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	background-color: #117286;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	border-radius: 0.5em;
	color: white;
	box-shadow:0px 8px 8px 0px black;
}

.dtd4{
    width: 100%;
	//height: 30px;
	//margin-left: 5px;
	//line-height: 30px;
	padding-left: 5px;
	//background-color: #117286;
	font-family: Verdana;
	font-size: 7pt;
	//font-weight: bold;
	text-align: left;
	border-radius: 0.5em solid;
	color: #333333;
	box-shadow:0px 1px 10px 0px black;
}


.dtd2{
    width: 100%;
	//height: 30px;
	//margin-left: 5px;
	//line-height: 30px;
	padding-left: 5px;
	//background-color: #117286;
	font-family: Verdana;
	font-size: 8pt;
	//font-weight: bold;
	text-align: left;
	border-radius: 0.5em;
	color: #333333;
	box-shadow:0px 8px 8px 0px black;
}
.dtd3{
    width: 200px;
	//height: 30px;
	//margin-left: 5px;
	//line-height: 30px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	border-radius: 0.5em solid;
	color: #333333;
	box-shadow:-5px 3px 8px  0px black;
}




.footer{
	position: relative;
 	width: 800px;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	color: #cccccc;
	background-color: #117286;
	font-family: Verdana;
	font-size: 7pt;
	text-align: center;
	border-radius: 0.5em;
	box-shadow:0px 8px 8px 0px black;

}

a{
  color: white;
  text-decoration: none;
}

a:hover{
  color: red;
}


.datarow2{
	height: 25px; line-height: 25px;font-family: Verdana; font-size: 8pt;
}
.datarow1{
	height: 25px; line-height: 25px;font-family: Verdana; font-size: 8pt; background-color: white;

}

.linkrow{
	height: 25px; font-family: Verdana; font-size: 8pt; font-weight: bold; text-align: center; background-color: green; cursor: pointer; color: white;

}
.firstrow{
 font-family: Verdana; font-size: 8pt; font-weight: bold; background-image: url('../pictures/gb1.png'); background-repeat:repeat-x;
 }
 td.linkrow:hover{
	color: red;
 }
 
 .editrow{
	font-family: Verdana;
	font-size: 9pt;
	color: #666666;
	text-align: right;
	width: 125px;
 }
 
 
 div ul ul {
	display: none;
}

div ul li:hover > ul {
	display: block;
}

div ul {
	background: #1db4d3; 
	background: linear-gradient(top, #1db4d3 0%, #117286 100%);  
	background: -moz-linear-gradient(top, #1db4d3 0%, #117286 100%); 
	background: -webkit-linear-gradient(top, #1db4d3 0%,#117286 100%); 
	//box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	box-shadow:0px 8px 8px 0px black;
	padding: 0px 20px 0px 20px;
	//border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	
}
div ul:after {
	content: ""; clear: both; display: block;
}
div ul li {
	float: left;
}
	div ul li:hover {
		background: #117286;
		background: linear-gradient(top, #117286 0%, #08748a 40%);
		background: -moz-linear-gradient(top, #117286 0%, #08748a 40%);
		background: -webkit-linear-gradient(top, #117286 0%,#08748a 40%);
	}
		div ul li:hover a {
			color: #fefc7b;
			font-weight: bold;
		}
	
	div ul li a {
		display: block; padding: 10px 20px;
		color: white; text-decoration: none;
	}
	
	div ul ul {
	background: #1db4d3; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	div ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #117286;
		position: relative;
	}
		div ul ul li a {
			padding: 10px 20px;
			color: #fefc7b;
		}	
			div ul ul li a:hover {
				background: #08748a;
			}
			
			div ul ul ul {
	position: absolute; left: 100%; top:0; width: 220px;
}