.leftnavigation
{
	width:190px;
	margin-right:30px;
	float:left;
	margin-top: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #969696;
	padding-top: 15px;
}

.arrowlistmenu{
	width: 230px; /*width of accordion menu*/
	font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background: #969696;
	padding: 8px 0 8px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 2px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #EF4800;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.arrowlistmenu ul li a{
	color: #333333;
	background: url(images/menu_arrow.png) no-repeat left center;
	padding: 5px 0 5px 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	display: block;
}

/*.arrowlistmenu ul li a:visited{
color: #EF4800;
}*/

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #EF4800;
background-color: #F3F3F3;
}
.glossymenu{
	margin: 30px 0 5px;
	padding: 0;
	width: 228px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: black url(images/glossyback.gif) repeat-x left bottom;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 8px 0 8px 10px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #C8C8C8;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 4px 0 4px 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
.highlightlink {
	font-weight: bold;
	color: #0086DF;
}
.highlightlink_main {
	background: black url(images/glossyback2.gif) repeat-x left bottom;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 8px 0 8px 10px;
	text-decoration: none;
}
