.major {
	list-style-type: none;
	/*line-height: 33px;*/
}

.major li {
    border-bottom: 1px solid #999;
    width: 180px;

}

.major li a {
	padding-left: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 1px !important;
    background-image: url(../images/navbullet.gif);
    width: 167px;
    margin: 10px 0;
}
.major li a:hover,.major li a.active {
    background-image: url(../images/navbullet_act.gif);
    background-color: #eee;

}

.major ul {
	list-style-type: none;
	line-height: 18px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
	margin-left: -25px;
}

.major ul li {
	background-repeat: no-repeat;
	background-position: 0px 19px !important;
	height: 20px;
	padding-left: 40px;
	text-transform: none;
}

.major ul li a {
	padding-left: 10px;
    background-repeat: no-repeat;
}


