@charset "utf-8";
/* Side menu stylesheet */

#menu { 
	width:229px; 
	color:white; 
	padding:0px 0px 0px 16px; 
	float:left; 
}

.menu_top { 
	width:209px; 
	height:30px; 
	background-image:url('../images/layout/menu_top.png'); 
	background-repeat:no-repeat; 
	float:left; 
	text-align:center; 
	font-family:arial; 
	font-weight:bold; 
	font-size:16px; 
	line-height:30px; 
}

.menu_content { 
	width:209px; 
	background-image:url('../images/layout/menu_content.jpg'); 
	background-repeat:repeat-y; 
	padding:8px; 
	float:left;	
}

.menu_content td { 
	font-family:verdana; 
	font-size:12px; 
}

.menu_bottom { 
	width:209px; 
	height:8px; 
	background-image:url('../images/layout/menu_bottom.png'); 
	background-repeat:no-repeat; 
	padding:0px 0px 15px 0px; 
	float:left; 
}

.small_link {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}


