UJ Network Menu:
/* These are the style specifications for the menu layers.
Set width to get more browsers corporation */u {
position:absolute; visibility:hidden;
width:200px; left:0; top:0; z-index:500;
font-size:10px;
background-color: #e6e6e6; color:#000;
border: 2px solid;
border-color: #f7faff #99a #99a #f7faff;
z-index:500;
}
/* Style specifications for menu items and links */u ul { margin:0; padding:0 }
/* Need to set padding of at least one pixel or ie sets very large margin */u ul li {
padding:1px; margin:0;
list-style-type:none
}
/* Set display block and position relative so clicks on list items activate links */ u a {
cursor:default;
.4em; margin:0;
background-color:transparent;
display:block; position:relative;
text-decoration:none
}
u a:link { color:#33b }u a:visited { color:#339 }u a:hover { color:#fff; background-color:#338 }