/* BEGIN: OSP Default menu */
ul.menu
{
	margin:					0;
	padding:				0;
	list-style-type:		none;
}
a.menu_item
{
	display:				block;
	text-decoration:		none;
}
a.menu_item:hover
{
	cursor:					default;
}
a.menu_item[href]:hover
{
	cursor:					pointer;
}
a.menu_item > .pre
{
	float:					left;
	display:				inline;
}
a.menu_item > .body
{
	float:					left;
	display:				inline;
}
a.menu_item > .post
{
	float:					left;
	display:				inline;
}
a.menu_item > .body > .icon
{
	display:				inline;
	background-repeat:		no-repeat;
	background-position:	left center;
}
/* END: OSP Default menu */


/* BEGIN : Blog */
.cms_webpage_index
{
	clear:					both;
	margin:					0 0 10px 0;
	min-height:				16px;
}
.cms_webpage_index_older
{
	float:					right;
}
.cms_webpage_index_newer
{
	float:					left;
}
.cms_feeds
{
	clear:					both;
	margin:					0 0 10px 0;
}
.cms_feeds_atom
{
	display:				block;
	padding:				0 0 0 21px;
	min-height:				16px;
	background:				url(../images/icon_16x16_atom.png) no-repeat;
}
/* END : Blog */


#powered_by
{
	height:				16px;
	float:				left;
	text-align:			left;
	background:			url(../images/powered_by_mtprod.png) no-repeat;
	font-size:			10px;
	font-style:			normal;
	line-height:			10px;
}
#powered_by a
{
	padding-left:			22px;
	line-height:			15px;
	color:				#00469B;
	text-decoration:		none;
}
#powered_by a:hover
{
	color:				#00469B;
	text-decoration:		underline;
}

