
<html>
<head>
<title>Shop online @ Silhouettes.com</title>

<meta NAME="KEYWORDS" CONTENT="">
<meta NAME="DESCRIPTION" CONTENT="Fashion is not a size, it's an attitude - confident, smart and relaxed. Silhouettes.com celebrates women sizes 14W-38W offering all the latest in career, casual and special occasion fashions.">
	
<!--<script language="javascript" src="http://www.silhouettes.com/pop.js"></script>
<script language="javascript" src="http://www.silhouettes.com/getrefer.js"></script>
<link rel="stylesheet" href="http://www.silhouettes.com/style.css" type="text/css" />-->

<script language="javascript" src="/pop.js"></script>
<script language="javascript" src="/getrefer.js"></script>
<link rel="stylesheet" href="/style.css" type="text/css" />

<script src="https://cts-secure.channelintelligence.com/6077654_landing.js"></script>
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" link="#9D8668" alink="#9D8668" vlink="#9D8668" bgcolor="#f5f5f5">
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" bordercolor="red" height="100%">
	<tr>
		<td width="772" valign="top" bgcolor="#ffffff">
			<table width=772 ID="Table8" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td></td>
				</tr>
			</table>
			<script language="JavaScript">
<!--
function stopError() {
return true;
}
window.onerror = stopError;
// -->
</script>
<script language="JavaScript">
<!--
browserName = navigator.appName;          
browserVer = parseInt(navigator.appVersion);
if ((browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >= 4)) 
	hasImageObject = true;
else 
	hasImageObject = false;
if (hasImageObject) 
{
	cat1aoff = new Image();		
	cat1aoff.src = "/HanoverAssets/Silhouettes/topnav/cat1a.gif";
	cat1boff = new Image();
	cat1boff.src = "/HanoverAssets/Silhouettes/topnav/cat1b.gif";
	cat1coff = new Image();
	cat1coff.src = "/HanoverAssets/Silhouettes/topnav/cat1c.gif";
	catalogoff = new Image();
	catalogoff.src = "/HanoverAssets/Silhouettes/topnav/catalog.gif";

	tab8off = new Image();
	tab8off.src = "/HanoverAssets/Silhouettes/tabnav/tab8.gif";

	cat1aon = new Image();
	cat1aon.src = "/HanoverAssets/Silhouettes/topnav/cat1a_on.gif";
	cat1bon = new Image();
	cat1bon.src = "/HanoverAssets/Silhouettes/topnav/cat1b_on.gif";
	cat1con = new Image();
	cat1con.src = "/HanoverAssets/Silhouettes/topnav/cat1c_on.gif";
	catalogon = new Image();
	catalogon.src = "/HanoverAssets/Silhouettes/topnav/catalog.gif";

	tab8on = new Image();
	tab8on.src = "/HanoverAssets/Silhouettes/tabnav/tab8_on.gif";
}

function img_act(imgName)
{
	if (hasImageObject) {
	imgOn = eval(imgName + "on.src");
	document[imgName].src = imgOn;
	}
}
function img_inact(imgName) {
	if (hasImageObject) {
	imgOff = eval(imgName + "off.src");
	document[imgName].src = imgOff;
	}
}
function clearS()
{
	window.status="";
	return true
}
// -->
</script>



<script language="javascript">
// ultimate browser sniffer from netscape
// see http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html for docs

// convert all characters to lowercase to simplify testing 
	var agt=navigator.userAgent.toLowerCase(); 

    // *** BROWSER VERSION ***
    // Note: On IE5, these return 4, so use is_ie5up to detect IE5.
    var is_major = parseInt(navigator.appVersion);
    var is_minor = parseFloat(navigator.appVersion);

    // Note: Opera and WebTV spoof Navigator.  We do strict client detection.
    // If you want to allow spoofing, take out the tests for opera and webtv.
    var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
                && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
                && (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1));
    var is_nav2 = (is_nav && (is_major == 2));
    var is_nav3 = (is_nav && (is_major == 3));
    var is_nav4 = (is_nav && (is_major == 4));
    var is_nav4up = (is_nav && (is_major >= 4));
    var is_navonly      = (is_nav && ((agt.indexOf(";nav") != -1) ||
                          (agt.indexOf("; nav") != -1)) );
    var is_nav6 = (is_nav && (is_major == 5));
    var is_nav6up = (is_nav && (is_major >= 5));
    var is_gecko = (agt.indexOf('gecko') != -1);


    var is_ie     = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
    var is_ie3    = (is_ie && (is_major < 4));
    var is_ie4    = (is_ie && (is_major == 4) && (agt.indexOf("msie 4")!=-1) );
    var is_ie4up  = (is_ie && (is_major >= 4));
    var is_ie5    = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1) );
    var is_ie5_5  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.5") !=-1));
    var is_ie5up  = (is_ie && !is_ie3 && !is_ie4);
    var is_ie5_5up =(is_ie && !is_ie3 && !is_ie4 && !is_ie5);
    var is_ie6    = (is_ie && (is_major == 4) && (agt.indexOf("msie 6.")!=-1) );
    var is_ie6up  = (is_ie && !is_ie3 && !is_ie4 && !is_ie5 && !is_ie5_5);

    // KNOWN BUG: On AOL4, returns false if IE3 is embedded browser
    // or if this is the first browser window opened.  Thus the
    // variables is_aol, is_aol3, and is_aol4 aren't 100% reliable.
    var is_aol   = (agt.indexOf("aol") != -1);
    var is_aol3  = (is_aol && is_ie3);
    var is_aol4  = (is_aol && is_ie4);
    var is_aol5  = (agt.indexOf("aol 5") != -1);
    var is_aol6  = (agt.indexOf("aol 6") != -1);

    var is_opera = (agt.indexOf("opera") != -1);
    var is_opera2 = (agt.indexOf("opera 2") != -1 || agt.indexOf("opera/2") != -1);
    var is_opera3 = (agt.indexOf("opera 3") != -1 || agt.indexOf("opera/3") != -1);
    var is_opera4 = (agt.indexOf("opera 4") != -1 || agt.indexOf("opera/4") != -1);
    var is_opera5 = (agt.indexOf("opera 5") != -1 || agt.indexOf("opera/5") != -1);
    var is_opera5up = (is_opera && !is_opera2 && !is_opera3 && !is_opera4);

    var is_webtv = (agt.indexOf("webtv") != -1); 

    var is_TVNavigator = ((agt.indexOf("navio") != -1) || (agt.indexOf("navio_aoltv") != -1)); 
    var is_AOLTV = is_TVNavigator;

    var is_hotjava = (agt.indexOf("hotjava") != -1);
    var is_hotjava3 = (is_hotjava && (is_major == 3));
    var is_hotjava3up = (is_hotjava && (is_major >= 3));
				//var is_safari = (agt.indexOf("safari") != -1);
				var is_safari = (agt.indexOf("applewebkit") != -1);
    // *** JAVASCRIPT VERSION CHECK ***
    var is_js;
    if (is_nav2 || is_ie3) is_js = 1.0;
    else if (is_nav3) is_js = 1.1;
    else if (is_opera5up) is_js = 1.3;
    else if (is_opera) is_js = 1.1;
    else if ((is_nav4 && (is_minor <= 4.05)) || is_ie4) is_js = 1.2;
    else if ((is_nav4 && (is_minor > 4.05)) || is_ie5) is_js = 1.3;
    else if (is_hotjava3up) is_js = 1.4;
    else if (is_nav6 || is_gecko) is_js = 1.5;
    // NOTE: In the future, update this code when newer versions of JS
    // are released. For now, we try to provide some upward compatibility
    // so that future versions of Nav and IE will show they are at
    // *least* JS 1.x capable. Always check for JS version compatibility
    // with > or >=.
    else if (is_nav6up) is_js = 1.5;
    // NOTE: ie5up on mac is 1.4
    else if (is_ie5up) is_js = 1.3

    // HACK: no idea for other browsers; always check for JS version with > or >=
    else is_js = 0.0;
 

