/***** SUCKERFISH DROPDOWN *****/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 16px;
	white-space: nowrap;
}

#nav a {
	display: block;
	text-decoration: none;
	color:#000;
	background:url(templates/images/Menu_buttonbg.gif);
	width:192px;
	#width:200px;
	height:16px;
	font-size:11px;
	padding-top: 1px;
	padding-left:8px;
	height: 20px;
	font-size: 12px;
}
#nav a:hover {
	display: block;
	text-decoration: none;
	color:#e50278;
	background:url(templates/images/Menu_buttonbg.gif);
	width:192px;
	#width:200px;
	height:16px;
	font-size:11px;
	padding-top: 1px;
	padding-left:8px;
	height: 20px;
	font-size: 12px;
}

#nav li {
	float: left;
	padding-bottom: 4px;
}


#nav li ul {
  background:url(templates/images/Menu_bot_top.gif) repeat-y top left;
	/* background-color: #FFFFFF; */
	position: absolute;
	left: -999em;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	display: block;
	text-decoration: none;
	color:#000;
	background:url(templates/images/Menu_buttonbg.gif);
	width:192px;
	#width:200px;
	height:16px;
	padding-top: 1px;
	padding-left:8px;
	height: 20px;
	font-size: 12px;
  margin-bottom:4px;
  font-weight: normal;
}

#nav li:hover ul a.selected, #nav li.sfhover ul a.selected {
	color: #ed008c;
}

#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {
	color: #e50278;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: 200px;
  padding: 4 4 0 0px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	margin-top: -4px;
}


/*****    -----END-----    *****/


table.cat_header{
  width: 100%;
  background:url(templates/images/Menu_bot_top.gif) repeat-y top left;
  height: auto;
}
td.top_spacer{
  height: 12px;
}
td.products_header{
  height: 32px;
  background: url(templates/images/Menu_cat_title.gif) repeat-y top left;
  padding-left:9px;
}
td.products_header_spacer{
  height: 4px;
}
td.bottom_spacer{
  height:12px;
}
td.top_menu a{
  padding-right: 30px;
}
td.top_menu_right{
  width: 36px;
}
td.top_menu a.top_menu_last{
  padding-right: 0px;
}

td.test {
height: 125px;
	background:url(templates/images/Menu_buttonbg.gif);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 10px;
	  font: 12px Verdana, Arial, sans-serif;
}

td.test a {
  font: 12px Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
}
td.test a:hover {
  font: 12px Verdana, Arial, sans-serif;
  text-decoration: underline;
}
