@charset "utf-8";
/* CSS Document */

TD.menu {font-family: verdana, arial, helvetica, sans-serif; font-size: 15px; font-color: #FFFFFF; link: #FFFFFF; vlink: #222222; width: 180px; BORDER-STYLE: SOLID; BORDER-RIGHT-COLOR: #FF0000; BORDER-LEFT-COLOR: #FF0000; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; background: #0000dd}

TD.menu2 {font-family: verdana, arial, helvetica, sans-serif; font-size: 15px; font-color: #FFFFFF; link: #FFFFFF; vlink: #222222; BORDER-STYLE: SOLID; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; background: #0000dd}

body {
margin: 0;
padding: 0;
background: #0000dd;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 1px;
left: 0px;
}
#menu {
width: 220px;
}
#menu dt {
cursor: pointer;
margin: 2px 1px;
/*
height: 20px;
line-height: 20px;
*/
text-align: center;
/* font-weight: bold; */
border: 1px solid gray;
background: #0000dd;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #0000dd;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
color: #0000dd;
background: #FFFFFF;
}

