/* the leftmenu */
.lm_main {
	width: 200px;
	padding: 5px 0 15px 0px;
	margin-top: 3px;
}

.leftmenu {
	width: 215px;
	font-size: 110%;
}

.leftmenu a {
	text-decoration: none;
	color: #000;
	font-size: 100%;
}

.leftmenu a:hover,
.leftmenu a:focus, {
	text-decoration: none;
	color: #CA0083;
}

.leftmenu, .leftmenu ul, .leftmenu li {
	margin: 0;
	padding: 0;
	border: 0;
}

.leftmenu, .leftmenu ul {
	background: url(../images/navigation/leftmenu/bg-dt.gif) repeat-y 3px 1px;
	list-style: none;
}

.leftmenu ul  {
	margin-left: 15px;
	display: none;
	width: 215px;
}

.leftmenu li {
	line-height: normal;
	background: url(../images/navigation/leftmenu/nav-icons.gif) no-repeat 3px 3px; /* Default image for a menu item */
	padding: 4px 0 6px 30px;
	width: 180px;
}

.leftmenu ul {
	margin-left: -15px;
	width: 200px;
}

.leftmenu ul li {
	width: 165px;
}

.leftmenu ul ul {
	width: 185px;
}

.leftmenu ul ul li {	
	background-repeat: no-repeat;
	padding: 4px 0 4px 30px;
	background-position: 3px 1px;
	width: 150px;
}

.leftmenu ul ul li a {
	font: normal 10px Verdana;
}

.leftmenu ul ul ul {
	width: 170px;
}

.leftmenu ul ul ul li {
	width: 135px;
}

.leftmenu ul ul ul ul {
	width: 150px;
}

.leftmenu ul ul ul ul li {
	width: 120px;
}

.leftmenu ul ul ul ul ul {
	width: 140px;
}

.leftmenu ul ul ul ul ul li {
	width: 105px;
}

.leftmenu ul ul ul ul ul ul {
	width: 125px;
}

.leftmenu ul ul ul ul ul ul li {
	width: 90px;
}


.leftmenu a {
	text-decoration: none;
	color: #000;
	font-size: 100%;
}

.leftmenu a:hover,
.leftmenu a:focus, {
	text-decoration: none;
	color: #CA0083;
}



.leftmenu a.toggle {
	position: absolute;
	width: 25px;
	height: 12px;
	cursor: pointer;
	margin: 2px 3px 0 -30px;
	padding: 1px;
}

.leftmenu a.toggle span {
	display: block;
	width: 25px;
	height: 12px;
}

.leftmenu .sub {
	margin-top: 2px;
}

/* status */
.leftmenu .first {
	background-repeat: no-repeat;
	background-position: -277px -19px;
}

.leftmenu .active {
	background-repeat: no-repeat;
	background-position: -840px -1px;
}

.leftmenu .selected {
	background-repeat: no-repeat;
	background-position: -1120px -1px;
	padding-bottom: 1px;
}

.leftmenu ul ul .active {
	background-repeat: no-repeat;
	background-position: -840px -3px;
}

.leftmenu ul ul .selected {
	background-repeat: no-repeat;
	background-position: -1120px -3px;
}

.leftmenu .firstactive {
	background-position: -1680px -23px;
}

.leftmenu .firstselected {
	background-position: -1940px -23px;
	padding-bottom: 0;
}

.leftmenu .last {
	background-position: -557px 3px;
	padding-bottom: 0;
}

.leftmenu ul ul li.last {
 	background-position: -557px 2px;
 	padding-bottom: 0;
}

.leftmenu .lastactive {
	background-position: -1400px -6px;
	padding-bottom: 0;
}

.leftmenu .lastselected {
	background-repeat: no-repeat;
	background-position: -1120px -1px;
	padding-bottom: 0;
}

.leftmenu ul .lastactive {
	background-repeat: no-repeat;
	background-position: -1400px -5px;
	padding-bottom: 0;
}

.leftmenu ul .lastselected {
	background-position: -1120px -1px;
	padding-bottom: 0;
}

.leftmenu ul ul .lastactive {
	background-repeat: no-repeat;
	background-position: -1400px -6px;
}

.leftmenu ul ul .lastselected {
	background-position: -1120px -2px;
	padding-bottom: 0;
}


.leftmenu .lastborder {
	position: relative;
	height: 10px;
	margin: 0 0 -4px -30px;
	background: url(../images/navigation/leftmenu/nav-icon-last.gif) no-repeat 3px bottom;	
	width: 55px;
	display: none;
}


.leftmenu ul ul ul .lastborder {
	margin-bottom: 0;
}

.leftmenu a,
.leftmenu .active a,
.leftmenu .selected a,
.leftmenu .firstactive a,
.leftmenu .firstselected a,
.leftmenu .lastactive a,
.leftmenu .lastselected a {
	color: #000;
	text-decoration: none;
}

.leftmenu a:hover,
.leftmenu a:focus,
.leftmenu .active a:hover,
.leftmenu .active a:focus,
.leftmenu .selected a:hover,
.leftmenu .selected a:focus,
.leftmenu .firstactive a:hover,
.leftmenu .firstactive a:focus,
.leftmenu .firstselected a:hover,
.leftmenu .firstselected a:focus,
.leftmenu .lastactive a:hover,
.leftmenu .lastactive a:focus,
.leftmenu .lastselected a:hover,
.leftmenu .lastselected a:focus {
	color: #00498C;
	text-decoration: none;
}

.leftmenu .current a {
	color: #00498C;
}

.leftmenu .current ul a {
	color: #000;
}
