/*
Non Standard / Non Compliant CSS
*/


/*
-------------------------------------------------
Content
=================================================
*/

#content #panel ul#news,
#footer .ad-box,
#home #content #latest-photos ul li,
#cloudsinfo,
#content #paging,
#content #bookmarks,
#content #latest-photos-std,
#latest-news-std {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.menu li a{
-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
		}