
/*this stylesheet is for left navigation panel*/
#navigator_left_top {
background-image: url(../image-files/bg-ltnav_top.jpg);
background-repeat:no-repeat;
height:145px;
margin-left:-5px;
}

#navigator_left_bottom {
background-image: url(../image-files/bg-ltnav_bottom.jpg);
background-repeat:no-repeat;
height:310px;
margin-left:-5px;
}

.housebutton {
text-align: left;
font-size:  12px;
margin-bottom: 2px;
margin-top: 0px;
}

.housebutton a {
font-size: 90%;
padding: 5px;
display: block;
width:170px;
color: #FF7300; 
}

.housebutton a:hover {
font-size: 90%;
padding: 5px;
color: #CDD500; 
display: block;
}


/*this stylesheet is for right navigation panel*/
#navigator_right_top {
background-image: url(../image-files/bg-rtnav_top.jpg);
background-repeat:no-repeat;
height:145px;
margin-right:-5px;
}

#navigator_right_bottom {
background-image: url(../image-files/bg-rtnav_bottom.jpg);
background-repeat:no-repeat;
height:100px;
margin-right:-5px;
}

.housebutton-r {
text-align: right;
font-size:  12px;
margin-bottom: 10px;
margin-top: 5px;
}

.housebutton-r a {
font-size: 90%;
padding: 5px;
display: block;
width:170px;
color: #FF7300;
margin-left:5px;
}

.housebutton-r a:hover {
font-size: 90%;
color: #CDD500;
}

