nav ul,
nav li,
nav a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}
nav {
  width: 1000px;
  height:30px;
  margin:auto; 
  background-color:#418fcf;
}
nav ul {
    padding-left:20px;
	width:795px;
}
nav li {
  float: left;
  margin-right:55px;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:30px;
  height:30px;
}
nav li a {
  
}

nav li:hover {
	cursor:pointer;

}
nav li a:hover {

	
}
.searchbar{
	width:175px;
	height:20px;
	float:right;
	margin-right:10px;
	margin-top:5px;
}
#search{
	border-style:none;
	width:150px;
	height:18px;
	float:left;
	border-width:0;
}
#searchbutton{
	width:20px;
	height:20px;
	float:right;
	background-color:white;
}
#searchicon{
	width:20px;
	height:20px;
	background-image:url(../Images/searchicon.png);	
}
.bubble 
{
position: relative;
width: 165px;
margin-left:5px;
margin-top:63px;
height: 45px;
color:white;
padding-left:5px;
padding-top:5px;
background: #418fcf;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 17px 14px;
border-color: #418fcf transparent;
display: block;
width: 0;
z-index: 1;
top: -14px;
left: 70px;
}

#productadded{
	position:absolute;
	margin-top:40px;
	margin-left:160px;
	z-index:999;
	display:none;
}	
#existsbasket{
	position:absolute;
	margin-top:40px;
	margin-left:160px;
	z-index:999;
	display:none;
}