/* Styles associated with left menu */
.leftMenuExpandedItemTopDiv
{
	font-size: 1.0em;
	width: 100%;
	min-height:19px; /*To get space for the text in firefox */
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.leftMenuHeader
{
	font-size: 1.1em;
	font-family: Verdana;
	color: #ad161f;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	vertical-align: top;
}
.leftMenuHeaderDiv
{
	font-size: 1.0em;
	width: 100%;
	padding-bottom: 0.3em;	
}
.leftMenuRightDiv
{
	display: inline;
	font-size: 1.0em;
	padding-top: 2px;
	padding-bottom: 2px;
	/*float: left; Disturbes the menu in firefox in sertain cases*/
	width:87px; /*Added to stop this div from expanding larger than its parent in firefox*/
	margin-right:0px; /*Can be used to push down eventual content that should be under the menu in firefox*/
}
.leftMenuLeftDiv
{	
	display: inline;
	font-size: 1.0em;
	float: left;
	padding-bottom: 2px;
}
.leftMenuTopDiv
{
	font-size: 1.0em;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	height:19px; /*Height needs to be specified in firefox*/
}

.leftMenuSelectedItemTopDiv
{		
	font-size: 1.0em;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	height:22px; /*Added because this div did not get a height from its children in firefox*/		
}


.leftMenuFooter
{
	border: 0;
	vertical-align: top;
	padding-top: 0.3em;
	width: 100%;
	height: 1px;		
}
img.leftMenuClearBorderless
{
	border: 0;	
	width: 13px;
}

/*Fonts in Left menu*/

/* ---- Font color on the MenuItem ---- */
.leftMenuItem
{
	font-size: 1.1em;
	font-family: Verdana;
	/*color: #4e1f00; */
	color: #ad161f;
	text-decoration: none;
	display: inline;	
}
.leftMenuItemIcon
{
	font-size: 1.1em;
	font-family: Verdana;
	/*color: #4e1f00; */
	color: #ad161f;
	text-decoration: none;
	display: inline;	
}
/* ---- Font color on the topMenuItem ---- */
.leftMenuTopItem, a.leftMenuTopItem, a.leftMenuTopItem:active, a.leftMenuTopItem:visited
{
	font-size: 1.1em;
	font-family: Verdana;
	/*color: #4e1f00; */
	color: #ad161f; 
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	clear:both; /* Added in firefox*/
}

a.leftMenuTopItem:hover {
	text-decoration: underline;
	}
	
	
/* ---- Font color on the topMenuExpandedItem ---- */
.leftMenuExpandedItem
{
	font-size: 1.1em;
	font-family: Verdana;
	/*color: #4e1f00; */
	color: #ad161f;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
/*
.leftMenuSelectedExpandedItem
{
	font-size: 1.1em;
	font-family: Verdana;
	color: #4f1e00;
	text-decoration: none;
	font-weight: bold;
}
*/
/* ---- Font color on the MenuExpandedItem ---- */
.leftMenuSelectedItem
{
	font-size: 1.1em;
	font-family: Verdana;
	/*color: #4e1f00; */
	color: #ad161f;
	text-decoration: none;
	font-weight: bold;
}