/*list code*/

.list-1 ul {
    padding-top: 7px;
	list-style-type: square;
	margin-left: 0px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-align: left;
	text-transform: none;
}
.list-1 li {
   /* border-top-color: #E9E9E9;
    border-top-style: solid;
    border-top-width: 1px;*/
    padding-top: 3px;
	margin-left: 15px;
	font-size: 14px;
		font-family: Verdana, Geneva, sans-serif;
	
}
.list-1 li:first-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    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-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    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: #ccc;
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    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: 2px;
	list-style-type: square;
	margin-left: 23px;
		font-family: Verdana, Geneva, sans-serif;

	/*font-family: font-family:"Open Sans";*/
font-size: 14px;
color: #000;
line-height: 20px;
}
.list-2 li {
    border-top-color: #E9E9E9;
    border-top-style: solid;
    border-top-width: 1px;
    line-height: 26px;
    padding-top: 5px;
font-family: font-family:"Open Sans";
}
.list-2 li:first-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    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-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    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: #000;
    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;
}
