/*  Style Sheet for pop-up menus */

.menuskin{
position:absolute;
width:150px;
background-color:#0022ee;
border:0px solid black;
font:normal 10px arial,comic sans ms,technical;
line-height:16px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:white;
padding-left:10px;
padding-right:10px;
}

/* Menu data don't work for Netscape 4 as menus are built differently 	*/
/* They are explicitly inserted into a layer in kreitz-menu.js        	*/
/* Data for menu items are adjusted below but I don't know yet how to 	*/
/* indicate highlighting                                              	*/

.menuitems {
font:normal 10px verdana, sans serif;
border:0px solid black;
background-color:#0022ee;
}

.menuitems a{
text-decoration:none;
color:white;
line-height:13px;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:green;
}

#mouseoverstyle a{
color:yellow;
}
