
/*@ Top Black menu for "general" permalinks*/

.moduletable_pointermenu{
border-top: 2px solid black; /*optional border across top*/
margin: 0;
padding: 0px;
float:right;
position:relative;
top:15px;
right:25px;
}


.moduletable_pointermenu ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 0.7em "Trebuchet MS";
background-color: black;

}

* html .moduletable_pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

.moduletable_pointermenu ul li{
display: inline;
}

.moduletable_pointermenu ul li a{
float: left;
color:white;
font-weight: bolder;
padding: 2px 11px 7px 7px;
text-decoration: none;
/*background: url(../images/menu/pointer.gif) bottom center no-repeat;*/
}

.moduletable_pointermenu ul li a:visited{
color: white;
}


.moduletable_pointermenu ul li a:hover, 
.moduletable_pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: darkred;
}

.moduletable_pointermenu ul li#current a {
	background-color:darkred;
}

/*	@end of top menu */

