
/* ORIGINAL three_1 elements 

.delicious {
	display: block;
	width: 169px;
	overflow: hidden;
	}
.navblock {
	display: block;
	width: 169px;
	overflow: hidden;
	background: url(layout/navbg.gif) no-repeat;
	}
.navblock a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
.navblock a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
.navblock a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
.navblock a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #6376aa;
	font-weight: normal;
	}
.navitem {
	display: block;
	width: 154px; 
	height: 25px; 
	overflow: hidden;
	background: url(layout/navitem_bg.gif) no-repeat;
	color: #ffffff;
	font-size: 12px;
	line-height: 13px;
	padding: 11px 0px 0px 15px;
	cursor: pointer;
	}
.navselected {
	display: block;
	width: 154px; 
	height: 25px; 
	overflow: hidden;
	background: url(layout/navitem_bgs.gif) no-repeat;
	color: #ffffff;
	font-size: 12px;
	line-height: 13px;
	padding: 11px 0px 0px 15px;
	}
.navitem2 {
	display: block;
	width: 159px; 
	height: 25px; 
	overflow: hidden;
	background: url(layout/navitem_bg.gif) no-repeat;
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	padding: 11px 0px 0px 10px;
	}
.navselected2 {
	display: block;
	width: 159px; 
	height: 25px; 
	overflow: hidden;
	background: url(layout/navitem_bgs.gif) no-repeat;
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	padding: 11px 0px 0px 10px;
	}

.quotes {
	display: block;
	width: 141px; 
	height: 213px;
	overflow: hidden;
	background: url(layout/box_quotes.gif) no-repeat;
	font-size: 10px;
	line-height: 13px;
	padding: 20px 14px 0px 14px;
	margin: 11px 0px 0px 0px;
	color: #392c7c;
	}
.smarticon {
	display: block;
	margin-top: 15px;
	width: 169px;
	text-align: center;
	}
.qcredit {
	font-size: 10px;
	line-height: 13px;
	color: #758cc0;
	}

END Original three_1 elements */
/* NEW three_1 elements */

.navblock {
	width: 169px;
	list-style: none;
	padding:0;
	margin:0;
}

.navitem{
	width: 169px; /* 169 - 15p */
	background: #ACB5D6 url(/layout/navitem_bg1.gif) no-repeat 0 0;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	padding:0;
	margin:0px;
	}
.navselected {
	width: 154px; /* 169 - 15p */
	background: #294684 url(/layout/navitem_bg1.gif) no-repeat;
	color: #ffffff;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
	margin:0px;
	padding: 11px 0px 11px 15px;
	}
	
.navblock a:link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 11px 0px 11px 15px;
	vertical-align: bottom;
	width: 154px;
	}
.navblock a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 11px 0px 11px 15px;
	width: 154px;
	}
.navblock a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 11px 0px 11px 15px;
	width: 154px;
	}
.navblock a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #6376aa url(/layout/navitem_hover2.gif) no-repeat;
	font-weight: normal;
	padding: 11px 0px 11px 15px;
	margin:0;
	width: 154px;
	}
.quotes {
	display: block;
	width: 141px; 
	height: 213px;
	overflow: hidden;
	background: url(/layout/box_quotes.gif) no-repeat;
	font-size: 10px;
	line-height: 13px;
	padding: 20px 14px 0px 14px;
	margin: 11px 0px 0px 0px;
	color: #392c7c;
	}
.smarticon {
	display: block;
	margin-top: 15px;
	width: 169px;
	text-align: center;
	}
.qcredit {
	font-size: 10px;
	line-height: 13px;
	color: #758cc0;
	}
/* END NEW three_1 elements */