#busy {
	position: absolute;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	height: 420px;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	left: 0px;
	top: 0px;
	border: 5px double #003300;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: e4df98;
		}
.busyp {
	font-family: "Copperplate Gothic Light", Courier;
}

#tr {
	position:absolute;
	top: 1px;
	right: 1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
	cursor: hand;
}
.navbar
{
	float:left;
}  

.mainDiv
{
	position:static;
	bottom: 1px;
}

.topItem
{
	color: #E4DF98;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #003C21;
	background-image: url(image/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #026032;
	text-align: center;
}

.topItemOver
{
	color: #FFFF66;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #026032;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #003C21;
	background-image: url(image/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
}

.topItemClose
{
	color: #E4DF98;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #003C21;
	background-image: url(image/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #026032;
	text-align: center;
}


.topItemCloseOver
{
	color: #FFFF66;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #026032;
	background-image: url(image/arrow-down-y-over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #003C21;
	text-align: center;
}



.dropMenu
{
	font: bold 11px tahoma,verdana,sans-serif;
	color: #000;
	filter:alpha(opacity=100);
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999933;
	border-right-color: #999933;
	border-bottom-color: #999933;
	border-left-color: #999933;
	padding-bottom: 1px;
}

.subMenu
{
   display:block;
}
.subMenu_m
{
	display:block;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
}

.subItem
{
	margin-left:5px;
	margin-top:1px;
	height:23px;
	font: 11px tahoma,verdana,sans-serif;
	text-decoration:none;
	color: #215dc6;
	background-image: url(image/arrow_rt.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
}

.subItem a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #215dc6;
}

.subItemOver
{
	margin-left:5px;
	margin-top:1px;
	font: 11px tahoma,verdana,sans-serif;
	height:23px;
	color: #428eff;
	margin-right: 5px;
}
.style16 {
	font-size: medium;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.subItemOver  a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

