.menushaderight {
	background-image: url(images/bgr_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #F6F6F6;
	text-align: right;
	vertical-align: top;

}

.menuboxwork {
	background-image: url(images/bgr_new.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin: 0px;
}
.menuboxwork a {
	display: block;
	background-image: url(images/buttons/work_over.gif);
	background-repeat: no-repeat;
}
.menuboxwork a:hover {
	background-image: url(images/buttons/work_active.gif);
	background-repeat: no-repeat;
}

.menuboxprofile {
	background-image: url(images/bgr_new.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin: 0px;
}
.menuboxprofile a {
	display: block;
	background-image: url(images/buttons/profile_over.gif);
	background-repeat: no-repeat;
}
.menuboxprofile a:hover {
	background-image: url(images/buttons/profile_active.gif);
	background-repeat: no-repeat;
}


.menuboxcontact {
	background-image: url(images/bgr_new.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin: 0px;
}
.menuboxcontact a {
	display: block;
	background-image: url(images/buttons/contact_over.gif);
	background-repeat: no-repeat;
}
.menuboxcontact a:hover {
	background-image: url(images/buttons/contact_active.gif);
	background-repeat: no-repeat;
}
.menuboxblog {
	background-image: url(images/bgr_new.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin: 0px;
}
.menuboxblog a {
	display: block;
	background-image: url(images/buttons/blog_over.gif);
	background-repeat: no-repeat;
}
.menuboxblog a:hover {
	background-image: url(images/buttons/blog_active.gif);
	background-repeat: no-repeat;
}
.menuboxplayground {
	background-image: url(images/bgr_new.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin: 0px;
}
.menuboxplayground a {
	display: block;
	background-image: url(images/buttons/playground_over.gif);
	background-repeat: no-repeat;
}
.menuboxplayground a:hover {
	background-image: url(images/buttons/playground_active.gif);
	background-repeat: no-repeat;
}
.menuboxstars {
	background-image: url(images/bgr_new.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin: 0px;
}
.menuboxstars a {
	display: block;
	background-image: url(images/buttons/stars_over.gif);
	background-repeat: no-repeat;
}
.menuboxstars a:hover {
	background-image: url(images/buttons/stars_active.gif);
	background-repeat: no-repeat;
}
.menuboxempty {
	background-image: url(images/bgr_new.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin: 0px;
}
.menuboxtotallyempty {
	background-image: url(images/bgr_new.gif);
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;

}
.hiddenPic {
	display:none;
}
