/* FRIVOLE MAIN MENU  */

a#lounge {
	display: block;
	width: 59px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_lounge.gif);
	margin: 0 auto;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;

}

/* HIGHLIGHT section link to red, when a section is clicked and browser page switches, it will be highlighted in SOLID RED */

a#loungehighlight {
	display: block;
	width: 59px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_loungehighlight.gif);
	margin: 0 auto;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}

/* menu link hovers to red highlight image  */

a#lounge:hover {
	background-image:  url(../images/menu_titles/menu_loungehighlight.gif);

}

/* MEN */

a#men {
	display: block;
	width: 38px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_men.gif);
	margin: 0 auto 0 50px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;


}


a#menhighlight {
	display: block;
	width: 38px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_menhighlight.gif);
	margin: 0 auto 0 50px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}

a#men:hover {
	background-image:  url(../images/menu_titles/menu_menhighlight.gif);

}

/* WOMEN */

a#women {
	display: block;
	width: 63px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_women.gif);
	margin: 0 auto 0 50px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}


a#womenhighlight {
	display: block;
	width: 63px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_womenhighlight.gif);
	margin: 0 auto 0 50px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}

a#women:hover {
	background-image:  url(../images/menu_titles/menu_womenhighlight.gif);

}


/* COUTURE*/

a#couture {
	display: block;
	width: 65px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_couture.gif);
	margin: 0 auto 0 50px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}


a#couturehighlight {
	display: block;
	width: 65px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_couturehighlight.gif);
	margin: 0 auto;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}

a#couture:hover {
	background-image:  url(../images/menu_titles/menu_couturehighlight.gif);

}



/* css text converts to images - this is the MENU TEXT */

a .textlink {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
}

a#textlink:visited {
	color: #FFFFFF;
}

a#textlink:hover {
	color: #FF0000;
}

/* Main Menu background */

.bgmenu {
	background-image:  url(../images/background/bg_gradient_grey_menu.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 23px;
	width: 615px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;


}

/* SUBMENU LINKS of About Us and Customer Service */
.submenuwhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	word-spacing: 1px;





}

/* SUBMENU LINKS of Shopping bag, giving it a clearer highlight for the user */
.submenured {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	word-spacing: 1px;



}



/* SUB MENU TITLES */

/* ABOUT US */
a#aboutus {
	display: block;
	width: 43px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_sub_about.gif);
	margin: 0 auto;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}

a#aboutushighlight {
	display: block;
	width: 43px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_sub_abouthighlight.gif);
	margin: 0 auto;
	float: right;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
a#aboutus:hover {

	background-image:  url(../images/menu_titles/menu_sub_abouthighlight.gif);
}


/* CUSTOMER SERVICE */

a#customerservice {
	display: block;
	width: 97px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_sub_customer.gif);
	margin: 0 auto 0 34px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;

}
a#customerservice:hover {


	background-image:  url(../images/menu_titles/menu_sub_customerhighlight.gif);
}
a#customerservicehighlight {
	display: block;
	width: 97px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_sub_customerhighlight.gif);
	margin: 0 auto 0 34px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}



/* MY ACCOUNT */

a#account {
	display: block;
	width: 58px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_sub_account.gif);
	margin: 0 auto 0 23px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;

}
a#account:hover {

	background-image:  url(../images/menu_titles/menu_sub_accounthighlight.gif);
}
a#accounthighlight {
	display: block;
	width: 58px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_sub_accounthighlight.gif);
	margin: 0 auto 0 28px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}


/* MY SHOPPING BAG */

a#shoppingbag {
	display: block;
	width: 105px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_shoppingbag.gif);
	margin: 0 auto 0 35px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;

}
a#shoppingbag:hover {

	background-image:  url(../images/menu_titles/menu_shoppingbaghighlight.gif);
}

a#shoppingbaghighlight {
	display: block;
	width: 105px;
	height: 23px;
	background-image:  url(../images/menu_titles/menu_shoppingbaghighlight.gif);
margin: 0 auto 0 35px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;

}


/* ITEM PAGE - extra buttons in the content area */

/* (ZOOM) TO VIEW LARGER IMAGE */

a#zoom {
	display: block;
	width: 150px;
	height: 18px;
	background-image:   url(../images/buttons_icons_symbols/button_zoom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;
	margin-top: 5px;


}
a#zoom:hover {

	background-image:   url(../images/buttons_icons_symbols/button_zoomhighlight.gif);
}

a#zoomhighlight {
	display: block;
	width: 150px;
	height: 18px;
	background-image:   url(../images/buttons_icons_symbols/button_zoomhighlight.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;
	margin-top: 5px;
	}
	
	
	
/* EMAIL - this item to a friend */

a#email {
	display: block;
	width: 155px;
	height: 18px;
	margin: 0 auto 0 25px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;
	margin-top: 5px;

}
a#email:hover {

	background-image:   url(../images/buttons_icons_symbols/button_emailhighlight.gif);
}

a#emailhighlight {
	display: block;
	width: 77px;
	height: 18px;
	background-image:   url(../images/buttons_icons_symbols/button_emailhighlight.gif);
    margin: 0 auto 0 35px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;
	margin-top: 5px;
		}
		
		/* SIZE CHARTS */

a#sizechart {
	display: block;
	width: 155px;
	height: 18px;
	background-image:   url(../images/buttons_icons_symbols/button_sizechart.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: right;
	margin-top: -20px;
	margin-right: -30px;




	
}
a#sizechart:hover {

	background-image:   url(../images/buttons_icons_symbols/button_sizecharthighlight.gif);
}

a#sizecharthighlight {
	display: block;
	width: 77px;
	height: 18px;
	background-image:   url(../images/buttons_icons_symbols/button_sizecharthighlight.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;
	margin-top: 5px;
		}
		
/* IMG BUTTONS */
/* Find Button located at storelocations_usa.php */

input#find {
	background-image: url(images/buttons_icons_symbols/img_yourstore.gif);
	height: 22px;
	width: 75px;
	padding-top: 15px;

}