﻿#tabMenu {
	margin:0;
	padding:0;
	list-style:none;
	color: #669900;
}
#tabMenu li {
	float:left;
	cursor:pointer;
	height: 25px;
	display: block;
	width: 80px;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li.twitter {
}
li.news {
}
li.blog {
}
li.mouseover {
	color: #357684;
	text-decoration: underline;
	height: 32px;
	width: 80px;
	margin: 0px;
	padding: 0px;
}
li.mouseout {
	margin: 0px;
	padding: 0px;
}
li.selected {
	background-position:left top;
	background-image: url(../images/tab_selected.png);
	background-repeat: no-repeat;
	color: #669900;
}
.box {
	width:240px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boxTop {
	height:11px;
	clear:both;
}

.boxBody {
	background-color:#E4E3DC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-image: url(../images/shade.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 240px;
}
.boxBody div {
	display:none;
	margin: 0px;
	padding: 0px;
}
.boxBody div.show {
	display:block;
	margin: 0px;
	padding: 0px;
}

.boxBody a {
	display:block;
	color: #669900;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-weight: bold;
}
.boxBody a:hover {
	text-decoration: none;
	background-color: #EFEFEF;
}
.boxBody div ul {
	padding:0px;
	width:240px;
	list-style-type: none;
	margin: 0px;
}
.boxBody div li {
	border-bottom:1px dotted #8e8e8e;
	cursor:pointer;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	width: 240px;
}
.boxBody div ul li.last {
	border-bottom:none;
	margin: 0px;
	padding: 0px;
}
.boxBody div li span {
	color:#4f4d3e;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;

}
.box_portfolio {

	width:620px;
}
.boxBody div li .light {

	font-size:11px;
	font-style:italic;
	color:#666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
