
.menutitle{
cursor:pointer;
padding:5px 0px 0px 12px;
margin-bottom: 5px;
background:url(../images/left-menu-bg.gif);
background-position:left top;
background-repeat:repeat-x;
height:28px;
font-family:"Trebuchet MS";
font-size:13px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

.menutitle:hover{
cursor:pointer;
padding:5px 0px 0px 12px;
margin-bottom: 5px;
background:url(../images/left-menu-hover-bg.gif);
background-position:left top;
background-repeat:repeat-x;
height:28px;
font-family:"Trebuchet MS";
font-size:13px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

.submenu{
margin-bottom: 0.5em;
margin-left:20px;
}

.submenu a{
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	}
	
.submenu a:hover{
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#60b5ed;
	text-decoration:none;
	}

