/* CSS Document */
#menuLeftMenu
{
	position: relative;
	width: 210px;
}

#menuLeftMenu .menuSectionImage
{
	display: block;
	position: relative;
	width: 210px;
}

#menuLeftMenu .menuSectionTitle
{
	display: block;
	position: relative;
	
	width: 197px;
	
	padding-left: 13px;
	
	background-color: #094389;
		
	font-family: "Adobe Garamond Pro", "Garamond Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	
	margin-bottom: 10px;
}

#menuLeftMenu .menuSectionTitle a:link, #menuLeftMenu .menuSectionTitle a:visited, #menuLeftMenu .menuSectionTitle a:hover, #menuLeftMenu .menuSectionTitle a:active
{
	color: #9dc8e1;
	text-decoration: none;
}

#roundedBoxInnerArea
{
	width: 522px;
	padding: 80px 17px 19px 12px;
}

#subTitleArea
{
	position: relative;
	width: 80%;
	padding-bottom: 30px;
	
	margin: 0 auto;
	
	font-style: italic;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	
	color: #cfddef;
}

#menuItemTable
{
	width: 522px;
	
	color: #cfddef;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.1;
}

#menuItemTable .menuItemCell
{
	width: 254px;
	padding-bottom: 15px;
}

#menuItemTable .menuItemCell p
{
	padding-top: 0px;
	margin-top: 0px;
}

#menuItemTable .dividerCell
{
	width: 14px;
}

#menuItemTable .menuItemName
{
	display: block;
	font-weight: bold;
	
	padding-bottom: 8px;
}
