﻿/* These are items for the left menu */
H1
{
	font-size: 146.5%;
}
#bd
{
	border-left-style:none;
	border-top-style:none;
	padding:0;
	background-image:none;
}
#hometable
{
	border-collapse: collapse;
	width:100%;
}
#hometable td
{
	padding: 0;
	vertical-align: top;
}
#hometable td#left
{
	background-color: #2F64AB;
	width: 177px;
	background-image: url('../images/leftmenu/leftmenuback.gif');
	background-repeat:repeat-y;
}
#hometable td#right
{
	background-image: url('../images/elements/homepage_top.gif');
	background-repeat:repeat-x;
	background-position:left top;
	padding: 24px 15px 15px 16px;
}
#leftmenu 
{
	width:173px; 
	background-color: #2F64AB;
	margin-bottom:1em;
	border-left: 3px solid #006;
	border-right: 1px solid #006;
}


#leftmenu .header img, #leftmenu .headertop img
{
	padding:0; border-style:none; border-width:0;
	height: 22px !important;
}
#leftmenu .header, #leftmenu .headertop
{
	padding: 0 0 0 6px;
	height:22px;
	background-color: #006 !important;
	background-image: url( '../images/leftMenu/corner.gif' );
	background-repeat: no-repeat;
	background-position: bottom right;
}
#leftmenu .header
{
	margin: 7px 0 7px 0;
}
#leftmenu .headertop
{
	margin: 0 0 7px 0;
}
.leftMenuItem, .leftMenuItem a
{
	height: 18px !important;
	line-height: 18px !important;
	font-family: Arial, Helvetica, Sans-Serif !important;
}
#leftmenu a
{
	display: block !important;
	font-size: 11px !important;
	color: #FDFDFD !important;
	font-weight: normal !important;
	text-decoration: none !important;
	letter-spacing: 0px;
	padding-left: 9px;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in;
}
#leftmenu a:hover
{
	color: #006 !important;
	background-image: URL( '../images/leftMenu/arrow.gif' );
	background-repeat: no-repeat;
	background-position: 1px 5px;
	cursor: pointer;
}

