.comp_content{
	margin-top:-15px;
	border-width:0 1px 1px 1px;
	border-color:#000;
	border-style:solid;
	padding:10px;
	min-height:300px;
	background:transparent url("/_site/assets/img/backgrounds/opacity/white-33.png");
}

div#comp_nav_wrapper{
	background: #fc3;
	padding:0;
	width:100%;
	margin:0 0 1em 0;
}

.comp_top_nav{
	float: left;
	list-style: none;
	background: #fc3;
	margin: 0;
	padding: 0 0 0 7px;
	font:13px verdana, arial, helvetica;
	position:relative;
	z-index:10;
	height:33px;
}

.comp_top_nav ul {
	/*
		position:absolute;
	*/
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight:bold;
	-moz-opacity:0.95;
	-khtml-opacity:0.95;
	opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	/* filter:alpha(opacity=95); */
	margin-right:30px;
}

/********************************
	MASTER ROW 
********************************/
.comp_top_nav li {
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
	color:#000;
	height:inherit;
	border-right:1px solid #fff;
}

/* fix IE6 -- adjust page wrapper padding for bottom nav */
* html .comp_top_nav li {padding:0;}

.comp_top_nav li.active {
	color:#fff;
	background:#0d85d2;
}

.comp_top_nav li ul {
	position: absolute;
	/* z-index:100; */
}

.comp_top_nav a.parent_dn,
.comp_top_nav span.parent_dn {
/*
	background: url("../../img/arrows/d.gif") no-repeat right 10px;
*/
	margin:0;
	line-height:27px;
	white-space:nowrap;
}

	/* fix IE6 */
	* html .comp_top_nav a.parent_dn:hover,
	* html .comp_top_nav span.parent_dn:hover,
	{
		background: #cc0000;
		color:#fff;
	}
	
	/* fix IE7 */
	*+html .comp_top_nav a.parent_dn:hover,
	*+html .comp_top_nav span.parent_dn:hover,
	{
		background: #cc0000;
		color:#fff;
	}


.comp_top_nav li:hover a.parent_dn {
	color:inherit
}

.comp_top_nav li:hover,
.comp_top_nav li.active:hover {
	background: #cc0000;
	color:#fff;
	/* z-index:100; */
}

.comp_top_nav a,
.comp_top_nav a:visited,
.comp_top_nav span {
	display: block;
	width:inherit;
	color: inherit;
	font-weight:bold;
	text-decoration: none;
	padding:2px 2px 4px 15px;
/*	padding: 2px 5px 3px 5px; */
}

/* fix IE6 */
*+html .comp_top_nav a,
*+html .comp_top_nav span,
*+ .comp_top_nav a:visited
/* fix IE6 */
* html .comp_top_nav a,
* html .comp_top_nav span,
* .comp_top_nav a:visited{
	padding:2px 10px 4px 10px;
	color:#000;
}

.comp_top_nav a:hover {
	color:inherit;
}


/********************************
	DROP DOWNS... SUB LEVEL(S)...
********************************/
.comp_top_nav ul a,
.comp_top_nav ul a:visited,
.comp_top_nav ul span {
	display: block;
	width:inherit;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	line-height:20px;
	padding: 3px 0 3px 8px;
}


/*
.comp_top_nav ul a:hover {
	color:#fff;
}


.comp_top_nav ul a.parent {
	margin-right:0;
	padding-right:10px;
	background: url("../../img/arrows/r.gif") no-repeat right center;
}

.comp_top_nav ul a.parent:hover {
	background: url("../../img/arrows/r_over.gif") no-repeat right center;
}
*/

.comp_top_nav li ul {
	position: absolute;
	padding:0;
	height: auto;
	display: none;
	border:1px solid #0d85d2;
	font-weight: normal;
	font-size:12px;
	margin: 0;
/*	width: 185px; */
}
	
.comp_top_nav li li {
	color:#fff;
	padding:0;
	clear:both;
	/* float: left; */
	background: #03056c;
	border:0;
	border-bottom:1px dotted #0d85d2;
	display:block;
	width:100%;
	overflow:hidden;
}

*+ .comp_top_nav li li,
*.comp_top_nav li li{
	border-bottom:1px solid #0d85d2;
}

.comp_top_nav ul li a,
.comp_top_nav ul li a:visited,
.comp_top_nav ul li span {
	color:#fff;
}

.comp_top_nav ul li span {
	display:inline;
	margin:0;
	padding:0;
}

.comp_top_nav li li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}


.comp_top_nav li ul a:hover,
.comp_top_nav li li:hover{
	background: #fc3;
	color:#000;

/*
	background: #f38122;
	color:#000;
*/
}

.comp_top_nav li li:hover a {
	color:inherit
}


/********************************
	Sub-Menu Level 2
********************************/

.comp_top_nav li ul ul {
	margin: -27px 0 0 185px;
}

/* Hide Clustered Levels... */
.comp_top_nav li:hover ul ul,
.comp_top_nav li:hover ul ul ul {
	display: none;
	left: -999em;
}

/* Show Clustered Levels... */
.comp_top_nav li:hover ul,
.comp_top_nav li li:hover ul,
.comp_top_nav li li li:hover ul {
	display: block;
	left: auto;
}



/*****************************************************
	Section specific adjustments...
*****************************************************/
.comp_top_nav li.exhibitor {
	width:85px;
}
	.comp_top_nav .exhibitor li{
		width:185px;
	}

.comp_top_nav li.teacher {
	width:85px;
}
	.comp_top_nav .teacher li{
		width:185px;
	}
	
		.comp_top_nav .teacher li li{
				width:125px;
		}

.comp_top_nav .entries {
	width:110px;
}
	.comp_top_nav .entries li{
		width:185px;
	}

		.comp_top_nav .entries li li{
			width:200px;
		}
	
		.comp_top_nav .entries li li ul {
			margin: -27px 0 0 200px;
		}
	
			.comp_top_nav .entries li li li{
				width:230px;
			}
		
			.comp_top_nav .entries li li li ul {
				margin: -27px 0 0 230px;
			}

.comp_top_nav .checkout {
	width:95px;
	/* border-right:1px solid #fff; */
}
	.comp_top_nav .checkout li{
		width:119px;
	}
