
.leftmenu{
	margin: 0;
	padding: 0;
	width: 170px; /*width of menu*/
	border-bottom-width: 0;
	min-height: 476px;
	_height: 476px;
}

#glossymenu div{
	width: 170px;
}

.leftmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background-image:url(../images/leftnav_item_bkg.gif);
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 150px;
	height:20px;
	padding: 15px 0px 0px 32px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	font-size:12px;
	cursor: pointer;
	/*font-weight:bold;*/
}

.leftmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #fff;
	text-decoration: none;
	font-size:12px;
	/*font-weight:bold;*/
}


.leftmenu .menuheader.top{
	background-image:url(../images/leftnav_item_bkg_top.gif);
	background-repeat: no-repeat;
}

.leftmenu .menuheader .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 17px;
	left: 20px;
	border: none;
}

.leftmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	/*color: #000000;*/
}

.leftmenu ul{ /*CSS for UL of each sub menu*/
	padding: 0px 0px 0px 32px;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.leftmenu ul li a{
	border-top:1px dotted #5883AF;
	color: #99ccff;
	font-size: 12px;
	display: block;
	padding: 8px 0px 8px 10px; 
	text-decoration: none;
}

/* CURRENT PAGE - NO HREF TAG */

.leftmenu ul li.selected a{
	border-top:1px dotted #5883AF;
	color: #000000;
	font-size: 12px;
	display: block;
	padding: 8px 0px 8px 10px; 
	text-decoration: none;
}

/* NESTED SUBS */

.leftmenu ul.subcategoryitems{ /*CSS for UL of each nested sub menu*/
	padding: 0px 0px 0px 10px;
	margin-left: 15px;
}


.leftmenu ul.subcategoryitems li a{
	padding-left: 0px;
	border-top:none;
}


/*.leftmenu ul li a:visited{
	color: #99ccff;
}*/

.leftmenu ul li a:hover{ /*hover state CSS*/
	color: #1e1e1e;
}



.leftmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	/*background: lightblue !important;*/
}


.leftmenu ul li.subcategory{ /*hover state CSS for sub menu header*/
	position: relative;
}

.leftmenu ul li a.subexpandable{ /*hover state CSS for sub menu header*/
	color: #ffffff;
}



.leftmenu ul li a.subexpandable .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 12px;
	/* *: top: 13px; */
	left: 0px;
	/* *: left: -10px;*/
	border: none;
	color: #ffffff;
}

/* CURRENT PAGE - NO HREF TAG - NESTED */

.leftmenu ul.subcategoryitems li.selected{
	color: #000000;
	font-size: 12px;
	display: block;
	/*padding: 8px 0px 8px 0px; */
	text-decoration: none;
	border: none;
}

/* MENU SUBHEADERS */

.leftmenu ul li a.subexpandable.opensubheader{ 
	color: #ffffff !important;
}

.leftmenu ul li  a.closedsubheader{ 
	color: #000000 !important;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
