.subs
{
	position: absolute;
	z-index: 20;
	margin: 0 auto;
}
.subs a
{
	position: absolute;
}
.adimg
{
	position: relative;
	z-index: 10;
}

.subs a:hover, .subs .sel
{
	filter: alpha(opacity = '50');
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	background: #fff;
	_background: transparent;
}
.subs a img
{
	border: 0px;
	width: 100%;
	height: 100%;
}

#popup {
	padding: 10px;
	display: none;
	position: absolute;
	background: white;
	border: 1px solid black;
	z-index: 1500000;
	}

#popup-img img {
	border: 1px solid #bbb;
	}	
#popup-text {
	padding: 10px;
	font-size: 12px;
	background: url(../content/images/headernav_bg.gif);
	width: 130px;
	}

#popup-text h1 {
	font-size: 16px;
	color: #603;
	margin-bottom: 6px;
	text-align: left;
	}
#popup-text p {
	margin-bottom: 6px;
	text-align: left;
	}




#jumpnav label {
	position: relative;
	top: -4px;
}

html>body #jumpnav label {
	top: -1px;
}

.drop
{
	border: 1px solid #666;
	background: white;
	display: inline;
}
.drop .text
{
	white-space: nowrap;
	font-weight: bold;
	padding: 0 4px;
}

html>body .drop .text strong
{
	position: relative;
	top: 2px;
}

html>body .drop img
{
	position: relative;
	top: 2px;
}

.dropitems {
	width: 135px;
	border: 0;
	}
.dropitems ul {
	overflow: hidden;
	}
.dropitems li {
	display: inline;
	}	
.dropitems a {
	width: 100%;
	display: block;
	padding: 29px 0 0 0;
	float: left;
	overflow: hidden;
	height: 0px !important;
	height: /**/:29px; /* for ie//win only */
	margin: 0 0 4px;
	}
/*.dropitems a:hover {
	background: #eee;
	}*/	
.dropitems .single-page a {
	background: url(../content/images/dropdown_singlepage.gif) 0 0 no-repeat;
	}
.dropitems .side-by-side a {
	background: url(../content/images/dropdown_sidebyside.gif) 0 0 no-repeat;
	}
.dropitems .Item-list a {
	background: url(../content/images/dropdown_itemlist.gif) 0 0 no-repeat;
	}
.dropitems .single-page a:hover {
	background: url(../content/images/dropdown_singlepage.gif) 0 -34px no-repeat;
	}
.dropitems .side-by-side a:hover {
	background: url(../content/images/dropdown_sidebyside.gif) 0 -34px no-repeat;
	}
.dropitems .Item-list a:hover {
	background: url(../content/images/dropdown_itemlist.gif) 0 -34px no-repeat;
	}				

.dropimages {
	overflow: auto;
	height: 400px;
	}
.dropimages p {
	clear: both;
	}

.droplist 
{
	width: 150px;
}
.droplist a
{
	display: block;
	width: 100%;
	line-height: 1em;
}

.droplist a:hover
{
	background: #eee;
}

.dropimages a {
	display: block;
	float: left;
	border: 1px solid #000;
	text-align: center;
	margin: 2px;
	padding: 2px;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	}
.dropimages a:hover {
	border: 1px solid #f00;
	background: #ffc;
	text-decoration: none;
	}	
.dropimages a img {
	border: 1px solid #bbb;
	height: 60px;
	width: 50px;
	overflow: hidden;
	display: inline;
	}

