#leftmenu {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#FFFFFF;
	width:156px;
	position: absolute;
}
#leftmenu a.head {
	background : url("/images/menus/leftmenu/collapsed.png") no-repeat scroll 135px 16px;
	color: #004477;
	display:block;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    /*border-style: dotted;*/
    border-style: solid;
    border-color: #B9C7D3;
    background-color: #F9FAFA;
    border-top-style: solid;
    border-bottom-width: 1px;
    padding: 5px 5px 3px 3px;
}

#leftmenu a.active {
	background : url("/images/menus/leftmenu/expanded.png") no-repeat scroll 135px 16px;
	/*background : url("/images/menus/leftmenu/blue_arrow_up1.png") no-repeat scroll 138px 6px;*/
	/*background: url("collapsed.gif") no-repeat scroll 3px 4px*/
	/*border-bottom: 0.1em solid;*/
	color: #737373;
	display:block;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    /*border-style: dotted;*/
    border-style: solid;
    border-color: #B9C7D3;
    background-color: #F9FAFA;
    border-top-style: solid;
    border-bottom-width: 1px;
    padding: 5px 5px 3px 3px;
}

#leftmenu a.head:hover {
	background-color: #FFFFFF;
	color:#737373;
}
/*#leftmenu a.selected {
	background:#004477 url(/images/menus/leftmenu/expanded.gif) no-repeat scroll;
	background-position: center right;
}*/
/*#leftmenu a.current:hover {
	background-color: #FFFFFF;
	color:#737373;
}*/
#leftmenu a.menu_item {
	background-color: #004477;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    /*font-weight: bold;*/
    white-space: nowrap;
    /*border-bottom: 0.1em solid;*/

    /*border-style: solid;*/
    border-color: #B9C7D3;
    /*background-color: #F9FAFA;
    border-top-style: dotted;*/
    border-bottom-width: 1px;
    padding: 2px 0px 2px 0px;
    
    /*&border-style:solid;*/
	border-bottom:thin solid #B9C7D3;
}
#leftmenu a.sub_menu_item {
	background-color: #14588B;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana,Sans;
    font-size: 11px;
    font-style: normal;
    /*font-weight: bold;*/
    white-space: nowrap;
    /*border-bottom: 0.1em solid;*/
}
#leftmenu a.current {
	background-color:#737373;
	color:#FFFFFF;
	/*border: 0.1em solid #ffffff;*/
	font-weight: bold;
}


#leftmenu ul {
	border-width:0px;
	margin:0px;
	padding: 0 0 0 5px;
	text-indent:0px;
}
#leftmenu li {
	list-style:none outside none; display:inline;
	
	/*border-style: solid;
    border-color: #B9C7D3;
    background-color: #F9FAFA;
    border-top-style: solid;
    border-bottom-width: 1px;
    padding: 5px 5px 3px 3px;*/
}
#leftmenu li li a {
	color:#000000;
	display:block;
	text-decoration: none;
}
.sub_menu_head {
	background : url("/images/menus/leftmenu/collapsed.gif") no-repeat scroll 138px 6px;
}
#leftmenu li li a:hover {
	background-color: #737373;
	color: #ffffff;
    cursor: pointer;
    display: block;
    /*border-bottom: 1px solid #737373;*/
}
#leftmenu li.selected ul {
	background-color:#ffffff;
}
#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

/*.left_menu_right_border {
	border-bottom: 1px solid #737373;
    border-right: 1px solid #737373;
	float:left;
	margin:220px 0px 0px 158px;
	height: 215px;
	#height: 233px;    
	position: absolute;
	display:inline;
}

.left_menu_bottom_border {
	border-bottom: 1px solid #737373;
	display:inline;
	margin:435px 0px 0px 0px;
	width: 159px;
	position: absolute;
	float:left;
}*/

.left_menu_right_border {
	border-bottom: 1px solid #737373;
    border-right: 1px solid #737373;
	float:left;
	margin:66px 0px 0px 158px;
	height: 510px;
	/*#height: 215px;    /* IE 6 & 7 & 8 & 9*/ 
	position: absolute;
	display:inline;
}

.left_menu_bottom_border {
	border-bottom: 1px solid #737373;
	/*padding: 0px; */
	display:inline;
	margin:577px 0px 0px 0px;
	#margin:558px 0px 0px 0px;
	width: 159px;
	position: absolute;
	float:left;
}

.leftsection {
	margin-bottom:1em;
	margin-left:1px;
	margin-top:7em;
	width:150px;
	float:left;
	height:300px
	position: absolute;
}

.twoleftpadding {
	padding:0px 0px 0px 2px;
}

.oneleftpadding {
	padding:0px 0px 0px 1px;
}

@media print {
	.basic div, #leftmenu ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
	
	.left_menu_bottom_border, .left_menu_right_border, #leftmenu {
		display: none;	
	}
}