/* 
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: small Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align:center;

} 
/* 
*******************************************************
*                                                     *
*      PAGE CONTAINERS                                *
*                                                     *
*******************************************************
*/



#navbar {
	float: left;
	width: 600px;
	background: #FFFFFF;

	list-style: none;

}




/* 



*******************************************************
*                                                     *
*      NAVIGATION                                     *
*                                                     *
*******************************************************
*/

#navbar li {
	float: left;
	font-weight: ;
	padding: 3px 30px 0 0;
	font: Helvetica, Arial, sans-serif;
	font-size: .95em;
	line-height: 2.2em;
	color: #676767;
	background: #ffffff;
	cursor: pointer;
}
.menu {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.1em;
	z-index: 2000;
	list-style: none;
	width: 184px;
	padding: 10px 0;
	background: url(../picture/css/menu_bk.gif) no-repeat bottom left;
	position: absolute;
	left: -500px;
}
.menu a {
	width: 154px;
	padding: 5px 15px;
	text-decoration: none;
	color: #000000;
	display: block;
}
.menu a:hover {
	color: #000000;
	background: #FFffff;
	color: #ffffff;
	background: #333333;
        
}
#navbar .active {
	color: #333333;
}

/* 
