@charset "UTF-8";
/* CSS Document */

/*div.breadcrumb
{display:none;} 
turns off the breadcrumb menu on the top of the page */

div#BasicLingerieMenu {
margin:0; 
padding:0;
width:771px;
height:75px;
overflow:hidden;

}

ul#BasicLingerieMenuList {
   list-style-type: none;
	width: 771px;	
	height: 75px;
	padding: 0;
	margin: 0;
	text-align: center;
}

div#BasicLingerieMenu li {
	float: left;
	height: 75px;



}


li.BasicLingerieMenuItem a{
	display:block;
	text-decoration:none;
	background: url(menu-bg-line.png) right 15px no-repeat;
	padding:3px 0;
	}
	
	
li.BasicLingerieMenuItem a#ActiveMenuItem{
	background: url(menu-bg-current.png) left repeat-x;
	}	
	
li.BasicLingerieMenuItem a#MenuItemLine{
	background: url(menu-bg-line-white.png) left repeat-x;
	}	
	
    li#MenuItem1{
    width: 140px;
	}
	
	li#MenuItem2{
    width: 140px;
	}
	
	li#MenuItem3{
    width: 170px;
	}
	
	li#MenuItem4{
    width: 160px;
	}
	
	li#MenuItem5 a{
    width: 161px;
	background: url(menu-bg-line-white.png) right 15px no-repeat;
	}
	
	

	
li.BasicLingerieMenuItem a:hover{ 
		background: url(menu-bg-active.png) left repeat-x;
	}
	
li#MenuItem5 a:hover{ 
		background: url(menu-bg-active.png) left repeat-x;
	}
	
	li.BasicLingerieMenuItem a#MenuItemLine:hover{
	background: url(menu-bg-active.png) left repeat-x;
	}
	
	
	
li.BasicLingerieMenuItem a:hover p {
	color: #FFF;
	}
	
	li.BasicLingerieMenuItem a:hover span {
	color: #FFF;
	}	
	
	

li.BasicLingerieMenuItem p { 
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;	
	font-weight: 400;
	line-height:14px;
	color: #000;
	}
	
li.BasicLingerieMenuItem span { 
    text-transform:none;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 13px;	
	font-weight: 700;
	line-height:13px;
	color: #2b2b2b;
	}
	
	