#header {
	background: url(header_bg.gif) no-repeat center top;
	padding-top: 120px;
}

#header .disclaimer {
	color: #999;
	padding: 100px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#header .disclaimer a {
	color: #ccc;
}

#showcase-op,#showcase-op-grand {
	overflow: visible;
}

#showcase-op div #list,#showcase-op-grand div #list {
	position: absolute;
	top: 0px;
	right: 507px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	background: #222;
	font-size: 11px;
	background: red;
	/*height:300px;*/
	width: 190px;
	z-index: 1;
}

#list li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}

#list li a {
	padding: 2px 0px;
	color: #111;
	display: block;
	text-decoration: none;
	float: left;
}

#list li a:hover { /*background: url(topnav_hover.gif) no-repeat center top;*/
	color: #581059;
	font-weight: bold;
}

#list li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}

#list li span.subhover {
	background-position: center bottom;
	cursor: pointer;
}

/*--Hover effect for trigger--*/
#showcase-op ul#subnav {
	list-style: none;
	position: absolute;
	/*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 527px;
	top: 0;
	background: #E0EAF3;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top: 0px solid #D0D1D3;
	border-left: 1px solid #D0D1D3;
	border-right: 1px solid #D0D1D3;
	border-bottom: 1px solid #D0D1D3;
	height: auto;
	z-index: 100;
	font-size: 11px;
}

#showcase-op-grand ul#subnav {
	list-style: none;
	position: absolute;
	/*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 636px;
	top: 0;
	background: #E0EAF3;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top: 0px solid #D0D1D3;
	border-left: 1px solid #D0D1D3;
	border-right: 1px solid #D0D1D3;
	border-bottom: 1px solid #D0D1D3;
	height: auto;
	z-index: 100;
	font-size: 11px;
}

ul#subnav li {
	margin: 0;
	padding: 0;
	border-top: 0px solid #BDC1C7; /*--Create bevel effect--*/
	border-bottom: 1px solid #D0D1D3; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}

ul#subnav li a {
	float: left;
	width: auto;
	background: #E0EAF3 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 5px;
}

ul#subnav li.sub a {
	padding-left: 15px;
}

ul#subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #E1EBF4 url(dropdown_linkbg.gif) no-repeat 10px center;
}

#header img {
	margin: 20px 0 10px;
}

#clickme {
	cursor: pointer;
}

#opb-title {
	line-height: 35px;
	padding: 5px;
}
