/* CSS Menues */

#menuBtn a{
display:block;
padding-top:18px;
width:214px;
height:29px;
background-image:url(../../images/btns/menuBtn.png);
background-position:center top;
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#menuBtn a:hover{
background-image:url(../../images/btns/menuBtn_ro.png);
color:#000000;
}

#menuBtnLoaded a{
display:block;
padding-top:18px;
width:214px;
height:29px;
background-image:url(../../images/btns/menuBtn_ro.png);
background-position:center top;
background-repeat:no-repeat;
color:#000000;
font-weight:bold;
text-decoration:none;
}

#tableSubMenu{
width:214px;
position:absolute;
top:240px;
margin-left:-50px;
}

#subMenuHead a{
display:block;
padding-top:15px;
padding-bottom:1px;
width:214px;
background-image:url(../../images/btns/menuHead.png);
background-position:center top;
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#subMenuHead a:hover{
color:#d0ccc4;
}

#subMenuBody a{
width:214px;
display:block;
padding-top:5px;
padding-bottom:5px;
background-image:url(../../images/btns/menuBody.png);
background-position:center;
background-repeat:repeat-y;
color:#FFFFFF;
text-decoration:none;
}

#subMenuBody a:hover{
background-image:url(../../images/btns/menuBody_ro.png);
color:#000000;
}

#subMenuBodyLoad a{
width:214px;
display:block;
padding-top:5px;
padding-bottom:5px;
background-image:url(../../images/btns/menuBody_ro.png);
background-position:center;
background-repeat:repeat-y;
color:#000000;
text-decoration:none;
}


#subMenuFoot{
height:25px;
width:214px;
background-image:url(../../images/btns/menuFoot.png);
background-position:center bottom;
background-repeat:no-repeat;
}

.menuBtn{
padding-left:30px;
}

.load1{color:#d0ccc4;}

#tableNews{
width:214px;
height:85px;
line-height:14px;
font-size:11px;
}

#newsHead{
height:25px;
background-image:url(../../images/bg/subMenuHead.png);
background-position:center top;
background-repeat:no-repeat;
}

#newsBody{
height:35px;
background-image:url(../../images/bg/subMenuBody.png);
background-position:center;
background-repeat:repeat-y;
}

#tdNews{
width:170px;
height:25px;
}

#newsFoot{
height:30px;
background-image:url(../../images/bg/subMenuFoot.png);
background-position:center bottom;
background-repeat:no-repeat;
}

#tableSpar{
width:300px;
height:300px;
line-height:14px;
font-size:11px;
}

#sparHead{
height:30px;
background-image:url(../../images/bg/sparHead.png);
background-position:center top;
background-repeat:no-repeat;
}

#sparBody{
height:240px;
background-image:url(../../images/bg/sparBody.png);
background-position:center;
background-repeat:repeat-y;
}

#tdSpar{
width:250px;
height:25px;
}

#sparFoot{
height:30px;
background-image:url(../../images/bg/sparFoot.png);
background-position:center bottom;
background-repeat:no-repeat;
}

