/* CSS Document */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
top: 0;
left: 0;
}
dl#menu {
width: 17em;
}
dl#menu dt {
cursor: pointer;
margin: 0px;
height: 50px;
line-height: 50px;
text-align: center;
font-weight: bold;
background: #f8f8f8;
background: #FFFFFF url(../images/menu_tab.gif) no-repeat;
}
dl#menu li {
text-align: left;
background: #f8f8f8;
margin: -3px 0px 2px 0px;
}
dl#menu li a {
color: #00529b;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
margin-left: 5px;
}

dl#menu dt a {
font-size: 16px;
color: #00529b;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
text-transform: uppercase;
}

dl#menu li a:hover, dl#menu dt a:hover {
color: #88878c;
}


