/* Begin CSS Popout Menu */

#menu{
	margin-left:5px;
	margin-right:15px;
	z-index:2;
	font-size:11pt;
	float:left;
}

#menu a{
	display:block;
	color:#000; 
	background:#abc;
	text-decoration:none;
	text-align:center;
	border-top:1px solid #ccc;
	border-left:1px solid #bbb;
	border-right:1px solid #888;
	border-bottom:1px solid #555;
	width:149px;
	font-weight:bold;
}
#menu a:hover{
	color:#000; 
	background:#aabbff;
	border-top:1px solid #555;
	border-left:1px solid #bbb;
	border-right:1px solid #888;
	border-bottom:1px solid #ccc;
	width:149px;
}
ul.m{
	list-style:none;
	display: none;
	margin:0;
	padding:0;
	width:150px;

}
ul.m a{
	color:#000; 
	background:#abc;
	text-decoration:none;
	text-align:center;
	
}
ul.first-level {
	display: block;
	width: 149px;
}

ul.m li.m:hover>ul.m {
	display: block;
	position: absolute;
	left: 151px;
	top:0px;
}

li.m {
	position: relative;
	width: 149px;

}
div#menu li.m, div#menu li.m:hover{
	position:relative;
	float:left;

}

/* Current Page indicator */
#menu a.x,#menu a:hover.x{
	color:#fff;
	background:#f70400;
	font-weight:bold;
	cursor:default;
	text-indent:2px;
}


/* Begin Content Area */



/* End Content Area */

.search{
	margin-left:5px;
	margin-right:5px;
	float:left;
	clear:left;
}
.sidebar{
	width:151px;
	float:left;
}
.title{
	background: url(../imgs/site/adccnew_ie6.png) no-repeat left center;
	margin-left:10px;
}

