	  
ul.tv { 
    /*background: red;*/
	left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 7px;
}

/*Style for LI elements in general (excludes an LI that contains sub lists)*/
.tv li {
	/*background: blue;*/
	background: white url(http://test.miit.ru/content/2lvl-right-arr.png?id_wm=21280) no-repeat left center;
	background-position: 0px 5px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	color: #0064a2;
}

.tv li.submenu { /* Style for LI that contains sub lists (other ULs). */
	background: white url(http://test.miit.ru/content/2lvl-right-arr.png?id_wm=21280) no-repeat left 7px;
	cursor: hand !important;
	cursor: pointer !important;
}


.tv li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.tv .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.tv a {
	color: #0064a2;
}

.tv a:hover {
	background-color: #E0F3ED;
}

.tv b {
	color: #093b60;
}