#container {width: 1024px; margin-right:auto; margin-left:auto;}
#nav_bright {
	margin: 0;
	font-family: arial;
	font-size: 15px;
	background: #e7e7e7;
	
	padding: 3px 6px 3px;
	border-radius: 5px;

height: 35px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	-webkit-box-shadow: 0 1px 3px #CCC;
	-moz-box-shadow: 0 1px 3px #CCC;

	background: #e3e3e3;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e3e3e3');
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #ededed,  #e3e3e3);

	border: solid 1px #F2F2F2;
}
#nav_bright li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: right;
	text-align:right;
	position: relative;
	list-style: none;
}

#nav_bright a {
	font-weight: bold;
	color: #737373;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 1px 1px white;
}


#nav_bright .active a, #nav_bright li:hover > a {
	background: #dedede;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dedede'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dedede));
	background: -moz-linear-gradient(top,  #e5e5e5,  #dedede);
	color: #ff4301;
	border: solid 1px #ececec;
	margin-right: -3px;
	margin-left: 1px;
	-webkit-box-shadow: 0 0 1px #999;
	-moz-box-shadow: 0 0 1px #999;
	box-shadow: 0 0 1px #999;
}



