a:link{ text-decoration:none; color:white	}
a:visited{text-decoration:none; color:white}
a:hover{text-decoration:none; color:orange}


div, body{
font-family: Verdana; 
font-size:10pt; 
color: black;
}

table.list_table td{
	font-size:7pt;
	border-top:1px solid orange;
	border-left:1px solid orange

}

table.list_table th{
	font-size:7pt;
	width:100px;


}

table.list_table td.noleftbar{
	border-left:0px solid
	}


input.send{
	background:#59bb7f;
	color:#0e9d46;
	border:0px 
	font-size:5px;
	font-weight:bold
	height:15px;
	width:35px;
}

input{
	background:#59bb7f;
	font-family: Verdana;
	color:#cce6d7;
	border:1px solid #0e9d46;
	font-size:7pt;
	height:15px;
	width:80px;
}

textarea{
	background:#59bb7f;
	font-family: Verdana;
	color:#cce6d7;
	border:1px solid #0e9d46;
	font-size:7pt;
	height:35px;
	width:80px;
	scrollbar-base-color: #59bb7f;; 
	scrollbar-arrow-color: #0e9d46;
	scrollbar-DarkShadow-Color: #59bb7f; 
	scrollbar-Shadow-Color: #59bb7f; 
	scrollbar-Highlight-Color: #59bb7f; 
	scrollbar-width:1px;
}




ul.nav{
	padding-top:2px;
	padding-bottom:4px;
	margin: 0;
	list-style-type: none;
	font-size: 13px;
}

ul.nav li
{
	display:inline;
	padding:4px 30px;
	padding-bottom:7px;


}


ul.nav li ul{
	display:none;
	position: absolute;
	width:769px;
	/*max-width: 400ex; */
	/*background-image: url(images/nation_07.jpg);*/
	margin-left: -30px;
	margin-top: 7px;
	background-color:#0f9248;
	padding:20px 30px;
	/*filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;*/
}

ul.nav li ul li{
	border-top: 1px solid black;
	border-left : 1px solid black;
}

ul.nav li:hover{
	background-color:#33CC66   ;

}

ul.nav li:hover > ul{
	display:table;
}


ul.nav A:link {text-decoration: none; color:white;font-weight: bold;}
ul.nav A:visited{text-decoration:none; color:white;font-weight: bold;}
ul.nav A:hover{text-decoration:none; color:black;font-weight: bold;}

ul.nav li ul li A:link {text-decoration: none; color:black;font-weight: normal;}
ul.nav li ul li A:visited{text-decoration:none; color:black;font-weight: normal;}
ul.nav li ul li A:hover{text-decoration:none; color:white;font-weight: normal;}

