/* ================================
    CSS STYLES FOR Module HouseMenu
   ================================
*/
#Head {
	color: #000000;
}

#KTNHouse {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    
}
#KTNHouse li {
    list-style-type: none;
    height: 20px;
    /*width: 125px;*/
    /*margin: 20px;*/
    text-align:left;
	/*text-indent: 20px;*/
}
#KTNHouse li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 1px;
    padding-left:20px;
}
#KTNHouse li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #e1e1e2;
    border-style: outset;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}
#KTNHouse li a:visited {
    color: #000000;
    font-weight: bold;
    background-color: #e1e1e2;
    border-style: outset;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}
#KTNHouse li a:hover {
    font-weight: bold;
    color: #da001c;
    background-color: #e1e1e2;
    border-style: outset;
}

