#topmenu {float:right; height:35px;  width:700px;  padding:0 15px 0 0;}

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
	background:#000;
	text-transform:uppercase;
	margin-right:1px;
	color:#fff;
	text-decoration:none;
}


.tabs li:hover > a {background:#9c9e9f; color:#fff;}
.tabs li a:active, .tabs li a:focus {background:#9c9e9f!important; color:#fff;}



.go-size {width:124px;}
.c-size {width:109px;}
.cgr-size {width:164px;}
.sr-size {width:129px;}
.afs-size {width:169px;}
.afs-size {width:169px;}

.sizer {width:260px!important; margin-left:-91px!important;}


/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 71%;
	width: 100px;
	display: none;
	left: -10px;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 100%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
	background:#c6a878;
	color:#000;
	font-size:0.75em;
	padding:0 0 0 10px;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
}


/* menu-specifc
*************************/

#menu
{
	float:left;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
}

#menu ul
{
	margin: 0 auto;
}

#menu ul li.hasmore
{
	background: url(images/drophighlight.png) no-repeat center 27px;
}


#menu ul li a:hover
{
	background: url(images/topselectionleft.png) top left no-repeat;
}

#menu ul li a span
{
	display: block;
	padding:3px 15px 0 11px;
	font-size:11px; text-align:center;
	height:34px; line-height:15px;
}

#menu ul li a:hover 
{
background:#9c9e9f; text-decoration:none!important; color:#fff;
}

#menu ul.dropdown
{
	padding: 10px;
	overflow:hidden;
	width: 200px;
}

#menu ul.dropdown li a
{
	line-height: 20px;
	overflow: hidden;
	height: 20px;
}


#menu ul.dropdown li a:hover
{
	background:#000; color:#fff; font-weight:bold;

}



.bt {border-top:1px #000 solid;}
.bb {border-bottom:1px #000 solid;}
.topsel {display: block; padding:3px 0 0 0; text-align:center; height:34px; line-height:15px; background:#fff;text-transform:uppercase; font-size:12px; font-weight:bold;}
