@CHARSET "ISO-8859-1";

#top_menu {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#top_menu ul {
	text-transform: uppercase;
	list-style: none;
	height: 36px;
	width: 100%;
	float: left;
}

#top_menu ul li {
	float: left;
	padding: 0 5px 2px 5px;
	height: 33px;
}

#top_menu ul li a {
	font-family:"Century Gothic",Arial;
	color: #666666;
	display: block;
	font-size: 11px;
	width: 100%;
	padding: 10px 4px 2px 4px;
	height: 28px;
	text-decoration: none;
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	font-weight: normal;
	text-align:center;
}

#top_menu ul li a:hover {
	background: url(../img/media/menu_hover.gif) repeat-x top;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 1px 0 1px;
	width: 100%;
	padding: 9px 3px 1px 3px;

	height: 27px;
	background-color: #FFFFFF;
}

#top_menu ul li a.active {
	background: url(../img/media/menu_hover.gif) repeat-x top;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 1px 0 1px;
	width: 100%;
	padding: 9px 3px 1px 3px;

	height: 27px;
	background-color: #FFFFFF;
}

/* menu panes */
.menu_pane {
	display: none;
	position: absolute;
	z-index: 200;
	background-color: #FFFFFF;
	width: 550px;
	border: 1px solid #cccccc;
	border-top: none;
}

.pane_research{
	width:200px;
	background: #FFFFFF url(../img/media/menu_pane_body.gif) repeat-x;	
}

.pane_research ul#re{
	margin:10px 0 10px 10px;
	
}

.pane_research ul li{
	padding: 2px 5px 2px 13px;
	margin: 0px 0px 3px 0px;
	min-height: 14px;
	background: url(../img/media/new_bullet.gif) no-repeat 0px 5px;
}


.menu_pane .meet .col ul li{
	margin:0;
	margin-bottom:1px;
	padding-top:0;	
}

.menu_pane h2.procedures{
	padding:7px 0 6px 0;
}
	

.menu_pane .row {
	width: 550px;
/*	background: #f2f3f3;*/
	height: 89px;
	padding: 0;
}

.menu_pane .row .rowColLeft {
	float: left;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	height: 78px;
	width: 250px;
	border: 1px solid #cccccc;
	border-left:0;
	border-bottom:0;
}

.menu_pane .row .rowColLeft IMG {
	margin: 8px 10px 5px 3px;
	width:72px;
}

.menu_pane .row .rowColRight {
	float: left;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	height: 78px;
	width: 269px;	
	border: 1px solid #cccccc;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

.menu_pane .procedures{
	width:100%;
	margin:0;
}

.menu_pane .procedures a{
	color:#C8A051;
	text-decoration:none;
}

.menu_pane .col {
	
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;

	
}
.menu_pane .meet{
	background:url(../img/media/menu_pane_header.gif) repeat-x;
	margin-bottom:7px;	
}
.menu_pane .procs{
	background:url(../img/media/menu_pane_body.gif) repeat-x;	
}

.procedures_content{
	display:block;
	background-image: url(../img/media/procs_bbg.gif);
	background-repeat: repeat-y;
	margin-bottom:5px;
}


.menu_pane HR {
	clear: both;
	width: 100%;
	margin:0;
	border: none;
	border-top: 1px solid #cccccc;
	height: 1px;
	border-top: 1px solid #cccccc;
}
.menu_pane .ex_line{
	/*
	background-image:url(../img/media/menu_line.gif);
	background-repeat: repeat-y;
	background-position: top right;
	*/
}
.menu_pane ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu_pane ul li {
	padding: 2px 5px 0 13px;
	margin: 0px 0px 3px 0px;
	min-height: 14px;
	background: url(../img/media/new_bullet.gif) no-repeat 0px 5px;
}

.menu_pane ul li a {
	color: #859295;
	display: block;
	font-size: 12px;
	width: 100%;
	padding: 0px 5px 2px 0px;
	text-decoration: none;
	position: relative;
	text-align: left;
	text-transform: capitalize;
}

.menu_pane ul li a:hover {
	color: #265174;
	text-decoration: underline;
}

.menu_pane h2 {
	color: #C8A051;
	margin: 2px 0px 6px 0px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-family:"Century Gothic",Arial ;

}

.menu_pane h3 {
	color: #265174;
	margin: 2px 0px 2px 0px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}

.menu_pane h3 a {
	color: #265174;
	font-family:"Century Gothic",Arial ;
	text-decoration: none;
}