.leftmenu {
	width:216px;
	background-image: url(../images/dark-red-box-tp-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #4f0405;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.leftmenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.leftmenu ul {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 204px; /* Width of Menu Items */
}
.leftmenu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/lft-li-btm-dottet-line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	cursor:pointer;
}
.leftmenu ul li .mlinkone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.leftmenu ul li .mlinkone:hover {
	color: #E76F30;
}
/*Sub level menu items */
.leftmenu .subfolderstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	position: relative;
	cursor:pointer;	
}
.leftmenu .subfolderstyle:hover {
	color: #FFFFFF;
	background-image: url(../images/lft-li-btm-dottet-line-hover.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* Sub level menu links style */
.leftmenu ul li .nextlevelmenu {
	position: absolute;
	z-index:800 !important;
	width: 240px; /*sub menu fly width*/
	top: 0;
	visibility: hidden;
	background-color:#692B2C;
	margin:0px;
	padding:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4F0405;
	border-right-color: #4F0405;
	border-bottom-color: #4F0405;
}
.nextlevelmenu li {
	background-image: url(../images/lft-li-btm-dottet-line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.nextlevelmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.nextlevelmenu a:hover {
	color: #E76F30;
}
/* Holly Hack for IE \*/
* html .leftmenu ul li { float: left; height: 1%;z-index:800 !important;}
* html .leftmenu ul li a { height: 1%; }
/* End */