/* LEFTMENU */

#menu {
width:212px;
height:370px;
 background: url(../images/menu_top.png) no-repeat 19px 0px
}

#menu P {
position:relative;
left:35px;
top:5px;
display:block;
width:130px;
color:#fff;
font-size:14px;
font-weight:normal;
margin-bottom:5px;
background:url(../images/bullet_inactive.png) no-repeat 0 5px;
display:list-item;
list-style-type:none;
padding:2px 0 2px 12px;
border-bottom:1px solid #3a6b9c}


#menu A {
color:#fff;
position:relative;
left:35px;
top:5px;
display:block;
width:130px;
font-size:14px;
font-weight:normal;
margin-bottom:5px;
display:list-item;
list-style-type:none;
padding:2px 0 2px 12px;
border-bottom:1px solid #3a6b9c;
background:url(../images/bullet.png) no-repeat 0 5px;
}

#menu A:hover {
color:#000000;
position:relative;
left:35px;
top:5px;
display:block;
width:130px;
font-size:14px;
font-weight:normal;
margin-bottom:5px;
display:list-item;
list-style-type:none;
padding:2px 0 2px 12px;
border-bottom:1px solid #3a6b9c;
background:#36F692 url('../images/bullet_on.png') no-repeat 0 5px;
}

#menu-left {
width:19px;
height:234px;
/*background:url(../images/menu_left.png) no-repeat left top;*/
position:absolute;
top:92px;
left:0}

.leftheader {
position:relative;
left:20px;
top:0;
margin-top:20px;
display:block;
width:160px;
height:35px;
background:#214785 url('../images/menu_headers.png') no-repeat left top; }

.leftheader SPAN {
font-size:14px;
font-weight:bold;
position:relative;
left:10px;
top:7px;
width:140px;
height:25px}