/* expandable list with switch aligned right */

/*--------------ALL OF THE NAV COLUMN-----------------*/
ul.leftcol  {
    border-left: 1px solid #c6c3c6; 
    border-right: 1px solid #c6c3c6;
    border-bottom: 1px solid #c6c3c6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    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: #fff;
	background: #013164;
    display: block; 
	height: 20px;
    margin-right: 2px;
    width: auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #53687E;
    text-decoration: none;
	padding-left: 3px;
}
html>body ul.leftcol  a  {
	height:auto;
}

ul.leftcol  a:hover {color: #FFC830; text-decoration: none; font-weight: bold;}
ul.leftcol a:visited {color: #fff;}

/*--------------Second Level Properties-----------------*/

ul.leftcol  ul a {
	width: auto;
	color: #013164;
	font-size: 10px;
	font-weight: normal;
	background: #EBEEF7;
    border-top: 1px solid #D8DEE4;
    border-right: 1px solid #D8DEE4;
    border-left: 1px solid #D8DEE4;
    border-bottom: 1px solid #fff;
    margin-left: -18px;
	margin-right: -18px;
    margin-right: 2px;
	padding-left: 28px; 
}

ul.leftcol  ul a:hover {text-decoration: none; background: #fceebf; color: #013164; font-weight: normal;}
ul.leftcol  ul a:visited {color: #013164}

/*--------------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 */

