/* expandable list with switch aligned right */

.narrow_btns_grey {
	background-color:#efefef; 
	color:#333333; 
	font-weight:normal;
	padding-left:15px;
	height:1.55em;
	*height:2em;
	width:auto;
	margin-top:0px;
	border-top:solid 1px #8D8D8D; 
	border-left:solid 1px #8D8D8D; 
	border-right:solid 1px #8D8D8D; 
	border-bottom:solid 1px #8D8D8D;
	margin-left:-4px;
}

/*--------------ALL OF THE NAV COLUMN-----------------*/
ul.leftcol  {
    border-left: 0px solid #c6c3c6; 
    border-right: 0px solid #c6c3c6;
    border-bottom: 0px solid #c6c3c6;
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.87em;
    font-weight: bold;
    margin: 0 0 0 0px;
	padding-left: 20px;
    width: auto;
}

/*--------------MAIN UL Properties-----------------*/

ul.leftcol  ul {
   	display: none;
   	margin: 0 0 0 0px;
   	padding: 0;
}

/*--------------Top Level Properties-----------------*/

ul.leftcol  li {
	margin: 0 0 0 0px;
    list-style-type: none;
    position: relative;
}


ul.leftcol  a {
	color: #333333;
	background-color: #e6ae5b;
	background-image: url(http://cdn.idc.com/images/icons/narrow_open_repeat.gif);
	background-repeat: repeat-x;
    display: block; 
	height:1.6em;
	*height:2em;
	border-top: 1px solid #8D8D8D;
	border-left: 1px solid #8D8D8D;
	border-right: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
    text-decoration: none;
	padding-left: 4px 4px 4px 4px;
	margin-left:-2px;
	*margin-left:2px;
}

html>body ul.leftcol  a  {
	height:auto;
}

ul.leftcol  a:hover {color: #ffffff; text-decoration: none; font-weight: bold;}
ul.leftcol a:visited {color: #333333;}

/*--------------Second Level Properties-----------------*/

ul.leftcol  ul a {
	width: auto;
	color: #004b85; 
	font-size: 0.87em;
	font-weight: normal;
	background: #d4e5f5;
    border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-left: -18px;
	margin-right: -18px;
    margin-right: 2px;
	padding-left: 28px; 
}

ul.leftcol  ul a:hover {
	text-decoration: none; 
	background: #F5DCB9; 
	color: #004b85; 
	font-weight: normal;
}
ul.leftcol  ul a:visited {color: #004b85}

/*--------------Switch(+/-) Properties-----------------*/

ul.leftcol  a.switch {
    left: -18px;
    position: absolute;
    text-align: center;
    display: block;
    width: 14px;
}

ul.leftcol  a.switch:hover { text-decoration: none;}

/* Box-model hacks for Win/IE 5.5 \*/

* html ul.leftcol  a.switch { width: 21px; w\idth: 17px; }

/* end hacks */

