#rubric_menu_box .frame{
	width:658px;
	height:97px;
}

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

#rubric_menu_box .frame .top{
	background:url(../images/template/rubric_menu/top.gif) top left repeat;
	width:648px; 
	height:5px;
}

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

#rubric_menu_box .frame .left{
	background:url(../images/template/rubric_menu/left.gif) top left repeat;
	width:5px; 
	height:87px;
}

#rubric_menu_box .frame .right{
	background:url(../images/template/rubric_menu/right.gif) top left repeat;
	width:5px; 
	height:87px;
}

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

#rubric_menu_box .frame .bottom{
	background:url(../images/template/rubric_menu/bottom.gif) top left repeat;
	width:648px; 
	height:5px;
}

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

#rubric_menu_box .frame .center{
	background:url(../images/template/rubric_menu/center.gif) top left;
	background-color	: #94d2da;
	color				: #336699;
	vertical-align		: top;
}

#rubric_menu_box .frame h1{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 13px;
	font-weight			: bold;
	color				: #FFFFFF;
	margin				: 0px;
	padding-bottom		: 2px;
	padding-left		: 13px;
	display				: block;
	border-bottom		: 1px solid #FFFFFF;
}


#rubric_menu_box a{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: bold;
	text-decoration		: none;

	color				: #336699;
	width				: 105px;
	height				: 30px;
	display				: block;
	float				: left;
	padding-left		: 18px;
	margin-top			: 5px;

	background-image	: url(../images/icons/menu/rubric.gif);
	background-repeat	: no-repeat;
	background-position	: 8px 3px;

}

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