/**
 * Basic styling for toplevel and sublevel menu items
 */
ul.NAV11,
ul.NAV11 ul {
float: left;
display:inline;
cursor: default;
width: 190px;
}

/**
 * Position list items relative to the menu it is in,
 * required to keep absolute positioned elements inside the list item
 */
ul.NAV11 li {
float:left;
/*clear: left;*/
position: relative;
background-position: 2px 8px;
background-repeat: no-repeat;
width: 180px;
}

ul.NAV11 li a {
/*font-size: 12px;*/
float: left;
margin: 0px;
/*padding: 5px 15px 5px 20px;*/
padding: 5px 15px 5px 18px;
color: #5B6668;
display: block;
text-decoration: none;
}

ul.NAV11 li a.haschildren,ul.NAV11 li a.haschildrenactive {
background-repeat: no-repeat;
/*background-position: right 7px;*/
background-position: right 6px;
}

	ul.NAV11 li a.haschildrenactive, ul.NAV111 li a.haschildrenactive {
	font-weight: bold;
	}

ul.NAV11 li.haschildrenactive ul {
display: block;
}

ul.NAV11 li.haschildren ul {
display: none;
}

/**
 * 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.NAV11 li > ul {
display: none;
position: relative;
float:left;
}

* html ul.NAV11 ul {
display: none;
position: relative;
float:left;
}

/**
 * This will open the submenu when hovered
 */
ul.NAV11 ul.hover,
ul.NAV11 ul.active {
display: block;
}

/**
 * Styling of links used in the menu
 * Change colors, padding and text-decoration as you like
 */


/**
 * This block describes styling of hovered menu items
 * Change colors or text-decoration as you like
 */
ul.NAV11 a.active {
/*color: #C43219;*/
font-weight: bold;
}

ul.NAV11 a.hover {
/*font-size: 10px;*/
font-weight: bold;
}

/**
 * This block describes styling of active menu items
 */

ul.NAV11 a.visited{
}

/* Fixes IE-windows problems with linebreaks, hide for IE-mac \*/
* html ul.NAV11 li { float: left; }
* html ul.NAV11 li a { height: 1%; }
/* End */


ul.NAV111 ul {
margin: 0px;
cursor: default;
float: left;
display:inline;
}

ul.NAV11 ul.hover {
display: block;
}


ul.NAV111 li {
background-position: 18px 7px;
background-image: url(/smt/user/images/design/sub-li-bg.gif);
background-repeat: no-repeat;
}

ul.NAV111 li a {
padding-left: 30px;
color: #5B6668;
display: block;
text-decoration: none;
}

ul.NAV112 li {
padding-left: 15px;
background-position: 30px 7px;
}

	ul.NAV112 li a {
	padding-left: 27px;
	}
	
	ul.NAV112 li a.active {
	font-weight: bold;
	color: #5B6668;
	}
