@charset "utf-8";
/* CSS Document */
ul.sf-menu > li:nth-child(5n+2) {
    background-color: #91a5ff;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    margin: 0;
	background-image: url(../images/menuhouse.png);
	background-position:center left;
	background-repeat: no-repeat;
}
ul.sf-menu > li:nth-child(5n+1) {
    background-color: #8399ff;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    margin: 0;
	background-image: url(../images/menuhouse.png);
	background-position:center left;
	background-repeat: no-repeat;
}

ul.sf-menu > li:nth-child(5n-1) {
    background-color: #aebdff;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    margin: 0;
	background-image: url(../images/menuhouse.png);
	background-position:center left;
	background-repeat: no-repeat;
}
ul.sf-menu > li:nth-child(5n-2) {
    background-color: #9eaffd;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    margin: 0;
	background-image: url(../images/menuhouse.png);
	background-position:center left;
	background-repeat: no-repeat;
}
ul.sf-menu > li:nth-child(5n) {
    background-color: #bcc8ff;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    margin: 0;
	background-image: url(../images/menuhouse.png);
	background-position:center left;
	background-repeat: no-repeat;
}

ul.sf-menu > li > a {
    color: #000000;padding-left: 40px;
}
.sf-vertical li {
    width: 265px!important;
}
.index_left_bg{
	background-color: #e6ebfd;
	border-radius: 10px;
	width: 265px;
	margin-top: -10px;
	min-height: 620px;
	background-image: url(../images/index_left_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.sf-vertical {
    margin-left: 0px!important;
    padding: 0!important;
    padding-top: 20px!important;
}