.leftmenu{
margin: 5px 0;
padding: 0;
width: 155px; /*width of menu*/
border:none;
float:left;
}

.leftmenu a.menuitem{
	background: none;
	font: bold 11px "Trebuchet MS";
	color:#2e3b4c;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}


.leftmenu a.menuitem:visited,{
color:#2e3b4c;
}

.leftmenu .menuitem:active{
color: #FFFFFF;
background-color:#369ee5;
}

.leftmenu a.menuitem:hover{
background-color: #369ee5;
color:#FFFFFF;
}

.leftmenu div.submenu{ /*DIV that contains each sub menu*/
background: #FFCC00;
}

.leftmenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.leftmenu div.submenu ul li{
border: none;
font: bold 13px "Trebuchet MS";
}


a.active{
display:block;
background:#369ee5;
color:#FFFFFF;
width:auto;
font: bold 11px "Trebuchet MS";
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}

a.visited{
display:block;
background:#369ee5;
color:#FFFFFF;
width:auto;
font: bold 11px "Trebuchet MS";
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}

.leftmenu div.submenu ul li a{
	background-color:#FFFFFF;
	display:block;
	font: normal 12px "Trebuchet MS";
	color:#369EE5;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	margin-bottom:1px;
}

.leftmenu div.submenu ul li a:hover{
background: #DFDCCB;
color: 2e3b4c;
}

a.submenuheader {
    color:#2e3b4c;
	font: bold 11px "Trebuchet MS";
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}

 a.submenuheader:hover {
    background:#369ee5;
    color:white;
	font: bold 11px "Trebuchet MS";
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}

 a.submenuheader:visited{
    color:#2e3b4c;
	font: bold 11px "Trebuchet MS";
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}