/* CSS Document */

#menuleft {
position: relative;
top: 0;
left: 0;
width: 163px;
margin: 0;
padding: 0;
border: 0;
}

#menuleft dl {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
}

#menuleft ul {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
}


#menuleft dt {
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
color: White;
margin: 0;
padding: 0;
border-top: 4px;
border-bottom: 3px;
border-left: 0;
border-right: 0;
border-top-color: White;
border-bottom-color: #FEB400;
border-style: solid;
height: auto;
text-align: left;
font-weight: bold;
background-image: url(../images/left-arrow.jpg);
background-repeat: no-repeat;
background-color: #003399;
list-style-type: none;
}

#menuleft dt.sel {
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
color: White;
margin: 0;
padding: 0;
border-top: 4px;
border-bottom: 3px;
border-left: 0;
border-right: 0;
border-top-color: White;
border-bottom-color: #FEB400;
border-style: solid;
height: auto;
text-align: left;
font-weight: bold;
background-image: url(../images/left-arrow-over.jpg);
background-repeat: no-repeat;
background-color: #003399;
list-style-type: none;
}
#menuleft dt a {
color: White;
margin: 0;
padding: 3px 0 3px 20px;
border: 0;
text-decoration: none;
display: block;
height: 100%;
background-image: url(../images/left-arrow.jpg);
background-repeat: no-repeat;
background-color: #003399;
}

#menuleft dt a:hover {
margin: 0;
padding: 3px 0 3px 20px;
border: 0;
background-image: url(../images/left-arrow-over.jpg);
background-repeat: no-repeat;
background-color: #FF0000;
color:#fff;
}

/* style to highlight the header when the left submenu is open */
#menuleft dt a.sel {
margin: 0;
padding: 3px 0 3px 20px;
border: 0;
background-image: url(../images/left-arrow-over.jpg);
background-repeat: no-repeat;
background-color: #003399;
}

#menuleft dd {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #003399;
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
background-color: #FFF0CC;
display: none;
}

#menuleft dd a {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
background-color: #FFF0CC;
}

#menuleft ul {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
}

#menuleft li {
text-align: left;
margin: 0;
padding: 0 0 0 10px;
border: 0;
list-style-type: none;
}

#menuleft li a {
color: #003399;
font-weight: bold;
margin: 0;
padding: 0 0 0 10px;
border: 0;
text-decoration: none;
display: block;
height: 100%;
}

#menuleft li a:hover {
background: #FEB400;
margin: 0;
padding: 0 0 0 10px;
border: 0;
}

#menuleft li a.sel {
background: #FEB400;
margin: 0;
padding: 0 0 0 10px;
border: 0;
}