body {
	font: normal 12px verdana;
	background-color:#CE0000;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 72px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position:relative;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px 0px 5px 1px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */

ul ul {
	position:absolute;
	display:none;
	left: 68px;
	top: 0;
	background-color: #CCE6C3;
	width: 90px;
}

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul ul, li.over ul ul { display:none; }

li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */

#wrapper {
	background : no-repeat;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 0;
	left: 0;
}
#content {
	overflow: auto;
	position: absolute;
	height: 500px;
	width: 410px;
	left: 208px;
	top: 85px;
	z-index: 2;
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: normal;
	font-size: 12px;
}
#branches {
	background-image: url(cherryblossom.gif);
	background-repeat: no-repeat;
	z-index: 1;
	height: 225px;
	width: 254px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#navbar {
	left: 59px;
	top: 200px;
	position: absolute;
	z-index: 4;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #A60000;
	text-align: center;
	letter-spacing: normal;
	vertical-align: middle;
}
#bodyportfolio {

	font: normal 12px verdana;
	background-image: url(pic/greenredbg1.jpg);
	background-repeat: no-repeat;
	background-color: #CE0000;
	height: 600px;
	width: 800px;
}
#backgroundbanner {
	background-image: url(pic/greenredbgbanner.jpg);
	background-repeat: no-repeat;
	background-color: #CE0000;
	position: absolute;
	height: 600px;
	width: 800px;
}
#backgroundoriginal {
	background-image: url(pic/greenredbg.jpg);
	background-repeat: no-repeat;
	background-color: #CE0000;
	position: absolute;
	height: 600px;
	width: 800px;
}
#contentartportfolio {
	overflow: visible;
	position: absolute;
	height: 600px;
	width: 405px;
	left: 200px;
	z-index: 2;
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: normal;
	font-size: 12px;
	top: -1px;
}
