#top-nav
{
	float:left;
	width:700px;
	position:absolute;
	top:-30px;
	left:0px;
	text-align:center;
	overflow:hidden;
}

#top-nav .top-menu-item
{
	position:relative;
	top:25px;
	padding:10px 10px 15px 10px;
}

#top-nav .top-menu-item a
{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	text-transform: uppercase;
}

#top-nav .top-menu-item a:hover
{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#f8981d;
}

#top-nav .drop-menu
{
	margin-top:-1000px;
	padding:10px;
	overflow:hidden;
}

#top-nav .drop-menu a
{
	font-size:11px;
	line-height:11px;
	margin:10px 0px 10px 0px;
	text-decoration:none;
	color:#444444;
	display:block;
}

#top-nav .drop-menu a:hover
{
	font-size:11px;
	text-decoration:none;
	color:#f8981d;
}

#top-nav .back-color
{
	background: #FFD14F url(../../../../wcm/fragments/sf_top_nav/_images/back-grad.jpg) top left repeat-x;
}

#top-nav #border-left
{
	/*border-left:solid 1px #666666;*/
	width:1px;
	overflow:hidden;
	background-color:#666666;
}

#top-nav #border-right
{
	/*border-left:solid 1px #666666;*/
	width:1px;
	overflow:hidden;
	background-color:#666666;
}

#top-nav #border-bottom
{
	/*border-top:solid 1px #666666;*/ 
	height:1px; 
	overflow:hidden;
}

#top-nav #border-bottom #border-bottom-inner
{
	float:left;
	height:1px;
	background-color:#666666;
	width:100%;
	overflow:hidden;
}

#top-nav #top-shim
{
	height:20px; 
	background:#fff;
}

#top-nav #top-shim #top-shim-inner
{
	width:100%; 
	height:5px; 
	background:#fff; 
	position:relative; 
	top:10px; 
	left:0px;
}
