#leftMenu
{
	table-layout: fixed;
	width: 174px;
}
#leftMenu .topLeft
{
	background-image: url(/images/tl.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width:24px;
	height:23px;
}
#leftMenu .topMiddle
{
	background-image: url(/images/t.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height:23px;
}
#leftMenu .topRight
{
	background-image: url(/images/tr.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width:24px;
	height:23px;
}
#leftMenu .leftEdge
{
	background-image: url(/images/l.gif); 
	background-repeat: repeat-y; 
	background-position: top right;
	width:24px; 
}
#leftMenu .mainCell
{
	background-color: white;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
}
#leftMenu .rightEdge
{
	background-image: url(/images/r.gif); 
	background-repeat: repeat-y; 
	background-position: top left;
	width:24px; 
}
#leftMenu .bottomLeft
{
	background-image: url(/images/bl.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width:24px;
	height:23px;
}
#leftMenu .bottomMiddle
{
	background-image: url(/images/b.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height:23px;
}
#leftMenu .bottomRight
{
	background-image: url(/images/br.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:24px;
	height:23px;
}

#mainMenu
{
	border-bottom: medium double #339;
	border-top: medium double #339;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
#mainMenu li
{
	display: block;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	white-space: nowrap;
}
