#nav {
	padding:5px;
	color: #000000;
	text-align:right;
	height:18px;
	float: right;
	width: 760px;
	position: absolute;
	top: 80px;
	right: 0px;
	margin: 0em;
	z-index: 100;
	border-bottom: 2px solid #333333;
}

/*menu style*/
#nav ul {
	padding:0;
	margin:0px;
	list-style-type:none;
	list-style-image:none;
}

#nav a {
	font: normal 13px "Century Gothic", serif;
	text-transform: uppercase;
	color: #85bce2;
	margin: 1em 0 1em 0;
	/*border-left: 1px solid #bce7f9;*/
	padding:.2em .5em;
}

#nav a.first{
	border:none;
}

#nav a:link, #nav a:visited {
	outline: none;
	color:#000000;
	font-weight:normal;
}

#nav a:hover {
	color:#ccc;
	text-decoration:none;
}

#nav li li a {
	display: block;
	color: #060;
	font-size: 10px;
	background: #Fbeee4;
	/*border-left:1px solid #bce7f9;*/
	margin: 0;
	/*padding:.2em 1.5em .5em 1em;*/
	padding:0.4em 1.2em;
	text-transform:none;
}

#nav li {
	float:right;
	position: relative;
	display:inline;
	margin:0;
	padding:0;
}
/* the dropdown menu style */
#nav li ul {
	display: none;
	position:absolute;
	top:19px;
	left:0;
	width:120px;
	text-align:left;
	background: #Fbeee4;
}

#nav li>ul {
	top: 19px;
	left: 0px;
	right: 20px;
}

#nav li li {
	display: block;
	float: none;
	border: 0;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}
/*these are the styles for the breadcrumb navigation*/

#breadNav {
	color: #fff;
	padding: 5px 0 5px 5px;
	margin-right: 0em;
	width: 100%;
	text-align:right;
	}

#breadNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#breadNav ul li {
	margin-left: 0;
	padding-left: 15px;
	padding-right:5px;
	border: none;
	list-style: none;
	display: inline;
	background:url(../images/doubleArrow2.gif) no-repeat left;
	font: 11px "Century Gothic";
	text-transform: lowercase;
	}

#breadNav li.first{
	background:none;
	}

	
/*this is the div for the breadcrumb on the info template pages that need it - emanuella & spec occasions index pages*/
/*this is the second one I created. It seems to work better as a relative positioned div but keep this for reference
#breadNavHolder {
	position:absolute;
	left:124px;
	top:20px;
	width:266px;
	height:20px;
	z-index:1;
}*/

#breadNavHolder {
	position:relative;
	float:right;
	width:266px;
	z-index:1;
	height: 15px;
	
}

#breadNavHolderStockist {
	position:relative;
	float:right;
	width:266px;
	height:20px;
	z-index:1;
	padding-right: 1em;
}

