#info {height:400px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */

#top-nav {
	margin:0;
	padding:0;
	margin-top:14px;
	color:#1C2331;
	text-align:right;
	position:relative;
}
#top-nav li {
	display:inline;
	
	padding-right:8px;
	margin-right:8px;

}
#top-nav li.last a {
	border:none;
	margin:0;
	padding:0;
}
#top-nav li a {
	display:inline-block;
	height:16px;
}
#top-nav li #shop-list {

	position:absolute;
	top:18px;
	left:76px;
	width:200px;
	height:100px;
	display:block;
}
#top-nav li #shop-list a {
	border:none;
}

#top-nav li.last {
	margin:0;
}
#top-nav li a {
	color:#1C2331;
	text-decoration:none;
}
#top-nav li a:hover {
	text-decoration:underline;
}



#topnav {
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#topnav li{
float:left;
position:relative;
z-index:100;

}

/* use the table to position the dropdown list */
#top-nav table{

}

/* style all the links */
#top-nav a {
display:block;
padding:5px 0;
margin:0 5px;
color:#1C2331;
text-decoration:none;
margin-right:1px;
text-align:center;
border-right:1px solid #d7d4d4;
padding-right:10px;

}
/* style the links hover */
#top-nav :hover{
color:#1C2331;
text-decoration:none;
}

/* hide the sub level links */
#top-nav ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
#top-nav li:hover ul,
#top-nav a:hover ul{
visibility:visible;
width:200px;
}
#top-nav ul  {
	float:left;
}
#top-nav ul li {
	border:none;
	margin:0;
	padding:0;
}
#top-nav ul li a:hover {
	text-decoration:underline;
}


