body {
	background-image:url(../../img/topnav/color-streak/body.gif);
	background-repeat: repeat-x;
}
#top-containers{
		overflow:hidden;
}
#topnav {
	position: relative;
	clear: both;
	height: 39px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../../img/topnav/color-streak/bg.gif) repeat-x top left;
	border-top: 4px solid #D22B2B;
}

#topnav ul {
	background: transparent url(../../img/topnav/color-streak/divider.gif) no-repeat top left;
	list-style-type: none;
	width: auto;
	height: 34px;
	margin: 0;
	padding-left: 2px; /* Make some room for the left border */
}
#topnav ul ul {
	background-image: none;
	padding: 0;
}

#topnav ul li {
	background: transparent url(../../img/topnav/color-streak/divider.gif) no-repeat top right;
	display: block;
	margin: 0;
	padding-right: 1px;
}
#topnav ul ul li {
	background-image: none;
}

#topnav ul li a {
	display: block;
	height: 23px;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 11px 20px 0;
	line-height: 14px;
}

#topnav ul li a:hover,
#topnav ul li a.current {
	color: #D22B2B;
	background: #FFF;
}

/*/ SUCKERFISH DROP-DOWN /*/

.nav {
  z-index: 200;
  position: absolute;
}
.nav li {
  float: left;
  position: relative;
}
.nav li a, 
.nav li a:link, 
.nav li a:active, 
.nav li a:visited {
  display: block;
  padding: 0 9px;
}
/* All hovered links in the list */
.nav li a:hover {
}
/* The active parent list item's links */
.nav li:hover>a {
  background: #fff;
}
.nav li ul a {
  background-image: url(../../img/topnav/color-streak/bg.gif);
}
.nav li:hover ul a:hover {
  background-color: white;
  background-image: none;
  color: #D22B2B;
}

.nav ul {
  list-style: none;
  position: absolute;
  top: 34px; /* Height of the parent -1 */
 left: -1px;
 display: none;
	margin: 0;
	padding: 0;
}
.nav li:hover ul {
  display: block;
}
.nav ul li {
  border: 0;
  float: none;
  width: 80px;
}
.nav ul a {
  border: 1px solid #BBB;
  border-top: 0;
  /*width:100px;Do not uncomment if not sure*/ 
  white-space: nowrap;
}
