body.menu {
background-color: #E2D1B3;
font-family: garamond, serif;
font-size: 11px;
margin: 0px;
background-image: url('/images/background/paper.jpg');
/* left top */
background-position:  -10px 400px;
padding-left: 5px;
padding-right: 0px;
padding-top: 0px;
border-style: solid;
border-color: 75694A;
border-width: 0px 0px 0px 0px;
}

h1 {
font-size: 14px;
width: 100%;
text-align: center;
margin: 0px;
border-style: none;
border-width: 0px 0px 0px 0px;
border-color: #555555;
margin-top: 10px;
padding-bottom: 28px;
margin-bottom: 3px;
background-image: url('/images/menu/french_curve.gif');
background-position: center bottom;
background-repeat: no-repeat;
}

div.menuList {
padding-bottom: 28px;
background-image: url('/images/menu/french_curve_bottom.gif');
background-position: center bottom;
background-repeat: no-repeat;
height: 155px;
}

div.menuItem {
border-style: solid;
border-color: 5A4E2A;
border-width: 1px 0px 1px 0px;
margin-top: 4px;
margin-bottom: 8px;
text-align: center;
padding: 2px;
/*behavior:url('/behaviors/menuLink.htc');*/
cursor: default;
}

div.menuItem a,
div.menuItem a:link,
div.menuItem a:hover,
div.menuItem a:visited {
color: black;
text-decoration: none;
}

a div.menuItem,
a:link div.menuItem ,
a:hover div.menuItem ,
a:visited div.menuItem {
color: black;
text-decoration: none;
cursor: pointer;
}


div.menuList div.selected {
border-width = "2px 1px 2px 1px";
border-color = "#555555 #D1BC79 #555555 #D1BC79";
font=weight = "bold";
font-size = "110%";
background-color = "DCCDA1";
padding-top: 0px;
padding-bottom: 1px;
margin-top: 4px;
margin-bottom: 7px;
cursor: hand;
}

a:visited {
color: 3B5497;
}
a:link {
color: 0039D1;
}
a:hover {
color: 0045FF;
}
a:active {
color: 81A3FF;
}

