div.select {
  width: 143px;
  z-index: 9;
  float: left;
  /*left: -1px;*/
  margin: 0px 0px 1px 0px;
  position: relative;
  color: white;
	background:transparent url('../templates/images/dropdown.gif') no-repeat;
  height:20px;
  line-height:20px;
}

div.select a.dd-opener {
	background:transparent url('../templates/images/dropdown.gif') no-repeat;
	display:block;
	height:20px;
	color: #797979;
	text-decoration:none;
}

div.select.hide-dropdown{
	overflow:hidden;
}

div.select.hide-dropdown a.dd-opener {
	background:transparent url('../templates/images/dropdown.gif') no-repeat;
	display:block;
	height:20px;
	color: #797979;
	text-decoration:none;
	line-height:20px;
}

div.select a.dd-opener span,
div.select.hide-dropdown a.dd-opener span {
	display:block;
	width:115px;
	overflow:hidden;
	padding-left: 10px;
	cursor: pointer;
}

div.select a:hover {
	text-decoration:none;
}

ul.selectbox {
  padding: 0px;
  width: 132px;
  height: auto;
  background-color: #FFFFFF;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;    
  position: absolute;
  z-index: 10;
  float: left;
  margin: 0px 0px 0px 4px;
}

ul.selectbox li {
	width: 132px;
	list-style-type: none;
	height:22px;
	overflow:hidden;
	border-bottom: 1px solid #dadada;
}

ul.selectbox li a {
	padding-left: 12px;
	height:22px;
	overflow:hidden;
	text-decoration:none
}

div.select a.pulldown_arrow:hover {
	text-decoration:none
}

div.hide-dropdown .selectbox {
	display: none;
}

a.navItem {
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	background: url('../templates/images/arrow.gif') no-repeat 5px 7px;
	font-size: 11px;
	color: #666666;
	/*height: 18px;*/
	display: block;
	cursor: pointer;
}