body {
  margin: 0px;
}

#page {
  margin: 0 0em;
}

.menu {
	display:none;
  padding: 0;
  margin: 0;
  color: #fff;
	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;
}

#tabs {
float:left;
width:1000px;
background-color:transparent;
font-size:93%;
line-height:normal;
}
#tabs ul {
margin:0;
padding:10px 10px 0 10px;
list-style:none;
}
#tabs li {
float:left;
margin:0;
padding:0;
z-index:2;
}

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

#tabs a span {
float:left;
display:block;
background:url("../images/tabrightI.gif") no-repeat right top;
padding:5px 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:120px;
	-webkit-box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
}
#tabs li:hover ul {
	margin:0;
	padding:0;
	background:#37c;
	position: absolute; 
	top:38px;
	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;
}

hr {
	display:none;
}
