/* 
Client: NordiCold
Author: Wonderbrand AB
Last changed: 2009-11-20
*/


#sub_nav_container{
	float: left;
	width: 200px;
	margin-top:15px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-left:10px;
	padding-top:10px;
	height: 515px;
	margin-right: 15px;
	clear: none;
}



/*Style for LI elements in general (not LIs that contains sub lists)*/
.treeview li { 
background: url(../img/list.gif) no-repeat left center;
list-style-type: none;
text-transform: uppercase;
padding-left: 11px;
margin-bottom: 3px;
}


/* Style for LI that contains sub lists (other ULs).*/
.treeview li.submenu { 
background: url(../img/closed.gif) no-repeat left 6px;
cursor: hand !important;
cursor: pointer !important;
color: #444;
}

/*
.treeview li.submenu a {   Style for LI that contains sub lists (other ULs). 
font-size: 10px;
font-weight: bold;
color: #83334a;
}
*/

/*Style for SECOND level ULs (submenu)*/
.treeview li.submenu ul{ 
display: none; /* Hide them by default. Don't delete. */
}


/* Style for SECOND level LIs (submenu) */
.treeview .submenu ul li{ 
cursor: default;
background: url(../img/list.gif) no-repeat left center;
margin: 3px 0;
font-size: 11px;
font-weight: normal;
color: #444;
}


/*Style for THIRD level LI that contains sub lists */
.treeview li.submenu ul li.submenu { 
background: url(../img/closed.gif) no-repeat left 6px;
cursor: hand !important;
cursor: pointer !important;
}


/* Style for THIRD level LIs (submenu) */
.treeview .submenu ul li ul li { 
cursor: default;
background: url(../img/list.gif) no-repeat left center;
font-weight: normal;
font-size: 10px;
margin: 3px 0; 
}
