@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline_dropdown.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.dropline {
	height:48px;
	width:996px;
	background: url(/images/global/navigation/navbar.jpg);
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	z-index:500;
	background-color:#a7155d;
	float:left;
	margin: 8px 0px 0px 0px;
}
.dropline .select {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
}
.dropline li {
	float:left;
	background: url(/images/global/navigation/divider.gif) no-repeat;
	background-position:top right;

}
.dropline .select a {
	display:block;
	height:36px;
	float:left;
	background: url(../line/blank_sepia.gif);
	padding:3px 0 0 15px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color: #000;
	margin-left:15px;	
	margin-right:30px;
	_margin-left:10px;	
	_margin-right:15px;
	_padding-left:10px;
}

.dropline .select li.line a, 
.dropline .select li.line a:visited {
	color: #a7155d;
}
.dropline .select a b {
	display:block;
	padding:0 30px 10px 15px;
	background:url(../line/blank_sepia.gif) right top;
}
.dropline .select a:hover, .dropline .select li:hover a {
	background: url(../line/blank_over_sepia.gif);
	padding:3px 0 0 15px;
	line-height:25px;
	cursor:pointer;
	color:#a7155d;
	_padding-left:10px;
}
.dropline .select li.line a:hover, .dropline .select li.line:hover a {
	color: #000;
}
.dropline .select a:hover b, .dropline .select li:hover a b {
	display:block;
	padding:0 30px 10px 15px;
	background:url(../line/blank_over_sepia.gif) right top;
	cursor:pointer;
}
.dropline .subsection {
	display:none;
}
.dropline ul ul {
	display:none;
}
/* IE6 only */
.dropline table {
	border-collapse:collapse;
	margin:-1px;
	font-size:1em;
	width:0;
	height:0;
}
.dropline .subsection {
	margin: 0px;
	padding:0;
	list-style:none;
}
.dropline .subsection li {
	background:transparent;
}
.dropline .select :hover .subsection {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	width:950px;
	top:28px;
	left:0;
	text-align:center;
	background:transparent url(../line/transparent.gif);
	
}
.dropline .select :hover .rt li {
	float:right;
}
.dropline .select :hover .subsection li a {
	display:block;
	height:25px;
	line-height:22px;
	float:left;
	background:transparent url(../line/transparent.gif);
	padding:0 16px;
	margin:0;
	white-space:nowrap;
	color: #F8E605;
	font-size:10px;
}
.dropline .select :hover .subsection li.subsectionline a {
	color: #fff;
	font-weight: bold;
}
.dropline .select :hover .subsection li.subsectionline a:hover {
	color: #000;
}
.dropline .select :hover .subsection li a:hover, .dropline .select :hover .subsection li:hover {
	color:#000;
	line-height:20px;
	position:relative;
}
.dropline .select :hover .subsection li:hover > a {
		color:#fff;
		line-height:22px;
}
.dropline .select :hover .subsection :hover ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	width:112px;
	position:absolute;
	left:-1px;
	top:25px;
	border-top:0;
	background:#fff;
}

/*dropdown list styling*/
.dropline .select :hover .subsection :hover ul li a {
	width:80px;
	text-align:left;
	height:20px;
	line-height:18px;
	color:#000;
}
.dropline .select :hover .subsection :hover ul li a:hover {
	line-height:16px;
}
ul.download {
	list-style-image:url(../zip.gif);
}
ul.download li {
	padding-left:5px;
	font-size:11px;
	line-height:1.5em;
}
h3.spacer {
	padding-top:30px;
}
img.rgt {
	float:right;
}

