/* CSS Document */
.menutitle{
cursor:pointer;
margin-bottom: 5px;
color:#000066;
width:190px;
padding-top:5px;
padding-bottom: 5px;
padding-left: 10px;
text-align:left;
/*/*/border-top: 1px #b45414 dotted;/* */
}

.menutitle a {text-decoration: none;
}
.menutitle a:hover {font-weight: bold;
                    }
.submenu{
margin-bottom: 0.5em;
margin-left: 20px;
font-variant:small-caps;
}

.submenu a:hover
{
font-weight:bold;
color: #000080;
text-align: center;
padding-left: 15px;
}

.submenu a{ margin-left: 1px;
            padding-left: 11px;
			background: url(images/bullet.gif) no-repeat left 5px;
			text-decoration:none;
			
				  

}
