
/* VERTICAL MENU */

.EntireVerticalExpandMenu {
	font-family:Verdana;
	font-size:11px;
	text-align:right;
	width:182px;
	letter-spacing:-1px;
}

.VerticalExpandMenuLevel2 A:Visited,
.VerticalExpandMenuLevel2 A:Link {
	height:18px;
	padding-top:2px;
	padding-right:12px;
	background-image:url(/custom/templates/page/QueenstownMain/images/QVC_menu_present.gif);
	background-repeat:no-repeat;
	background-position: left;
	display:block;
	color:#7B8796;
	font-weight:bold;
	text-decoration:none;
}

.VerticalExpandMenuLevel2 A:Hover {
	background-image:url(/custom/templates/page/QueenstownMain/images/QVC_menu_present.gif);
	background-repeat:no-repeat;
	background-position: right;
	color:#FFFFFF;
	text-decoration:none;
}

.VerticalExpandMenuLevel2WithChildren A:Visited,
.VerticalExpandMenuLevel2WithChildren A:Link,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Link,
.VerticalExpandMenuLevel2CurrentPage A:Visited,
.VerticalExpandMenuLevel2CurrentPage A:Link {
	height:18px;
	padding-top:2px;
	padding-right:12px;
	background-image:url(/custom/templates/page/QueenstownMain/images/QVC_menu_present.gif);
	background-repeat:no-repeat;
	background-position: right;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.VerticalExpandMenuLevel3 {
	padding: 1px 0 1px 0;
}

.VerticalExpandMenuLevel3 A:Visited,
.VerticalExpandMenuLevel3 A:Link {
	padding-right:12px;
	text-decoration:none;
}

.VerticalExpandMenuLevel3CurrentPage A:Visited,
.VerticalExpandMenuLevel3CurrentPage A:Link,
.VerticalExpandMenuLevel3 A:Hover {
	padding-right:12px;
	text-decoration:underline;
}

/*END VERTICAL MENU */

.formFlag {
	color : red;
}

.formError {
	color : red;
	font-weight : bold
}

/* end */

/* 
added by Thrive update dated 20040521.
These classes control the appearance of 
asterisks and errors in forms.
*/

.formFlag {
	color : red;
}

.formError {
	color : red;
	font-weight : bold
}

/* end */

