/* ------ MEDIA TAG ----- */

@media screen {

.mainMenuTree {
	margin-top: 22px;
	border-bottom: 1px solid #DFDFDF;
}


.treeview {
	color: #000000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.treeview a {
	color: #ffffff;
	display: block;
	background-color: #e10914;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	/*border-bottom: 1px solid #DFDFDF;*/
}

.treeview a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #ffffff;
}

.treeview ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.treeview li{
	background: #e10914 url(/images/icons/list.gif) no-repeat left top;
	padding-left: 18px;
	border-top: 1px solid #FFFFFF;
}

.treeview li ul li{
	background: #e10914 url(/images/icons/list.gif) no-repeat left top;
	padding-left: 18px;
	border-top: 1px solid #FFFFFF;
}

.treeview li ul li ul li{
	background: #e10914 url(/images/icons/list.gif) no-repeat left top;
	padding-left: 18px;
	border-top: 1px solid #FFFFFF;
}

.treeview li.submenu{
	background: #e10914 url(/images/icons/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{
	display: none;
}

.treeview .submenu ul li {
	cursor: default;
}

}

/* ------ END MEDIA TAG ----- */
