/* CSS Document */

#home{
position:absolute;
width:255px;
height:110px;
margin:0;
}

#menuHead{
height:30px;
width:192px;
background-image:url(../images/structure/menuHead.png);
background-position:center;
background-repeat:no-repeat;
}
#menuBody{
height:25px;
background-image:url(../images/structure/menuBody.png);
background-position:center;
background-repeat:no-repeat;
}


.btn a{
display:block;
width:170px;
height:19px;
padding-left:22px;
padding-top:6px;
font-size:12px;
color:#c3ac68;
text-decoration:none;
}

.btn a:hover{
display:block;
width:170px;
height:19px;
padding-left:22px;
padding-top:6px;
font-size:12px;
color:#FFFFFF;
background-color:#c3ac68;
text-decoration:none;
}

.btnActive a{
display:block;
width:170px;
height:19px;
padding-left:22px;
padding-top:6px;
font-size:12px;
color:#FFFFFF;
background-color:#c3ac68;
text-decoration:none;
}

.btnActive a:hover{
display:block;
width:170px;
height:19px;
padding-left:22px;
padding-top:6px;
font-size:12px;
color:#FFFFFF;
background-color:#c3ac68;
text-decoration:none;
}

#menuBodyFiller{
height:124px;
background-image:url(../images/structure/menuBody.png);
background-position:center;
background-repeat:repeat-y;
}

#menuFoot{
height:30px;
background-image:url(../images/structure/menuFoot.png);
background-position:center;
background-repeat:no-repeat;
}