#VerticalMenu{
	width:164px;
	margin:0px;
	padding:7px 0px 0px 0px;
	background:url(../images/bg_menu_top.gif) no-repeat #FEF5E9;
}
#VerticalMenu ul{
	list-style-type:none;
	width:163px;
	margin:0px;
	padding:10px 0px 70px 0px;
	border-right: solid 1px #B7B7B8;
	background:url(../images/bg_menu_dash_top.gif) repeat-x top;
}

#VerticalMenu ul li{
	margin:0px;
	padding:0px 0px 1px 0px;
	font:bold 14px/26px arial;
	color:#221E1F;
	background:url(../images/bg_menu_dash.gif) repeat-x bottom;
	width:163px;
}

#VerticalMenu ul li a {
	display:block;
	text-decoration: none;
	padding:0px 0px 0px 14px;
	margin:0px;
	font-weight: bold;
	color:#6F7071;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 149px;
}

html>body #VerticalMenu ul li a {
	width: 149px;
}

#VerticalMenu ul li a:hover {
	background:#FDE8CC;
}
#VerticalMenu ul li a.active {
	background:#FDE8CC;
}

#VerticalMenu li.Arrow1 a.hasChildren, #VerticalMenu li.Arrow2 a.hasChildren{
	background:url(../images/bg_menu_arrow.gif) no-repeat right;
}

#VerticalMenu li.Arrow1 a.hasChildren:hover, #VerticalMenu li.Arrow2 a.hasChildren:hover{	
	background:url(../images/bg_menu_arrow.gif) no-repeat right #F99C27;
	color:#fff;
}

ul.subLevel1Hide{
	display:none;
}

ul.subLevel1Show{
	display:block;
}

ul.subLevel2Hide{
	display:none;
}

ul.subLevel2Show{
	display:block;
}

#VerticalMenu ul li ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	width:149px;
	border:none;
}

#VerticalMenu ul li ul li {
	margin:0px;
	padding:1px 0px 0px 0px;
	border:none;
	font:normal 12px/18px arial;
	background:url(../images/bg_menu_dash_sub.gif) repeat-x top #FFEFB5;
}

#VerticalMenu ul li ul li a {
	font-weight:normal;
	display:block;
	border:none;
	width:163px;
	color:#6F7071;
	background:#FDDAAF;
	padding-top:3px;
	padding-bottom:3px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 149px;
}

html>body #VerticalMenu ul li ul li a {
	width: 149px;
}    

#VerticalMenu ul li ul li a:hover {
	background:#F99C27;
}
#MenuBottom{
	width:164px;
	margin:0px;
	padding:0px;
	font:bold 7px/7px arial;
	color:#FEF5E9;
	background:url(../images/bg_menu_bot.gif) no-repeat #FEF5E9;
}
