.staticmenuitem {
	text-decoration:none;
	color: #ffffff;
 	font-family: Arial; 
 	font-size: 12pt;
 	font-weight: bold;
    text-align: left;
    background-color: #808080;
    padding: 5 10 5 10;
    border-right: 1px solid #666666;
	border-left: 1px solid #999999;
}

.staticmenuhover {
    color: #ffffff;
    background-color: #931604;
    cursor: pointer;
    text-decoration: underline;
}


.dynamicmenu {
	background-color: #000000;
	z-index: 1000;
    color: #ffffff;
}

.dynamicmenuitem {
 	font-family: Arial; 
 	font-size: 10px;
 	font-weight: bold;
 	background-color: #000000;
    padding: 5px;
    color: #ffffff;
}

.dynamicmenuhover {
 	font-family: Arial; 
 	font-size: 10px;
 	font-weight: bold;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}

.dynamicmenuselected {
 	font-family: Arial; 
 	font-size: 10px;
 	font-weight: bold;
    background-color: #000000;
}