@charset "utf-8";

.main {
	font-family: Arial;
	font-size: 12px;
	background-color: #E6E6FA;
	border: 2px solid;
	border-bottom-color:darkblue;
	border-right-color:darkblue;
	border-top-color:darkgray;
	border-left-color:darkgray;
}
h1 {
	font-family: Arial;
	font-size: 16px;
}

#dropmenudiv{
position:absolute;
border:1px solid #f67420;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}
table {
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #f67420;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f67420;
}

a {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.style1 {font-size: 10px;
}

.tablemenu{background-color:#f67420; 
           border-right: 1px solid darkblue; 
		   border-bottom: 1px solid darkblue;
		   width:1085px;
}
.tdmenu{background-color: #F67420; 
        border-top: 1px solid darkblue; 
		border-left: 1px solid darkblue;
		font-size:12px;
		width:120px;

}