/* 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_previous
{
	float:					left;
}
.cms_webpage_index_next
{
	float:					right;
}
.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 */
