/*** Version Statement
 * Author  : Webber Liao (wpliao + suv x gmail.com)
 * Date    : 2008 11 08
 * Version : 0.0.4
 ***/

#left {
	width: 12em;
}

#right {
	min-width: 33em;
	max-width: 47em;
}

.nav {
	display: block;
}

.menu {
	display: block;
	width: 10em;
	white-space: nowrap;
	line-height: 2em;
/*	text-decoration: none; */
	text-align: center;
	padding: 0 3px;
/* 	border-width: 3px; */
/*	color: #eeb30f; */
/*	font-weight: normal; */
	color: #376889;
}

/*
.menu:hover,
.menu:active,
.menu:focus {
	background-color: #81a5c8;
	background-color: #f1f4fa;
	color: #eeb30f;
	color: #E68A2E;
	text-decoration: underline;
	font-weight:bolder;
	white-space: nowrap;
}
*/

.menu a {
	color: #376889;
	text-decoration: none;
}

.menu div a {
	position: relative;
	right: 0.5em;
}

.nav li a div {
	display: block;
	width: 10em;
	line-height: 2em;
/*	text-decoration: none; */
	text-align: center;
/* 	padding: 0 3px; */
/* 	border-width: 3px; */
/*	color: #eeb30f; */
/* 	font-weight: normal; */
	color: #376889;
}

.nav li a {
	text-decoration: none;
}

.nav li a div:hover,
.nav li a div:active,
.nav li a div:focus {
/*     background-color: #81a5c8; */
	background-color: #f1f4fa;
	color: #eeb30f;
	color: #E68A2E;
	text-decoration: underline;
	font-weight:bolder;
/*     white-space: nowrap; */
}

