/*** Version Statement
 * Author  : Webber Liao (wpliao + suv x gmail.com)
 * Date    : 2008 8 09
 * Version : 0.0.5
 ***/

/*** Left Menu Section **/
.submenu ul {
/* 	border: solid 1px blue; */
/* 	z-index: 2; */
}

/* Making sure the main menu items do not shift to the left */
.submenu a {
	left: 0em;
}

/* Style the whole submenu to the right. */
.submenu ul  {
	position: absolute;
	left: 6em;
}

/* Settings for the submenu items */
.submenu ul li a div {
	position: relative;
	top: -0.5em;
	width: 8em;
	background-color: #f7f7f0;

	z-index: 1;
}
/** END OF LEFT MENU ***/

/*** Content Area **/
.greeting {
	display: none;
}

#right div {
	width: 40em;
	padding: 1em 0;
}

#right div a {
	text-decoration: none;
	padding: 0 0.5em;
}
/** end of content area ***/
