﻿/* css for the left side menu of the site */
.menu_item_top
{
	border:solid 1px #cfd0d2; 
	border-top-width:0px; 
	height:35px; 
	width:175px; 
	background-image:url('../images/button_menu_navigation_home.png'); 
	background-repeat:no-repeat;
}

.menu_item
{
	border:solid 1px #cfd0d2; 
	height:35px; 
	width:175px; 
	background-image:url('../images/bg_menu_navigation_link.png'); 
	background-repeat:repeat-x;
}

.menu_link
{
	display:block; 
	height:35px; 
	width:175px; 
	font-size:14px; 
	font-weight:normal; 
	color:#777777; 
	text-decoration:none; 
	padding-top:10px; 
	padding-left:10px;
}