// *** PLATFORM ***
var is_win   = ( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) );
// NOTE: On Opera 3.0, the userAgent string includes "Windows 95/NT4" on all
//        Win32, so you can't distinguish between Win95 and WinNT.
var is_win95 = ((agt.indexOf("win95")!=-1) || (agt.indexOf("windows 95")!=-1));

// is this a 16 bit compiled version?
var is_win16 = ((agt.indexOf("win16")!=-1) || 
           (agt.indexOf("16bit")!=-1) || (agt.indexOf("windows 3.1")!=-1) || 
           (agt.indexOf("windows 16-bit")!=-1) );  

var is_win31 = ((agt.indexOf("windows 3.1")!=-1) || (agt.indexOf("win16")!=-1) ||
                (agt.indexOf("windows 16-bit")!=-1));

// NOTE: Reliable detection of Win98 may not be possible. It appears that:
//       - On Nav 4.x and before you'll get plain "Windows" in userAgent.
//       - On Mercury client, the 32-bit version will return "Win98", but
//         the 16-bit version running on Win98 will still return "Win95".
var is_win98 = ((agt.indexOf("win98")!=-1) || (agt.indexOf("windows 98")!=-1));
var is_winnt = ((agt.indexOf("winnt")!=-1) || (agt.indexOf("windows nt")!=-1));
var is_win32 = (is_win95 || is_winnt || is_win98 || 
                ((is_major >= 4) && (navigator.platform == "Win32")) ||
                (agt.indexOf("win32")!=-1) || (agt.indexOf("32bit")!=-1));

var is_os2   = ((agt.indexOf("os/2")!=-1) || 
                (navigator.appVersion.indexOf("OS/2")!=-1) ||   
                (agt.indexOf("ibm-webexplorer")!=-1));

var is_mac    = (agt.indexOf("mac")!=-1);
var is_mac68k = (is_mac && ((agt.indexOf("68k")!=-1) || 
                           (agt.indexOf("68000")!=-1)));
var is_macppc = (is_mac && ((agt.indexOf("ppc")!=-1) || 
                            (agt.indexOf("powerpc")!=-1)));
// pick stylesheet based on browser
//alert(is_mac && is_ie)
// if windows + nav 6
if (is_win && is_nav6up) {
	document.write('<style type="text/css" media="all">@import "style.css";</style>');
	}
// windows + navigator
else if (is_win && is_nav) {
	document.write('<style type="text/css" media="all">@import "style.css";</style>');
	}
// windows + opera
else if (is_win && is_opera) {
	document.write('<style type="text/css" media="all">@import "style.css";</style>');
	}
// windows + ie
else if (is_win && is_ie5_5up) {
	document.write('<style type="text/css" media="all">@import "style.css";</style>');
	}
	// windows + ie (hopefully ie 6)
else if (is_win && is_ie5) {
	document.write('<style type="text/css" media="all">@import "style.css";</style>');
	}
// mac + safari
else if (is_mac && is_safari) {
	document.write('<LINK REL=stylesheet HREF="style-mac.css" TYPE="text/css">');
}
// mac + nav6 
else if (is_mac && is_nav6up) {
	document.write('<LINK REL=stylesheet HREF="style-mac.css" TYPE="text/css">');
	}
// mac + navigator
else if (is_mac && is_nav) {
	document.write('<LINK REL=stylesheet HREF="style-mac.css" TYPE="text/css">');
	}
// mac + ie
else if (is_mac && is_ie) {
	document.write('<LINK REL=stylesheet HREF="style-mac.css" TYPE="text/css">');}
	// everybody else
else {
	document.write('<LINK REL=stylesheet HREF="style-mac.css" TYPE="text/css">');
	}

// popup an error window if agent is less than 5.0 
if ((is_mac && is_ie4) || (is_mac && is_nav4) || (is_win && is_ie4) || (is_win && is_nav4) && (getCookie("hide_upgrade_window") != "true")) {
	createWindow("/upgrade_your_browser.html","upgrade_me","statusbar,menubar,height=400,width=470,resizable");
}


/*****************************************************
* ypSlideOutMenu
* 3/04/2001
* 
* a nice little script to create exclusive, slide-out
* menus for ns4, ns6, mozilla, opera, ie4, ie5 on 
* mac and win32. I've got no linux or unix to test on but 
* it should(?) work... 
*
* --youngpup--
*****************************************************/
ypSlideOutMenu.Registry = []
ypSlideOutMenu.aniLen = 200
ypSlideOutMenu.hideDelay = 100
ypSlideOutMenu.minCPUResolution = 10
function ypSlideOutMenu(id, dir, left, top, width, height)
{
	this.ie = document.all ? 1 : 0
	this.ns4 = document.layers ? 1 : 0
	this.dom = document.getElementById ? 1 : 0
	
	if (this.ie || this.ns4 || this.dom) 
	{
		this.id = id
		this.dir = dir
		this.orientation = dir == "left" || dir == "right" ? "h" : "v"
		this.dirType = dir == "right" || dir == "down" ? "-" : "+"
		this.dim = this.orientation == "h" ? width : height
		this.hideTimer = false
		this.aniTimer = false
		this.open = false
		this.over = false
		this.startTime = 0
		this.gRef = "ypSlideOutMenu_"+id
		eval(this.gRef+"=this")
		ypSlideOutMenu.Registry[id] = this
		var d = document
		d.write('<style type="text/css">')
		d.write('#' + this.id + 'Container { visibility:hidden; ')
		d.write('left:' + left + 'px; ')
		d.write('top:' + top + 'px; ')
		d.write('overflow:hidden; }')
		d.write('#' + this.id + 'Container, #' + this.id + 'Content { position:absolute; ')
		d.write('width:' + width + 'px; ')
		d.write('height:' + height + 'px; ')
		d.write('clip:rect(0 ' + width + 'px' + ' ' + height + 'px' + ' 0); ')
		d.write('}')
		d.write('</style>')
		this.load()
	}
}

ypSlideOutMenu.prototype.load = function() 
{
	var d = document
	var lyrId1 = this.id + "Container"
	var lyrId2 = this.id + "Content"
	var obj1 = this.dom ? d.getElementById(lyrId1) : this.ie ? d.all[lyrId1] : d.layers[lyrId1]
	if (obj1) var obj2 = this.ns4 ? obj1.layers[lyrId2] : this.ie ? d.all[lyrId2] : d.getElementById(lyrId2)
	var temp
	if (!obj1 || !obj2) 
		window.setTimeout(this.gRef + ".load()", 100)
	else 
	{
		this.container = obj1
		this.menu = obj2
		this.style = this.ns4 ? this.menu : this.menu.style
		this.homePos = eval("0" + this.dirType + this.dim)
		this.outPos = 0
		this.accelConst = (this.outPos - this.homePos) / ypSlideOutMenu.aniLen / ypSlideOutMenu.aniLen 
		if (this.ns4) this.menu.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
		this.menu.onmouseover = new Function("ypSlideOutMenu.showMenu('" + this.id + "')")
		this.menu.onmouseout = new Function("ypSlideOutMenu.hideMenu('" + this.id + "')")
		this.endSlide()
	}
	//alert('left=' + left + '; top=' + top + '; width=' + width + '; height=' + height)
}

