.menuwe {
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:702px;
text-align:center;
position:relative; 
float:right;
margin-top:10px;
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
}
/* get rid of the default padding - margin and bullets */
.menuwe ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menuwe horizontal */
.menuwe ul li {
float:left;
position:relative;

}
/* set up the default top level links */
.menuwe ul li a, .menuwe ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
width:115px; 
font-size:16px;
margin-right:2px;
height:23px;
padding-top:3px;

}
/* hack for IE5.5 to correct the faulty box model */
* html .menuwe ul li a, .menuwe ul li a:visited {
width:115px;
w\idth:115px;

}
/* hide the drop down menuwe */
.menuwe ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menuwe */
.menuwe table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menuwe ul li:hover a,
.menuwe ul li a:hover {
color:#0860A8;
font-weight:bold;
background:#CCCCCC;
text-decoration:none;
}
/* make the drop down menuwe show and correctly position it */
.menuwe ul li:hover ul,
.menuwe ul li a:hover ul {
display:block; 
position:absolute; 
top:24px;
left:0; 
width:115px;
border-right:1px solid #818181;
border-bottom:1px solid #818181;
background:#F6F6F6;
border-top:0;
}
/* style the drop down links with no hover */
.menuwe ul li:hover ul li a,
.menuwe ul li a:hover ul li a {
display:block; 
color:#0860A8;
border:0;
color:#000;
font-weight:normal; 
height:auto; 
margin-top:4px; 
padding:7px 0px 7px 0px;
width:115px; font-size:14px; background:#F6F6F6;

}
/* style the drop down menuwe links when hovered */
.menuwe ul li:hover ul li a:hover,
.menuwe ul li a:hover ul li a:hover {
background:#fff; 
color:#0860A8;
font-weight:bold;
text-decoration:none;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menuwe ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;

}
/* IE5.5 hack for faulty box model in drop down menuwe */
.menuwe ul li a:hover ul li a {
background:#F6F6F6;
width:115px; /* for IE5.5 faulty box model */
w\idth:115px; /* for IE6 */
text-decoration:none;
}

p.strike {text-decoration:line-through;}