.NSLeftMenu, .NSLeftMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 196px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 1px solid black;
}

.NSLeftMenu li {
	position: relative;
	width: 196px;
}

.NSLeftMenu ul li a{
	background: white url('/images/widgets/NSLeftMenu/glossyback.gif') repeat-x bottom left;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: black;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.NSLeftMenu ul li:hover a {
	background: white url('/images/widgets/NSLeftMenu/glossyback2.gif') repeat-x bottom left;
	/* color: #ffc000; */
	color: #FF840A;
	font: bold 12px Verdana, Helvetica, sans-serif;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.NSLeftMenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 196px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	border: 1px solid #ffc000;
	display: none;
}

.NSLeftMenu ul li ul li {
	background: white url('/images/widgets/NSLeftMenu/glossyback2.gif') repeat-x bottom left;
	float: left;
}

.NSLeftMenu ul li ul li a{
	background: white url('/images/widgets/NSLeftMenu/glossyback2.gif') repeat-x bottom left;
	width: 185px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	/* color: #ffc000; */
	color: #FF840A;
}

.NSLeftMenu .arrowdiv{
	position: absolute;
	right: 2px;
	/*	background: transparent url('/images/widgets/NSLeftMenu/arrow.gif') no-repeat center right; */
}

/*
.NSLeftMenu li a:visited, .NSLeftMenu li a:active{
	color: white;
}
*/

.NSLeftMenu li a:hover{
	background-image: url('/images/widgets/NSLeftMenu/glossyback2.gif');
	/* color: #ffc000; */
	color: #FF840A;
}


.NSLeftMenu ul li ul li a:hover{
	background-image: url('/images/widgets/NSLeftMenu/glossyback3.gif');
	color: black;
}

/* Holly Hack for IE \*/
* html .NSLeftMenu li { float: left; height: 1%; }
* * html .NSLeftMenu li a { height: 1%; }
*/* End */
