#totaldiv {
  position : absolute;
  width : 924px;
  margin-top : 0px;
  margin-left : 0px;
  color: #000000;
}

#menudiv {
  position : absolute;
  background : #F7F7F7;
  width : 239px;
  margin-top : 0px;
  margin-left : 0px;
  padding : 0px;
  z-index : 32;
}

#maindiv {
  position : absolute;
  background : #FFFFFF;
  width : 766px;
  margin-top : 0px;
  margin-left : 240px;
  padding : 0px;
  z-index : 32;
  border-left-style : solid;
  border-left-width : 2px;
  border-left-color : #333333;
  border-right-style : solid;
  border-right-width : 2px;
  border-right-color : #333333;
}

td.rightsolid {
   border-right-style : solid;
   border-right-color : #AAAAAA;
   border-right-width : 1px;
   vertical-align : top
}
td.topdashed {
   border-top-style : dashed;
   border-top-color : #AAAAAA;
   border-top-width : 1px;
}

td.bottomdashed {
   border-bottom-style : dashed;
   border-bottom-color : #AAAAAA;
   border-bottom-width : 1px;
}

td.bottomsolid {
   border-bottom-style : solid;
   border-bottom-color : #AAAAAA;
   border-bottom-width : 1px;
}

#buttonsdiv {
  position : relative;
  width : 492px;
  height : 48px;
  padding : 0px;
  z-index : 31;
}

#ddm{	
	margin: 0;
	padding: 0;
	z-index: 30;
}

#ddm li{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#ddm li a{	
	display: block;
	margin: 0 4px 0 0;
	padding: 4px 0px;
	width: 160px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none
}

#ddm li a:hover{	
	background: #49A3FF
}

#ddm div{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000000;
	border: 0px solid #5970B2
}

#ddm div a{	
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 0px;
	width: 160px;
}
#ddm div a:hover{
	background: #49A3FF;
	color: #FFF
}

