/* TOP MENU */
.VerticalExpandTopMenu {
	width: 206px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-top:13px;
}

.VerticalExpandTopMenu A:Visited,
.VerticalExpandTopMenu A:Link {
	text-align:right;
	color:#ffffff;
	background-image:url(/custom/templates/page/KiwiInner/images/kiwibird_main_top_menu.gif);
	background-repeat:no-repeat;
	background-position: right;
	display: block;
	margin:0px;
	padding: 3px 31px 0px 0px;
	height:19px;
	text-decoration:none;
}

.VerticalExpandTopMenuLevel3CurrentPage A:Visited,
.VerticalExpandTopMenuLevel3CurrentPage A:Link,
.VerticalExpandTopMenu A:Hover {
	color:#ffffff;
	text-decoration:underline;
}

/* END TOP MENU */

/* LEFT MENU */
.VerticalExpandMenu {
	width: 166px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.VerticalExpandMenu A:Link,
.VerticalExpandMenu A:Visited {
	text-decoration: none;
	color: #9F9F9F;
	font-weight:bold;
	padding: 4px 0px 0px 64px;
	margin: 0px;
	display: block;
	height:22px;
	background-image:url(/custom/templates/page/KiwiInner/images/kiwibird_main_menu.gif);
	background-repeat:no-repeat;
}

.VerticalExpandMenu A:Hover {
	text-decoration: none;
	color: #9F9F9F;
	display:block;
	background-image:url(/custom/templates/page/KiwiInner/images/kiwibird_main_menu_hover.gif);
	background-repeat:no-repeat;
}

.VerticalExpandMenuLevel3CurrentPage,
.VerticalExpandMenuLevel3WithChildren,
.VerticalExpandMenuLevel3CurrentPage A:Visited,
.VerticalExpandMenuLevel3CurrentPage A:Link,
.VerticalExpandMenuLevel3WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel3WithChildrenCurrentPage A:Link {
	text-decoration: none;
	color: #9F9F9F;
	display:block;
	background-image:url(/custom/templates/page/KiwiInner/images/kiwibird_main_menu_hover.gif);
	background-repeat:no-repeat;
}

.VerticalExpandMenuLevel4 A:Visited,
.VerticalExpandMenuLevel4 A:Link {
	font-size:10px;
	text-transform:none;
	font-weight:normal;
	display:block;
	background:#A02126;
	border-bottom:1px #A44149 solid;
	line-height:16px;
}

.VerticalExpandMenuLevel4 A:Hover {
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	background:#C0272A;
}

.VerticalExpandMenuLevel4CurrentPage A:Visited,
.VerticalExpandMenuLevel4CurrentPage A:Link,
.VerticalExpandMenuLevel4WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel4WithChildrenCurrentPage A:Link {
	text-decoration: underline;
	font-size:10px;
	text-transform:none;
	font-weight:normal;
	display:block;
	background:#A02126;
	border-bottom:1px #A44149 solid;
	line-height:16px;
}

/* END LEFT MENU */