<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navigatebellas{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#navigatebellas ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#navigatebellas li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #BD4A36;
border-bottom: 1px solid #90bade;
border-left: 7px solid #792720;
}

* html #navigatebellas li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#navigatebellas li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#navigatebellas div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 110% 'Georgia MS', 'Times New Roman', Times, serif;
}


  body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {	color: #BD4A36;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.style6 {	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B3B3B;
	font-size: 14px;
}
</STYLE>