/* CSS Document */
#navContainer {
		width:970px;
	border-right:0px solid #E5C49F;
}
#shop {
	width:200px;
	background: #CCCC00;
	font-size: 1em;
	float: left;
	height: 40px;
	border-bottom:4px solid #E5C49F;
	border-right:4px solid #E5C49F;
}
#shop ul {
background:#FBE3C8 none repeat scroll 0 0;
color:white;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:1.2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:40px;
line-height:3em;
margin-left:0;
margin-top:0;
padding-left:0;
text-align:center;
width:100%;
}
#shop ul li {
border-left:0px solid #CCCCCC;
display:inline;
padding:1px 0;
}
#shop a {
color:#275797;
margin-right:-3px;
padding:11px 10px 14px;
text-decoration:none;
font-weight:bold;
}
#shop a:hover {
color:#275797;
margin-right:-3px;
padding:11px 10px 14px;
text-decoration:underline;
font-weight:bold;
}
#navlistContent {
height:20px;
padding-left:0;
}
