@charset "utf-8";
/* search */
.search_div{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background:url(../img/menu/search_bg.gif) no-repeat #fff;
	//width: 212px;
	border: none;
	height: 26px;
	position: relative;
	z-index: 2;
	clear:both;
	//float: left;
}
.search_txtbox {
	width: 171px;
	background: none;
	float: left;
	border: none;
	padding: 5px;
	color: grey;
}
.search_btn {
	float: right;
	width: 31px;
}

/* sidenav */
ul.sidenav {
	//float: left;
	clear:both;
	margin: 0;
	padding: 0;
	//width: 212px;
	
	width:100%;
	list-style: none;
	border-bottom: 1px solid #656565; /*--Bevel Effect--*/
	border-top: 1px solid #2c2c2c; /*--Bevel Effect--*/
	font-size: 1.2em;

}
ul.sidenav li {
	position: relative; /*--Add a relative positioning--*/
	//float: left;
	clear:both;
	margin: 0;
	padding: 0;
}
ul.sidenav li a{
	border-top: 1px solid #656565; /*--Bevel Effect--*/
	border-bottom: 1px solid #2c2c2c; /*--Bevel Effect--*/
	padding: 10px 10px 10px 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	clear:both;
	//width:100%;
	//width: 177px;
	background: #3f3f3f;
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; /*--z-index allows the popup to tuck underneath the nav--*/
}
ul.sidenav li a:hover {
	background-color: #960000;
	border-top: 1px solid #940000;
}
ul.sidenav li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 225px;
	font-size: 0.9em;
	color:#FF9;
	background: url(../img/menu/bubble_top.gif) no-repeat left top;
}
ul.sidenav li div p {
	margin: 7px 0;
	line-height: 1.6em;
	padding: 0 5px 10px 30px;
	background: url(../img/menu/bubble_btm.gif) no-repeat left bottom;
}

/* common */
.left {
	float: left;
}
.right {
	float: right;
}

/* menu big buttons */
.link_projects {
	clear:both;
}
.link_projects a {
	display: block;
	height: 80px;
	text-align: center;
	color: #FFF;
	padding-top: 12px;
	width: 103px;
	font-size: 0.9em;
	font-family: Verdana;
	border-bottom: 4px solid #FFF;
	text-decoration:none;
}
.link_projects a:hover {
	background: #960000;
	color: #FFF;
}
.link_projects a span {
	font: normal 4em Verdana;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* menu label */

.lbl_serp {
	border-top: 1px solid #FFF;
}
.lbl {
	background: #222 url(../img/menu/bg_lbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em Verdana;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	border-top: 4px solid #FFF;
	border-bottom: 3px solid #FFF;
	height: 50px;
	line-height: 50px;
}
