﻿

/*------------ Container ------------*/

#divLeftCol .Menu
{
	background-color:#C0B494;
	width:254px;
	background-image:url(images/MenuLeftMiddle.jpg);
	background-repeat:repeat-y;
}

#divLeftCol .Menu .MenuTop
{
	background-image:url(images/MenuTop.jpg);
	background-repeat:no-repeat;
}

#divLeftCol .Menu .MenuBottom
{
	background-image:url(images/MenuBottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	/*This is the inner most div*/
	padding-top:25px;
	padding-right:26px;
	padding-bottom:25px;
	padding-left:27px;
}


/* Default item styles ------------------------------------ */ 
.Item, .ItemHover, .ItemExpanded
{
	font-family: Garamond, Baskerville Old Face, Bell MT;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	width:201px;
	height:18px;
	color:#52161E;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:2px;
	padding-top:3px;
	padding-left:20px;
}

.ItemHover, .ItemExpanded
{
	color:#FFFED0;
}


/* Child selected item styles ------------------------------------ */ 
.ChildItem, .ChildItemHover, .ChildItemExpanded
{
	cursor:pointer;  
	font-family: Garamond, Baskerville Old Face, Bell MT;
	font-size:14px;
	color:#52161E;
	text-decoration:none;
	background-color:#C0B494;
	text-align:left;
	padding-left:20px;
	padding-right:10px;
	height:30px;
}

.ChildItemHover, .ChildItemExpanded
{
	color:#F5F1E6;
	background-color: #52161E;

}

.DivItem
{
	background-image:url(images/MenuDivider.jpg);
	background-repeat:no-repeat;
	height:17px;
}
