#instit_menu_box{
}


#instit_menu_box .frame{
	width:133px;
	height:334px;
	margin-top:6px;
}

#instit_menu_box .frame .top_left{
	background:url(../images/template/instit_menu/top_left.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#instit_menu_box .frame .top{
	background:url(../images/template/instit_menu/top.gif) top left repeat;
	width:123px; 
	height:5px;
}

#instit_menu_box .frame .top_right{
	background:url(../images/template/instit_menu/top_right.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#instit_menu_box .frame .left{
	background:url(../images/template/instit_menu/left.gif) top left repeat;
	width:5px; 
	height:324px;
}

#instit_menu_box .frame .right{
	background:url(../images/template/instit_menu/right.gif) top left repeat;
	width:5px; 
	height:324px;
}

#instit_menu_box .frame .bottom_left{
	background:url(../images/template/instit_menu/bottom_left.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#instit_menu_box .frame .bottom{
	background:url(../images/template/instit_menu/bottom.gif) top left repeat;
	width:123px; 
	height:5px;
}

#instit_menu_box .frame .bottom_right{
	background:url(../images/template/instit_menu/bottom_right.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#instit_menu_box .frame .center{
	background:url(../images/template/instit_menu/center.gif) top left;
	background-color	: #B0A6C9;
	text-align			: left;
	vertical-align		: top;

}

#instit_menu_box h1{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 13px;
	font-weight			: bold;
	color				: #FFFFFF;
	margin				: 0px;
	margin-bottom		: 8px;
	padding-top			: 0px;
	padding-bottom		: 4px;
	display				: block;
	border-bottom		: 1px solid #FFFFFF;
	text-align			: center;
}

#instit_menu_box a{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: bold;
	text-decoration		: none;
	color				: #333366;
	padding-left		: 26px;

	display				: block;
	margin-top			: 13px;
	margin-bottom		: 13px;
	background-image	: url(../images/icons/menu/institution.gif);
	background-repeat	: no-repeat;
	background-position	: 15px 3px;
}


#instit_menu_box a:hover, #instit_menu_box a.selected{
/*
	font-weight			: bold;
*/
	color				: #FFFFFF;
	background-image:url(../images/icons/menu/institution_over.gif);
	background-repeat	: no-repeat;
	background-position	: 9px 1px;
}