ypSlideOutMenu.showMenu = function(id)
{
	var reg = ypSlideOutMenu.Registry
	var obj = ypSlideOutMenu.Registry[id]

	if (obj.container) 
	{
		obj.over = true
		for (menu in reg) if (id != menu) ypSlideOutMenu.hide(menu)
		if (obj.hideTimer) { reg[id].hideTimer = window.clearTimeout(reg[id].hideTimer) }
		if (!obj.open && !obj.aniTimer) reg[id].startSlide(true)
	}
}

ypSlideOutMenu.hideMenu = function(id)
{
	var obj = ypSlideOutMenu.Registry[id]
	if (obj.container) {
	if (obj.hideTimer) window.clearTimeout(obj.hideTimer)
	obj.hideTimer = window.setTimeout("ypSlideOutMenu.hide('" + id + "')", ypSlideOutMenu.hideDelay);
	}
}

ypSlideOutMenu.hide = function(id)
{
	var obj = ypSlideOutMenu.Registry[id]
	obj.over = false
	if (obj.hideTimer) window.clearTimeout(obj.hideTimer)
	obj.hideTimer = 0
	if (obj.open && !obj.aniTimer) obj.startSlide(false)
}

ypSlideOutMenu.prototype.startSlide = function(open) 
{
	this[open ? "onactivate" : "ondeactivate"]()
	this.open = open
	if (open) this.setVisibility(true)
	this.startTime = (new Date()).getTime() 
	this.aniTimer = window.setInterval(this.gRef + ".slide()", ypSlideOutMenu.minCPUResolution)
}

ypSlideOutMenu.prototype.slide = function() 
{
	var elapsed = (new Date()).getTime() - this.startTime
	if (elapsed > ypSlideOutMenu.aniLen) this.endSlide()
	else {
	var d = Math.round(Math.pow(ypSlideOutMenu.aniLen-elapsed, 2) * this.accelConst)
	if (this.open && this.dirType == "-") d = -d
	else if (this.open && this.dirType == "+") d = -d
	else if (!this.open && this.dirType == "-") d = -this.dim + d
	else d = this.dim + d
	this.moveTo(d)
	}
}

ypSlideOutMenu.prototype.endSlide = function() 
{
	this.aniTimer = window.clearTimeout(this.aniTimer)
	this.moveTo(this.open ? this.outPos : this.homePos)
	if (!this.open) this.setVisibility(false)
	if ((this.open && !this.over) || (!this.open && this.over)) {
	this.startSlide(this.over)
	}
}

ypSlideOutMenu.prototype.setVisibility = function(bShow) 
{ 
	var s = this.ns4 ? this.container : this.container.style
	s.visibility = bShow ? "visible" : "hidden"
}

ypSlideOutMenu.prototype.moveTo = function(p)
{ 
	this.style[this.orientation == "h" ? "left" : "top"] = this.ns4 ? p : p + "px"
}

ypSlideOutMenu.prototype.getPos = function(c) 
{
	return parseInt(this.style[c])
}

ypSlideOutMenu.prototype.onactivate = function() { }

ypSlideOutMenu.prototype.ondeactivate = function() { }

	//This sets the size and position of each drop-down - left, top, width, height.
		new ypSlideOutMenu("menu1", "down", 5, -25, 142, 122),
		new ypSlideOutMenu("menu2", "down", 108, -25, 148, 142),
		new ypSlideOutMenu("menu3", "down", 202, -25, 142, 82),
		new ypSlideOutMenu("menu4", "down", 257, -25, 124, 82),
		new ypSlideOutMenu("menu5", "down", 318, -25, 114, 82),
		new ypSlideOutMenu("menu6", "down", 377, -25, 90, 82),
		new ypSlideOutMenu("menu7", "down", 448, -25, 90, 82),
		new ypSlideOutMenu("menu8", "down", 520, -25, 90, 82),
		new ypSlideOutMenu("menu9", "down", 598, -25, 142, 142),
		new ypSlideOutMenu("menu10", "down", 644, -25, 180, 115),
		new ypSlideOutMenu("menu11", "down", 617, -25, 180, 56),
		new ypSlideOutMenu("menu12", "down", 226, 159, 162, 214),
		new ypSlideOutMenu("menu13", "down", 303, 159, 70, 214),
		new ypSlideOutMenu("menu14", "down", 359, 159, 104, 234),
		new ypSlideOutMenu("menu15", "down", 402, 159, 104, 114),
		new ypSlideOutMenu("menu16", "down", 452, 159, 93, 194),
		new ypSlideOutMenu("menu17", "down", 520, 159, 128, 94),
		new ypSlideOutMenu("menu18", "down", 527, 159, 130, 134)
		new ypSlideOutMenu("menu19", "down", 600, 159, 130, 54),
		new ypSlideOutMenu("menu20", "down", 328, 59, 362, 32)
		new ypSlideOutMenu("menu21", "down", 656, -100, 150, 250)
		
		//new ypSlideOutMenu("solutions_menu1", "right", 45, 95, 400, 30)
/**********************************
End of drop down menus
**********************************/

// the following two functions are the rollover image swaps in the search.inc file

