/*list code*/
.list-1 {
    padding-top: 13px;
	list-style-type: none;
	margin-left: 20px;
}
.list-1 li {
    border-top-color: #E9E9E9;
    border-top-style: solid;
    border-top-width: 1px;
    line-height: 31px;
    padding-top: 3px;
}
.list-1 li:first-child {
   
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
   
    border-top-style: none;
    border-top-width: medium;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.list-1 li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../imgs/list-marker.jpg);
    background-origin: padding-box;
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #333;
    display: inline-block;
    font-size: 12px;
    padding-left: 35px;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    word-spacing: -1px;
	text-decoration: none;
}
.list-1 li a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #999;
	text-decoration: underline;
}
/*lists other than the left navigation */
.list-2 {
    padding-top: 13px;
	list-style-type: square;
	margin-left: 23px;

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 1em;
color: #666;
line-height: 1.3em;
}
.list-2 li {
    border-top-color: #E9E9E9;
    border-top-style: solid;
    border-top-width: 1px;
    line-height: 31px;
    padding-top: 3px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.list-2 li:first-child {
   
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    
    
    border-top-style: none;
    border-top-width: medium;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.list-2 li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../imgs/list-marker.jpg);
    background-origin: padding-box;
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #6D6D6D;
    display: inline-block;
    font-size: 12px;
    padding-left: 35px;

    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    word-spacing: -1px;
	text-decoration: none;
	cursor: auto;
}

  
.list-3 ul{
    padding-top: 13px;
	list-style-type: none;
	margin-left: 0px;

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 1em;
color: #666;
line-height: 1.3em;
}
.list-3 li {
	list-style-image: url(../imgs/flame.jpg);
    border-top-color: #E9E9E9;
    border-top-style: solid;
    border-top-width: 1px;
    line-height: 31px;
    padding-top: 3px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.list-3 li:first-child {
   
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
   
   
    border-top-style: none;
    border-top-width: medium;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.list-3 li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../imgs/list-marker.jpg);
    background-origin: padding-box;
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #6D6D6D;
    display: inline-block;
    font-size: 12px;
    padding-left: 35px;

    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    word-spacing: -1px;
	text-decoration: none;
	cursor: auto;
}
