body {
  margin: 0px;
}

#page {
  margin: 0 0em;
}

.menu {
  padding: 0;
	margin:0;
	text-align:center;
  color: #fff;
	width:2048px;
	background: url(../images/rowcellhightlight.png) ;
	background-repeat:repeat-x;
	
}

.menu a { color: #fff; }
.menu a:visited { color: #fff; }
.menu a:hover { color: #fff; background-color:#55f; }

.float-clear {
  clear: both;
}

hr {
	margin: 0px;
  padding: 0;
	width:0px;
}

#tabs {
padding:0px;
float:left;
width:1024px;
height:38px;
margin:0;
background-color:transparent;
font-size:93%;
line-height:normal;
}

#tabs ul {
margin:0;
padding:8px 10px 0 10px;
list-style:none;
}

#tabs li {
float:left;
margin:0;
padding:0;
z-index:2;
}

#tabs a {
float:left;
background:url("../images/theme/tableft_blue.png") no-repeat left top;
margin:0;
padding:0 0 0 6px;
text-decoration:none;
}

#tabs a span {
float:left;
display:block;
background:url("../images/theme/tabright_blue.png") no-repeat right top;
padding:7px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#FFF;
}
#tabs a:hover {
background-position:0% -42px;
}
#tabs a:hover span {
background-position:100% -42px;
}

.posl {
background-position:0% -42px;
}
.posr {
background-position:100% -42px;
}

#tabs li ul {
	margin:0;
	display:none;
	visibility:hidden;
	width:180px;
	-webkit-box-shadow: 5px 5px 8px #888;
	-moz-box-shadow: 5px 5px 8px #888;
}
#tabs li:hover ul {
	margin:0;
	padding:0;
	background:#2f5ea3;
	position: absolute; 
	top:37px;
*left:686px;
	width:9em;
	display:block;
	visibility:visible;
	z-index:100;
}

#tabs li ul li a {
background:none;
float:left;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

#tabs li ul li a:hover {
background:none;
width:100%;
background-color:#d83;
}