function newImage(arg) 
{
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() 
{
	if (document.images) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

//end of search.inc rollover functions

/* function or opening a popup window */

function createWindow(cUrl,cName,cFeatures) 
{
	var xWin = window.open(cUrl,cName,cFeatures);
	xWin.focus();
}


</script>
<table cellpadding="0" cellspacing="0" border="0"  bordercolor="green" width="100%" height="73" id="Table1" bgcolor="#FFFFFF">
	<tr>
		<td width="261" valign="top">
			<a title="Home Page" alt="Home Page" href="http://www.silhouettes.com/?cm_re=hp-_-g-_-brandname" onmouseover="ypSlideOutMenu.showMenu('menu6');"><img src="/HanoverAssets/Silhouettes/topnav/logo.gif" border="0" alt="Shop @ Silhouettes.com"></a>
		</td>
		<td valign="top" width="511">
			<table cellpadding="0" cellspacing="0" border="0" bordercolor="orange"  width="511" id="Table2">
				<tr>
					<td  align="center"><br>
						<font color="#FF2A54"></font>
					</td>
					<td valign="top" colspan="2" align="right">
						<table cellpadding="0" cellspacing="0" border="0" id="Table3">
							<tr>
								 <!-- IF NOT LOGGED IN and NOT HelloCustomer -->
									<td class="topnav2008">
										<a rel="nofollow" title="Account Signin" alt="Account Signin" href="http://www.silhouettes.com/login.asp?cm_re=hp-_-g-_-accountsignin&amp;cm_re=hp-_-nav1a-_-myaccount"  class="topnav2008">my account</a>
										<img alt="pixel" src="/HanoverAssets/Silhouettes/images/pix.gif" width="4" height="1" border="0" align=absmiddle>
										<a rel="nofollow" title="Account Signin" alt="Account Signin" href="http://www.silhouettes.com/login.asp?cm_re=hp-_-g-_-accountsignin&amp;cm_re=hp-_-nav1b-_-signin"  class="topnav2008">SIGN IN</a>
									</td>
								
								<td>&nbsp;&nbsp;|&nbsp;&nbsp;</td>
								<td height="20"><a rel="nofollow" title="Basket" alt="Basket" class="topnav2008" onmouseover="ypSlideOutMenu.showMenu('menu21');" href="http://www.silhouettes.com/basket.asp?cm_re=hp-_-nav1c-_-shoppingbag">Shopping bag:  0</a>&nbsp;</td>
								<td width="30" align="right"><a rel="nofollow" title="Basket" alt="Basket" onmouseover="ypSlideOutMenu.showMenu('menu21');" href="http://www.silhouettes.com/basket.asp?cm_re=hp-_-nav1c-_-shoppingbag"><img src="/HanoverAssets/Silhouettes/topnav/bag2.gif" border="0" alt="Go To Bag"></a></td>
							</tr>
						</table>
					</td>
					
				</tr>				
				<tr>
					<td colspan=3 align=right>
						<table ID="Table4">
							<tr>
								
									<td  valign="top"><a onmouseover="ypSlideOutMenu.showMenu('menu6');" href="http://www.silhouettes.com/request_email.asp?cm_re=hp-_-nav1.1-_-emailsignup&cm_sp=EmailSignup-_-Home-_-default.asp" alt=""  class="topnav2008"><nobr>Email Sign Up</nobr></a></td>
								
								<td valign="top">|</td>
								<td valign="top"><a title="Customer Service" alt="Customer Service" onmouseover="ypSlideOutMenu.showMenu('menu6');" href="http://www.silhouettes.com/customers.asp?cm_re=hp-_-nav1.2-_-customerservice" class="topnav2008"><nobr>Customer Service</nobr></a></td>
								<td valign="top">|</td>
								<td valign="top"><a title="Catalog Quick Order" alt="Catalog Quick Order" onmouseover="ypSlideOutMenu.showMenu('menu20');" href="http://www.silhouettes.com/Product/Order+Now/manualformproduct/D-19999/P-manualformproductzz&cm_re=hp-_-nav1.3-_-catalogquickorder" target="_parent" class="topnav2008"><nobr>Catalog Quick Order</nobr></a></td>
								<td valign="top">|</td>
								<td valign="top"><a title="Order Tracking" alt="Order Tracking" onmouseover="ypSlideOutMenu.showMenu('menu6');" href="http://www.silhouettes.com/ordertracking.asp?cm_re=hp-_-b1-_-orderstatus&cm_re=hp-_-nav1.4-_-orderstatus" class="topnav2008"><nobr>Order Status</nobr></a></td>
								<td valign="top">|</td>
								<td valign="top"><a rel="nofollow" title="Basket" alt="Basket" onmouseover="ypSlideOutMenu.showMenu('menu6');" href="http://www.silhouettes.com/basket.asp?cm_re=hp-_-nav1.5-_-checkout" class="topnav2008"><nobr>Check Out</nobr></a></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td height="17" colspan="3"><img src="/HanoverAssets/Silhouettes/images/pix.gif" width="1" height="17" border="0"></td>
				</tr> 
			</table>
		</td>
	</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" bordercolor="red" width="100%" id="Table5" bgcolor="#dcdcdc"><form action="http://www.silhouettes.com/endecasearch/controller.asp" name="mainForm" id="mainForm" onSubmit="return checkEmpty()" >
	<tr>
		<td align="center" bgcolor="#AFA7CD">
			<table border="0" cellpadding="0" bordercolor="blue" cellspacing="0" align="center" width="772" ID="Table6">
				<tr>
					<td  align="center" valign="middle"><a rel="nofollow" title="Tops and Jackets" alt="Tops and Jackets" href="http://www.silhouettes.com/Dept/Tops+and+Jackets/D-1000&cm_re=hp-_-nav2.1-_-tops%26jackets" onmouseover="ypSlideOutMenu.showMenu('menu1');"><img src="/HanoverAssets/Silhouettes/topnav/nav1.gif"  border="0" alt="Tops & Jackets"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Pants and Skirts" alt="Pants and Skirts" href="http://www.silhouettes.com/Dept/Pants+and+Skirts/D-2000&cm_re=hp-_-nav2.2-_-pants%26skirts" onmouseover="ypSlideOutMenu.showMenu('menu2');"><img src="/HanoverAssets/Silhouettes/topnav/nav2.gif"  border="0" alt="Pants & Skirts"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Denim" alt="Denim" href="http://www.silhouettes.com/Dept/Denim/D-12700&cm_re=hp-_-nav2.3-_-Denim" onmouseover="ypSlideOutMenu.showMenu('menu3');"><img src="/HanoverAssets/Silhouettes/topnav/nav3.gif"  border="0" alt="Denim"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Dresses" alt="Dresses" href="http://www.silhouettes.com/Dept/Dresses/D-3000&cm_re=hp-_-nav2.4-_-dresses" onmouseover="ypSlideOutMenu.showMenu('menu4');"><img src="/HanoverAssets/Silhouettes/topnav/nav4.gif"  border="0" alt="Dresses"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Outerwear" alt="Outerwear" href="http://www.silhouettes.com/Dept/Outerwear/D-5000&cm_re=hp-_-nav2.5-_-outerwear" onmouseover="ypSlideOutMenu.showMenu('menu5');"><img src="/HanoverAssets/Silhouettes/topnav/nav5.gif"  border="0" alt="Outerwear"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Outfits" alt="Outfits" href="http://www.silhouettes.com/Dept/Outfits/D-4000&cm_re=hp-_-nav2.6-_-outfits" onmouseover="ypSlideOutMenu.showMenu('menu6');"><img src="/HanoverAssets/Silhouettes/topnav/nav6.gif"  border="0" alt="Outfits"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Intimates" alt="Intimates" href="http://www.silhouettes.com/Dept/Intimates/D-6000&cm_re=hp-_-nav2.7-_-intimates" onmouseover="ypSlideOutMenu.showMenu('menu7');"><img src="/HanoverAssets/Silhouettes/topnav/nav7.gif"  border="0" alt="Intimates"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Sleepwear" alt="Sleepwear" href="http://www.silhouettes.com/Dept/Sleepwear/D-7000&cm_re=hp-_-nav2.8-_-sleepwear" onmouseover="ypSlideOutMenu.showMenu('menu8');"><img src="/HanoverAssets/Silhouettes/topnav/nav8.gif"  border="0" alt="Sleepwear"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Swimwear" alt="Swimwear" href="http://www.silhouettes.com/Dept/Swimwear/D-9450&cm_re=hp-_-nav2.9-_-swim" onmouseover="ypSlideOutMenu.showMenu('menu9');"><img src="/HanoverAssets/Silhouettes/topnav/nav9.gif"  border="0" alt="Swimwear"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Shoes" alt="Shoes" href="http://www.silhouettes.com/Dept/Shoes/D-10000&cm_re=hp-_-nav2.10-_-shoes" onmouseover="ypSlideOutMenu.showMenu('menu10');"><img src="/HanoverAssets/Silhouettes/topnav/nav10.gif"  border="0" alt="Shoes"></a></td>
					<td align="center" valign="middle"><a rel="nofollow" title="Accessories" alt="Accessories" href="http://www.silhouettes.com/Dept/Accessories/D-11000&cm_re=hp-_-nav2.11-_-accessories" onmouseover="ypSlideOutMenu.showMenu('menu11');"><img src="/HanoverAssets/Silhouettes/topnav/nav11.gif"  border="0" alt="Accessories"></a></td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td style="background: url(/HanoverAssets/Silhouettes/topnav/2ndNavBG.gif); height: 26px;">
			<table cellpadding="0" cellspacing="0" border="0" id="Table7">
				<tr>
					<td width="224" valign="middle" height="26"><script language="javascript">
function checkEmpty() {

	if (document.mainForm.Ntt.value == "") {
		alert ("Please specify a search criteria");
		return false;
	}
	else {
		var i = document.mainForm.Ntt.value;
		var j = !isNaN(i.charAt(1));
		var k = !isNaN(i.charAt(6));
		var TrimI = i;
		if (j==true && k==true && i.length == 7) {
			TrimI = TrimI.replace(/[A-Z]|[0-9]/i,"");
		}
		document.mainForm.Ntt.value = TrimI;
		document.mainForm.D.value = TrimI;
		return true;
	}
}
</script>
<table cellpadding="0" cellspacing="0" border="0">
	<tr>
		<td valign="middle" width="71"><img src="/HanoverAssets/Silhouettes/topnav/search_new.gif" border="0" hspace="10"></td>
		<td valign="middle" height="26">
			<input type="hidden" name="N" value="102" id="Hidden1">
			<input type="hidden" name="Ne" value="10000" id="Hidden2">
			<input type="hidden" name="Ntk" value="all_fields_SIL" id="Hidden5"> 
			<input type="text"   name="Ntt" value="" size="20" id="Text1">
			<input type="hidden" name="Ntx" value="mode+matchallpartial" id="Hidden4">
			<input type="hidden" name="Nu" value="RollupKey" id="Hidden3">
			<input type="hidden" name="D" value="" id="hidden8">
			<input type="hidden" name="Dn" value="102" id="Hidden7">
			<input type="hidden" name="Dx" value="mode+matchallpartial" id="Hidden6">
		</td>
		<td valign="middle" width="30"><input type="image" src="/HanoverAssets/Silhouettes/topnav/go_new.gif" onmouseover="ypSlideOutMenu.showMenu('menu5');" border="0" hspace="4"></td>	
	</tr></form>
</table>

</td>
					<td height="26" width="550" valign="middle" align="right"><nobr><a title="New Arrivals" alt="New Arrivals" href="http://www.silhouettes.com/Dept/New+Arrivals+View+All/D-12599&cm_re=hp-_-nav3.1-_-newarrivals"><img src="/HanoverAssets/Silhouettes/topnav/2ndNav1.gif" border="0" alt="new arrivals"></a><a title="Get Celebrity Look Home Page" alt="Get Celebrity Look Home Page" href="http://www.silhouettes.com/entry/page0.asp?cm_re=hp-_-nav3.2-_-celebritylook"><img src="/HanoverAssets/Silhouettes/topnav/2ndNav2.gif" border="0" alt="Get Celebrity Look"></a><a title="On Sale" alt="On Sale" href="http://www.silhouettes.com/Dept/On+Sale+View+All/D-13099&cm_re=hp-_-nav3.3-_-sale"><img src="/HanoverAssets/Silhouettes/topnav/2ndNav3.gif" border="0" alt="sale"></a><a title="Outlet Home Page" alt="Outlet Home Page" href="http://www.silhouettes.com/outlet/?cm_re=hp-_-nav3.4-_-outlet"><img src="/HanoverAssets/Silhouettes/topnav/2ndNav4.gif" border="0" alt="theOUTLET"></a></nobr><br/></td>
				</tr>
			</table>
		</td>
	</tr>
</table>
<div id="main" class="centre">
<div id="menu1Container">
	<div id="menu1Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table8">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table9">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Tops Knit Tops and Tees" alt="Tops Knit Tops and Tees" href="http://www.silhouettes.com/Dept/Tops+Knit+Tops+and+Tees/D-1100&cm_re=hp-_-b3dr-_-t%26j%2fknits%26tees" class="topnav">&#0183; KNIT TOPS & TEES</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Tops Shirts and Blouses" alt="Tops Shirts and Blouses" href="http://www.silhouettes.com/Dept/Tops+Shirts+and+Blouses/D-1200&cm_re=hp-_-b3dr-_-t%26j%2fshirts%26blouses" class="topnav">&#0183; SHIRTS & BLOUSES</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Tops Jackets" alt="Tops Jackets" href="http://www.silhouettes.com/Dept/Tops+Jackets/D-1300&cm_re=hp-_-b3dr-_-t%26j%2fjackets" class="topnav">&#0183; JACKETS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Tops Sweaters" alt="Tops Sweaters" href="http://www.silhouettes.com/Dept/Tops+Sweaters/D-1400&cm_re=hp-_-b3dr-_-t%26j%2fsweaters" class="topnav">&#0183; SWEATERS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Top Camisoles" alt="Top Camisoles" href="http://www.silhouettes.com/Dept/Top+Camisoles/D-1500&cm_re=hp-_-b3dr-_-t%26j%2fcamisoles" class="topnav">&#0183; CAMISOLES</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu2Container">
	<div id="menu2Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table10">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table11">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Pants and Skirts Skirts" alt="Pants and Skirts Skirts" href="http://www.silhouettes.com/Dept/Pants+and+Skirts+Skirts/D-2100&cm_re=hp-_-b3dr-_-p%26s%2fskirts" class="topnav">&#0183; SKIRTS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Pants and Skirts Drawstring Pants" alt="Pants and Skirts Drawstring Pants" href="http://www.silhouettes.com/Dept/Pants+and+Skirts+Drawstring+Pants/D-2200&cm_re=hp-_-b3dr-_-p%26s%2fdrawstringpants" class="topnav">&#0183; DRAWSTRING PANTS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Pants Shorts" alt="Pants Shorts" href="http://www.silhouettes.com/Dept/Pants+Shorts/D-2600&cm_re=hp-_-b3dr-_-p%26s%2fshorts" class="topnav">&#0183; SHORTS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Pants and Skirts Trousers" alt="Pants and Skirts Trousers" href="http://www.silhouettes.com/Dept/Pants+and+Skirts+Trousers/D-2300&cm_re=hp-_-b3dr-_-p%26s%2ftrousers" class="topnav">&#0183; TROUSERS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Pants Knits" alt="Pants Knits" href="http://www.silhouettes.com/Dept/Pants+Knits/D-2500&cm_re=hp-_-b3dr-_-p%26s%2fknits" class="topnav">&#0183; KNITS</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu3Container">
	<div id="menu3Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table38">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table41">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Denim" alt="Denim Blue Couture" href="http://www.silhouettes.com/entry/page1.asp?cm_re=hp-_-b3dr-_-dnm%2fbluecouture" class="topnav">&#0183; BLUE COUTURE</a></td>
						</tr>  
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Denim" alt="Denim Jeans" href="http://www.silhouettes.com/Dept/Denim+Jeans/D-12702&cm_re=hp-_-b3dr-_-dnm%26s%2fjeans" class="topnav">&#0183; JEANS</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu4Container">
	<div id="menu4Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table12">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table13">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Dresses Dresses" alt="Dresses Dresses" href="http://www.silhouettes.com/Dept/Dresses+Dresses/D-3100&cm_re=hp-_-b3dr-_-drss%2fsolid" class="topnav">&#0183; DRESSES</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Dress Special Occasion" alt="Dress Special Occasion" href="http://www.silhouettes.com/Dept/Dress+Special+Occasion/D-3400&cm_re=hp-_-b3dr-_-drss%2fspecialoccasion" class="topnav">&#0183; SPECIAL OCCASION</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu5Container">
	<div id="menu5Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table14">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table15">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Outerwear Short" alt="Outerwear Short" href="http://www.silhouettes.com/Dept/Outerwear+Short/D-5100&cm_re=hp-_-b3dr-_-out%2fshort" class="topnav">&#0183; SHORT</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Search Results" alt="Search Results" href="http://www.silhouettes.com/Dept/Search+Results/D-5200&cm_re=hp-_-b3dr-_-out%2flong" class="topnav">&#0183; LONG</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Outerwear Leather and Suede" alt="Outerwear Leather and Suede" href="http://www.silhouettes.com/Dept/Outerwear+Leather+and+Suede/D-5400&cm_re=hp-_-b3dr-_-out%2fleather%26suede" class="topnav">&#0183; LEATHER & SUEDE</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu6Container">
	<div id="menu6Content">
	</div>
</div>
<div id="menu7Container">
	<div id="menu7Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table16">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table17">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Intimates Bras" alt="Intimates Bras" href="http://www.silhouettes.com/Dept/Intimates+Bras/D-6100&cm_re=hp-_-b3dr-_-int%2fbras" class="topnav">&#0183; BRAS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Intimates Slips" alt="Intimates Slips" href="http://www.silhouettes.com/Dept/Intimates+Slips/D-6200&cm_re=hp-_-b3dr-_-int%2fslips" class="topnav">&#0183; SLIPS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Intimates Camisoles" alt="Intimates Camisoles" href="http://www.silhouettes.com/Dept/Intimates+Camisoles/D-6300&cm_re=hp-_-b3dr-_-int%2fcamisoles" class="topnav">&#0183; CAMISOLES</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Intimates Shapewear" alt="Intimates Shapewear" href="http://www.silhouettes.com/Dept/Intimates+Shapewear/D-6400&cm_re=hp-_-b3dr-_-int%2fshapewear" class="topnav">&#0183; SHAPEWEAR</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu8Container">
	<div id="menu8Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table18">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table19">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Sleepwear Robes" alt="Sleepwear Robes" href="http://www.silhouettes.com/Dept/Sleepwear+Robes/D-7100&cm_re=hp-_-b3dr-_-sleep%2frobes" class="topnav">&#0183; ROBES</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Sleepwear Gowns" alt="Sleepwear Gowns" href="http://www.silhouettes.com/Dept/Sleepwear+Gowns/D-7200&cm_re=hp-_-b3dr-_-sleep%2fgowns" class="topnav">&#0183; GOWNS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Sleepwear Pajamas" alt="Sleepwear Pajamas" href="http://www.silhouettes.com/Dept/Sleepwear+Pajamas/D-7300&cm_re=hp-_-b3dr-_-sleep%2fpajamas" class="topnav">&#0183; PAJAMAS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Sleepwear Sets" alt="Sleepwear Sets" href="http://www.silhouettes.com/Dept/Sleepwear+Sets/D-7400&cm_re=hp-_-b3dr-_-sleep%2fsets" class="topnav">&#0183; SETS</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu9Container">
	<div id="menu9Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table34">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table35">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Swimwear Swim" alt="Swimwear Swim" href="http://www.silhouettes.com/Dept/Swimwear+Swim/D-9500&cm_re=hp-_-b3dr-_-swim%2fswim" class="topnav">&#0183; SWIM</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Swimwear Cover Ups" alt="Swimwear Cover Ups" href="http://www.silhouettes.com/Dept/Swimwear+Cover+Ups/D-9550&cm_re=hp-_-b3dr-_-swim%2fcoverups" class="topnav">&#0183; COVER UPS</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu10Container">
	<div id="menu10Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table20">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table21">
						<tr><td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Shoes Dress" alt="Shoes Dress" href="http://www.silhouettes.com/Dept/Shoes+Dress/D-10100&cm_re=hp-_-b3dr-_-shoes%2fshoes" class="topnav">&#0183; DRESS</a></td></tr>
						<tr><td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Shoes Casual" alt="Shoes Casual" href="http://www.silhouettes.com/Dept/Shoes+Casual/D-10200&cm_re=hp-_-b3dr-_-shoes%2fshoes" class="topnav">&#0183; CASUAL</a></td></tr>
						<tr><td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Shoes Sandals" alt="Shoes Sandals" href="http://www.silhouettes.com/Dept/Shoes+Sandals/D-10300&cm_re=hp-_-b3dr-_-shoes%2fshoes" class="topnav">&#0183; SANDALS</a></td></tr>
						<tr><td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Shoes Espadrilles" alt="Shoes Espadrilles" href="http://www.silhouettes.com/Dept/Shoes+Espadrilles/D-10400&cm_re=hp-_-b3dr-_-shoes%2fshoes" class="topnav">&#0183; ESPADRILLES</a></td></tr>
						<tr><td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Shoes Boots" alt="Shoes Boots" href="http://www.silhouettes.com/Dept/Shoes+Boots/D-10500&cm_re=hp-_-b3dr-_-shoes%2fboots" class="topnav">&#0183; BOOTS</a></td></tr>
						<tr><td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Shoes View All" alt="Shoes View All" href="http://www.silhouettes.com/Dept/Shoes+View+All/D-10701&cm_re=hp-_-b3dr-_-shoes%2fshoes" class="topnav">&#0183; VIEW ALL</a></td></tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu11Container">
	<div id="menu11Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table22">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table23">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Jewelry" alt="Jewelry" href="http://www.silhouettes.com/Dept/Jewelry/D-11001&cm_re=hp-_-b3dr-_-acc%2fjewelry" class="topnav">&#0183; JEWELRY</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="Handbags" alt="Handbags" href="http://www.silhouettes.com/Dept/Handbags/D-11002&cm_re=hp-_-b3dr-_-acc%2fbags" class="topnav">&#0183; HANDBAGS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" title="All Other Accessories" alt="All Other Accessories" href="http://www.silhouettes.com/Dept/All+Other+Accessories/D-11007&cm_re=hp-_-b3dr-_-acc%2fallotheraccessories" class="topnav">&#0183; ALL OTHER ACCESSORIES</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu12Container">
	<div id="menu12Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table24">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table25">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=tops&Ntt=tops" class="topnav">&#0183; TOPS & JACKETS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=pants&Ntt=pants" class="topnav">&#0183; PANTS & SKIRTS</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=dresses&Ntt=dresses" class="topnav">&#0183; DRESSES</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=outerwear&Ntt=outerwear" class="topnav">&#0183; OUTERWEAR</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=Ensembles&Ntt=Ensembles" class="topnav">&#0183; ENSEMBLES</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=intimates&Ntt=intimates" class="topnav">&#0183; INTIMATES</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=sleepwear&Ntt=sleepwear" class="topnav">&#0183; SLEEPWEAR</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=swimwear&Ntt=swimwear" class="topnav">&#0183; SWIM</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=shoes&Ntt=shoes" class="topnav">&#0183; SHOES</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=accessories&Ntt=accessories" class="topnav">&#0183; ACCESSORIES</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu13Container">
	<div id="menu13Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table26">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table27">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=beige&Ntt=beige" class="topnav">&#0183; BEIGE</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102+7015&Ne=7000&ol=ol&Nu=RollupKey&Ntx=mode%2bmatchallpartial" class="topnav">&#0183; BLACK</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=blue&Ntt=blue" class="topnav">&#0183; BLUE</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=brown&Ntt=brown" class="topnav">&#0183; BROWN</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=green&Ntt=green" class="topnav">&#0183; GREEN</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=orange&Ntt=orange" class="topnav">&#0183; ORANGE</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=purple&Ntt=purple" class="topnav">&#0183; PURPLE</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=red&Ntt=red" class="topnav">&#0183; RED</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=white&Ntt=white" class="topnav">&#0183; WHITE</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=yellow&Ntt=yellow" class="topnav">&#0183; YELLOW</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu14Container">
	<div id="menu14Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table28">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table29">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=xl&Ntt=xl" class="topnav">&#0183; XL</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=1X&Ntt=1X" class="topnav">&#0183; 1X</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=2X&Ntt=2X" class="topnav">&#0183; 2X</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=3x&Ntt=3x" class="topnav">&#0183; 3X</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=4x&Ntt=4x" class="topnav">&#0183; 4X</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=5x&Ntt=5x" class="topnav">&#0183; 5X</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=6x&Ntt=6x" class="topnav">&#0183; 6X</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=size+16&Ntt=size+16" class="topnav">&#0183; 16</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=size+20&Ntt=size+20" class="topnav">&#0183; 20</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=size+24&Ntt=size+24" class="topnav">&#0183; 24</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=4&Nu=RollupKey&Ntx=mode%2bmatchallpartial&Ntk=all%5ffields%5fSIL" class="topnav">&#0183; MORE</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu15Container">
	<div id="menu15Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table30">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table31">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102+1002&Nu=RollupKey&Ntx=mode%2bmatchallpartial&Ne=1000&Ntk=all%5ffields%5fSIL" class="topnav">&#0183; $10 - $25</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102+1003&Nu=RollupKey&Ntx=mode%2bmatchallpartial&Ne=1000&Ntk=all%5ffields%5fSIL" class="topnav">&#0183; $26 - $50</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102+1004&Ne=1000&Nu=RollupKey&Ntx=mode%2bmatchallpartial&Ntk=all%5ffields%5fSIL" class="topnav">&#0183; $51 - $100</a></td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102+1005&Ne=1000&Nu=RollupKey&Ntx=mode%2bmatchallpartial&Ntk=all%5ffields%5fSIL" class="topnav">&#0183; OVER $100</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu16Container">
	<div id="menu16Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table32">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" id="Table33">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=cotton&Ntt=cotton" class="topnav">&#0183; COTTON</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=denim&Ntt=denim" class="topnav">&#0183; DENIM</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=linen&Ntt=linen" class="topnav">&#0183; LINEN</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=polyester&Ntt=polyester" class="topnav">&#0183; POLYESTER</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=rayon&Ntt=rayon" class="topnav">&#0183; RAYON</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=silk&Ntt=silk" class="topnav">&#0183; SILK</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=spandex&Ntt=spandex"  class="topnav">&#0183; SPANDEX</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102&Ne=10000&Nu=RollupKey&Ntx=mode%2Bmatchallpartial&Ntk=all_fields_SIL&Dx=mode%2Bmatchallpartial&Dn=102&D=wool&Ntt=wool" class="topnav">&#0183; WOOL</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu18Container">
	<div id="menu18Content">
		<table cellpadding="1" cellspacing="0" border="0" width="116" id="Table36">
			<tr>
				<td bgcolor="#B0AA8B">
					<table cellpadding="3" cellspacing="0" border="0" width="114" id="Table37">
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102+4294967276&Ne=4000&Nu=RollupKey&Ntx=mode%2bmatchallpartial&Ntk=all%5ffields%5fSIL" class="topnav">&#0183; SPRING</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102+4294967272&Ne=4000&Nu=RollupKey&Ntx=mode%2bmatchallpartial&Ntk=all%5ffields%5fSIL" class="topnav">&#0183; SUMMER</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102+4294967263&Ne=4000&Nu=RollupKey&Ntx=mode%2bmatchallpartial&Ntk=all%5ffields%5fSIL" class="topnav">&#0183; FALL</td>
						</tr>
						<tr>
							<td bgcolor="#ffffff" onmouseover=this.bgColor='#E7E5DC'; onmouseout=this.bgColor='#ffffff'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/EndecaSearch/controller.asp&?ol=ol&N=102+4294967228&Ne=4000&Nu=RollupKey&Ntx=mode%2bmatchallpartial&Ntk=all%5ffields%5fSIL" class="topnav">&#0183; WINTER</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
<div id="menu19Container">
	<div id="menu19Content">
	</div>
</div>
<div id="menu20Container">
	<div id="menu20Content">
	</div>
</div>
<div id="menu21Container">
	<div id="menu21Content">
		<table cellpadding="1" cellspacing="0" border="0" id="Table39">
			<tr>
				<td bgcolor="#ffffff">
					<table cellpadding="3" cellspacing="0" border="0" id="Table40">
						<tr>
							<td bgcolor="#E7E5DC" onmouseover=this.bgColor='#D7D4CA'; onmouseout=this.bgColor='#E7E5DC'; style='cursor:hand'><a rel="nofollow" href="http://www.silhouettes.com/basket.asp?cm_re=hp-_-nav1.5-_-checkout" class="topnav">No Items</a></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>
</div>
</div>
			<table cellpadding="0" cellspacing="0" border="0">
				<tr>
					<td width="207" valign="top">
						<table cellpadding="0" cellspacing="0" border="0" width="207" ID="Table1">
							<tr>
								<td align="center"><table width="774" border="0" cellpadding="0" cellspacing="0"><tr><td colspan=3 valign="top"><a href="/outlet/?cm_re=hp-_-topbanner-_-outletmain&code=macs=S8F7H1"><img src="/hanoverassets/silhouettes/hotspot/Home072208/T1.jpg" alt="Summer Clearance Sale" width="774" height="297"  border="0"></a></td></tr><tr><td valign="top"><a href="/Dept/OUTLET+Tops+Jackets/D-16100/alltops/1&cm_re=hp-_-topbanner-_-tops&code=macs=S8F7H1"><img src="/hanoverassets/silhouettes/hotspot/Home072208/T2.jpg" alt="Tops & Tees  from $9.99" width="281" height="209" border="0" /></a></td><td valign="top"><a href="/Dept/OUTLET+Swimwear/D-16700/alltops/1&cm_re=hp-_-topbanner-_-swim&code=macs=S8F7H1"><img src="/hanoverassets/silhouettes/hotspot/Home072208/T3.jpg" alt="Swimwear & Cover-ups from $12.99" width="208" height="209" border="0" /></a></td><td valign="top"><a href="/Dept/OUTLET+Shoes+Accessories/D-16800/alltops/1&cm_re=hp-_-topbanner-_-shoes&code=macs=S8F7H1"><img src="/hanoverassets/silhouettes/hotspot/Home072208/T4.jpg" alt="Shoes & Sandals from $14.99" width="285" height="209" border="0" /></a></td></tr></table><table width="774" border="0" cellpadding="0" cellspacing="0"><tr><td><a href="/Dept/New+Arrivals+View+All/D-12599&cm_re=hp-_-banner1-_-newarr&code=macs=S8F7H1"><img src="/hanoverassets/silhouettes/hotspot/Home072208/B1.jpg" alt="What's New. Discover our favorite must-haves!" width="258" height="159" border="0" /></a></td><td><a href="/entry/page1.asp?cm_re=hp-_-banner2-_-bluecouture"><img src="/hanoverassets/silhouettes/hotspot/Home072208/B2.jpg" alt="Shop Blue Couture" width="258" height="159" border="0" /></a></td><td><a href="/request_email.asp?&cm_re=hp-_-banner.3-_-emailsignup"><img src="/hanoverassets/silhouettes/hotspot/Home072208/B3.jpg" alt="Email Sign Up" width="258" height="159" border="0" /></a></td></tr><tr><td colspan=3><a href="/apply/?cm_re=hp-_-creditcard"><img src="/hanoverassets/silhouettes/hotspot/Home072208/RewardsBanner.jpg" alt="Silhouettes® Circle Rewards" width="774" height="68" border="0" /></a></td></tr></table><table width="774" border="0" cellpadding="0" cellspacing="0"><tr><td height="50" colspan="3" valign="top"><img src="/HanoverAssets/silhouettes/hotspot/HomePageTile4.jpg"  border="0" alt="catalog banners" ismap usemap="#catalog_banners4"><map name="catalog_banners4"><area shape="rect" coords="5,4,228,34" href="/entry/page2.asp?cm_re=hp-_-banner.4-_-asseenin"  alt="As Seen In"><area shape="rect" coords="238,6,423,34" href="virtualCatalog.asp?cm_re=hp-_-banner.4-_-onlinecatalog" alt="online catalog"><area shape="rect" coords="436,5,609,34" href="product.asp?pf%5Fid=manualformproductzz&dept%5Fid=19999&cm_re=hp-_-banner.5-_-quickorder" alt="catalogquickorder"><area shape="rect" coords="624,5,764,33" href="request_email.asp?cm_re=hp-_-banner.7-_-emailsignup" alt="emailsignup"></map></td></tr></table></td>
							</tr>
							<tr>
								<td align="center"><img src="hanoverassets/silhouettes/hotspot/blank.gif" width=1 height=1></td>
							</tr>
							<tr>
								<td align="center"><img src="hanoverassets/silhouettes/hotspot/blank.gif" width=1 height=1></td>
							</tr>
						</table>
					</td>
					<td width="567" valign="top">
						<table cellpadding="0" cellspacing="0" border="0">
	<tr>
		<td bgcolor="#9D8668">
			<table cellpadding="0" cellspacing="0" border="0">
				<tr>
					<td bgcolor="#ffffff">
						
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>


					</td>
				</tr>
				<tr>
					<td width="774" valign="top" colspan="2"><br /></td>
				</tr>
			</table>
			<style>
td.legal{
font-size:8pt;
color:#666666;
font-family:verdana;
font-weight:normal;
}
a.legal{
font-size:8pt;
color:#666666;
font-family:verdana;
text-decoration:none;
font-weight:normal;
}
a.legal:hover{
font-size:8pt;
color:#999999;
font-family:verdana;
text-decoration:underline;
font-weight:normal;
}
</style>


<table width="772" cellpadding="0" cellspacing="0" border="0" ID="Table1" bgcolor="#ffffff">
		
<tr><td align="center">
<table cellpadding="2" cellspacing="0" border="0" bordercolor="red" ID="Table2"><tr>

	<td class="legal" align="center"><a rel="nofollow" title="Account Signin" alt="Account Signin" href="http://www.silhouettes.com/request_email.asp?cm_re=hp-_-footer.1-_-emailsignup&cm_sp=EmailSignup-_-Home-_-default.asp" alt=""  class="legal">Email Signup</a></td>	

<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Virtual Catalog" alt="Virtual Catalog" href="http://www.silhouettes.com/virtualCatalog.asp?cm_re=hp-_-footer.2-_-onlinecatalog" class="legal">Browse Online Catalog</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Catalog Request" alt="Catalog Request" href="http://www.silhouettes.com/catalog.asp&?product=catalogzz&dept%5Fid=19050&cm_re=hp-_-footer.3-_-catalogrequest" class="legal">Catalog Request</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Customer Service" alt="Customer Service" href="http://www.silhouettes.com/customers.asp?cm_re=hp-_-footer.4-_-customerservice" class="legal">Customer Service</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Gift Cards" alt="Gift Cards" href="http://www.silhouettes.com/GiftCard.asp?cm_re=hp-_-footer.5-_-giftcard" class="legal">Gift Cards</a></td>

<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Silhouettes Credit Card" alt="Silhouettes Credit Card" href="http://www.silhouettes.com/apply/?cm_re=hp-_-footer.6-_-creditcard" class="legal">Silhouettes&#174; Credit Card</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Buyers Club" alt="Buyers Club" href="http://www.silhouettes.com/Product/Buyers+Club/Silhouettes+Buyers+Club/D-19160/P-504874zz&&cm_re=hp-_-footer.7-_-BuyersClub" class="legal">Buyers Club</a></td>
</tr></table></td></tr>
<tr><td align="center">
<table cellpadding="3" cellspacing="0" border="0" ID="Table3"><tr>  
<td class="legal" align="center"><a title="Size and Fit Guide" alt="Size and Fit Guide" href="http://www.silhouettes.com/sizechart.asp?cm_re=hp-_-footer.8-_-sizeandfit" class="legal">Size & Fit</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Fashion Glossary" alt="Fashion Glossary" href="http://www.silhouettes.com/fashionglossary.asp?cm_sp=hp-_-footer.9-_-fashionglossary" class="legal">Fashion Glossary</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Partners" alt="Partners" href="http://www.silhouettes.com/partners.asp?cm_re=hp-_-footer.10-_-partners" class="legal">Partners</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Privacy Policy" alt="Privacy Policy" href="http://www.silhouettes.com/privacypage.asp?cm_re=hp-_-footer.11-_-privacysecurity#Privacy" class="legal">Privacy & Security</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Terms of Use" alt="Terms of Use" href="http://www.silhouettes.com/privacypage.asp?cm_re=hp-_-footer.12-_-termsofuse" class="legal">Terms of Use</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Site Map" alt="Site Map" href="http://www.silhouettes.com/sitemap.asp?cm_re=hp-_-footer.13-_-sitemap" class="legal">Site Map</a></td>
<td class="legal" align="center">|</td>
<td class="legal" align="center"><a title="Affiliates" alt="Affiliates" href="http://www.silhouettes.com/affiliate.asp?cm_re=hp-_-footer.14-_-affiliate" class="legal">Affiliates</a></td>
</tr>
</table>
</td></tr>
<tr><td align="center">
<table cellpadding="3" cellspacing="0" border="0" ID="Table4">
	<tr>
		<td align="center" class="legal"> 
			1-888-651-8337<br />
		</td>
	</tr>
</table>
</td></tr></table>

		</td>
		
	</tr>
</table>


	
		<!-- NetPlus Marketing Behaviorial Tag Start -->
		<img src="http://leadback.advertising.com/adcedge/lb?site=695501&srvc=1&betr=netpls_cs=1&betq=2112=367878" width="1" height="1" border="0"><br>
		<script language="JavaScript">
		<!--
		var title = 'TITLE';
		try {
		if (title == unescape('%u0054%u0049%u0054%u004C%u0045') && document.title) title = document.title;
		document.write('<img width="0" height="0" border="0" src="http://media.adrevolver.com/adrevolver/trace?adpath=342&title=' + escape(title) + '&ref=' + escape(document.referrer) + '&rnd=' + Math.round(Math.random() * 10000000) + '"><br>');
		} catch(e){}
		//-->
		</script>
		<img width=1 height=1 border=0 src="http://ad.trafficmp.com/tmpad/banner/AdvView.asp?adv=1769&id=1"><br>
		<!-- NetPlus Marketing Behaviorial Tag End -->
		<img height="1" width="1" src="http://switch.atdmt.com/action/netsil_silhouetteshomepage_1"/><br>
		
<script language="Javascript">var cmJv="1.1";</script>
<script language="Javascript" src="/Silhouettes/coremetrics/v40/eluminate.js"></script>
<script language="Javascript" src="/Silhouettes/coremetrics/v40/cm_datatagutils.js"></script>

<!--<script language="javascript">
	history.go(-1);
</script>-->

			<script language="javascript">
				try {cmCreatePageviewTag("default.asp", "Home", "", "");}
				catch(er) {window.alert(er.message);}
			</script>
			
<script language="javascript">
	//***to throw a site promotion tag when you click the zoom image - noemi castro 5/4/07***
	function sitePromoTag()
		{
			try	{cmCreateManualLinkClickTag('""?cm_sp=Zoom-_--_-');} 
			catch(er) {window.alert(er.message);}
		}
	//***end of site promotion tag***
</script>
 
</div>
</body>
</html>
