/*

	Project: The Law Office of Dale Buck, PLLC
	Description: Styles for menu
	Author: PGualdoni
	Last modified: 1 Nov 2007

*/	


#menucontainer {
	width: 194px;
	padding: 0;
	margin: 0;
	}#aboutbutton a {
	display: block;
	letter-spacing: 0.2em;
	color: white;	background: #1a4848 url(images/attbutton_bg.gif) repeat-y top right;
	margin: 0;
	padding: 0 0 0 9px;
	height: 40px;
	line-height: 40px;	border-right: 15px solid #486d6d;
	border-bottom: 0 none;
	text-decoration: none;	text-align: left;	}#aboutbutton a:hover {
	border-right: 15px solid #cc9933;
	border-bottom: 0 none;	text-decoration: none;	color: #cc9933;
	}

#practicebutton a {
	display: block;
	letter-spacing: 0.2em;
	color: white;	background: #335c5c url(images/practareabutton_bg.gif) repeat-y top right;
	margin: 0;
	padding: 0 0 0 9px;
	height: 40px;
	line-height: 40px;	border-right: 15px solid #5c7d7d;
	border-bottom: 0 none;
	text-decoration: none;	text-align: left;	}#practicebutton a:hover {
	border-right: 15px solid #cc9933;
	border-bottom: 0 none;	text-decoration: none;	color: #cc9933;
	}


#contactbutton a {
	display: block;
	letter-spacing: 0.2em;
	color: white;	background: #4d7171 url(images/contactbutton_bg.gif) repeat-y top right;
	margin: 0;
	padding: 0 0 0 9px;
	height: 40px;
	line-height: 40px;	border-right: 15px solid #718d8d;
	border-bottom: 0 none;
	text-decoration: none;	text-align: left;	}#contactbutton a:hover {
	border-right: 15px solid #cc9933;
	border-bottom: 0 none;	text-decoration: none;	color: #cc9933;
	}