﻿
#leftNavMenuWrapper
{
	width:200px;
	float: left;
	position:relative;
}

#leftNavMenuWrapper #leftNavMenu
{
	border-width: 2px;
	border-color: #D4CFC1;
	background-color: #407FB7; /* #E6E2D8; */
	width: 200px;
	height: 450px;
	position: relative;
	
	/* border-right-style: solid;
	border-bottom-style: solid; */
}

#leftNavMenuWrapper #leftNavMenu .bottomRightCorner
{
	background-image: url( 'designImages/rounded_8px_bottomRight.png' );
	background-repeat: no-repeat;
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: 0px;
	right: 0px;
}

#leftNavMenuWrapper #leftNavMenu .menuItems
{
	position: absolute;
	width: 190px;
	height: 445px;
	top: 5px;
	left: 5px;
}
