body { font-family: Verdana; font-size: 8pt; background-color: #ff4500; }

h1 { background-color: #ff4500; text-align: center; font-size: 8pt; }

p { font-size: 8pt; }

a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:active { text-decoration: none; font-weight: bold; color: #FF0000; }
a:hover { text-decoration: none; font-weight: bold; color: #FF0000; }

li { list-style-image: 0; font-size: 8pt; }

#menu ul { padding: 0; margin: 0; list-style: none; }
#menu li { float: left; position: relative; width: 90px; height: 30px; }
#menu li ul { display: none; position: relative; top: 0; left: 0; }
#menu li > ul { top: auto; left: auto; }
#menu li:hover ul, li.over ul{ display: block; }

a.myopacity img{
border: none;
padding: 3px;
filter:alpha(opacity=45);
-moz-opacity: 0.45;
opacity: 0.45;
}
 
a.myopacity:hover img{
border: 1px dotted #000;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
