/**
 * Basic styling for toplevel and sublevel menu items
 */
ul.NAV6,
ul.NAV6 ul {
}

/**
 * Position list items relative to the menu it is in,
 * required to keep absolute positioned elements inside the list item
 */
ul.NAV6 li {
padding:0px 0px 0px 5px;
margin-bottom:3px;
}

ul.NAV6 > li {
border-bottom:1px solid #CCCCCC;
padding:0px 0px 5px 20px;
margin-top:10px;
}

ul.NAV6 > li {
background-image:url(/smt/user/images/design/arrow.png);
background-repeat: no-repeat;
background-position: 0 3px;
}
/*
ul.NAV6 li.haschildren {
background-image:url(/smt/user/images/design/plus.gif);
background-repeat: no-repeat;
background-position: right 14px;
}*/

	ul.NAV6 li.haschildren a {
	background-image:url(/smt/user/images/design/plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right:0px;
	}

ul.NAV6 li.haschildrenactive {
color:red;
font-weight:bold;
margin:5px 0;
padding:5px 0px 0px 17px;
background-image: none;
}

	ul.NAV6 li.haschildrenactive > a {
	background-color:#003869;
	color:#FFFFFF;
	margin:0;
	padding:5px;
	}
	
/**
 * The next two blocks style the submenu positioning inside a list-item
 * One block for W3C browsers, one for IE6.
 * adjust top and left to change spacing
 */

ul.NAV6 li > ul {
display: none;
margin:6px 0px;
}

html ul.NAV6 ul {
display: none;
}

/**
 * This will open the submenu when hovered
 */
ul.NAV6 ul.hover {
display: block;
}

ul.NAV6 ul.active,
ul.NAV6 ul:active {
display: block;
}


/**
 * Styling of links used in the menu
 * Change colors, padding and text-decoration as you like
 *
 * Order of the a, LVHA (Link Visited Hover Active)
 */
 
ul.NAV6 li a {
display:block;
margin:0 14px 0 0;
overflow:hidden;
text-decoration:none;
}

	ul.NAV6 li.active a {
	color:#FF6600;
	}	

/* Fixes IE-windows problems with linebreaks, hide for IE-mac \*/
* html ul.NAV6 li { float: left; }
* html ul.NAV6 li a { height: 1%; }
*+ html ul.NAV6 li a { height: 1%; }
/* End */

/*  Submenu */
ul.NAV61 li {
background-color:#CCCCCC;
padding:3px 5px;
text-align:left;
text-transform:capitalize;
}

ul.NAV61 .count {
float:right;
color:#333333;
font-size:smaller;
}


/* Sub- Submenu */
ul.NAV61 li ul li {
}

