/* CSS Document */

.menutitle, .menutitle_active {
margin-bottom			: 1px;
padding-left			: 10px;
padding-bottom			: 8px;
width					: 135px;
text-align				: left;
font-family				: "Trebuchet MS", Georgia, "Times New Roman", serif;
font-size				: 14px;
}

.menutitle a:link {
color					: #261c15;
text-decoration			: none;
}

.menutitle a:active {
color					: #261c15;
text-decoration			: underline;
}

.menutitle a:visited {
color					: #261c15;
text-decoration			: none;
}

.menutitle a:hover {
color					: #016fff;
text-decoration			: none;
}

.menutitle_active a:link {
color					: #016fff;
text-decoration			: underline;
}

.menutitle_active a:active {
color					: #016fff;
text-decoration			: underline;
}

.menutitle_active a:visited {
color					: #016fff;
text-decoration			: underline;
}

.menutitle_active a:hover {
color					: #016fff;
text-decoration			: underline;
}

#masterdiv {
float					: left;
width					: 145px;
margin-bottom			: 10px;
}

div.menu {
width					: 145px;
}

#contact {
width					: 135px;
padding-left			: 10px;
margin-top				: 10px;
margin-bottom			: 30px;
}



