
/** cbgbar **/
#cbgbar {
	background-color:#dbdbdb;
	background-image: url(../images/toolbar-bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	bottom: 0px;
	left: 0px;
	font-family: verdana, arial;
	font-size: 11px;
	width: 100%;
	height: 32px;
	position: fixed;
	z-index: 999998;
	margin-bottom:5px;
	
	
}

.ie6 #cbgbar,
.ie6 #toolbar-switch {
	display: none;
}

#cbgbar-frame {
	width: 1000px;
	margin-left:auto;
	margin-right:auto
	height: 32px;
	
	position: relative;
	margin-top:-1px
}

#cbgbar-content {
	padding: 0px;
	margin-top: 3px;
	
}

#cbgbar-content ul li {
	display: block;
	float: left;
	margin: 0 5px;
	padding: 0;
}

#cbgbar-contenttt ul li:hover {
	background-color: #DBDBDB;
	border-color: #000000;
	background-image: url(../images/toolbar-down.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#cbgbar .image {
	border: 0;
	float: left;
}

.menu {
	background-image: url(../images/toolbar-up.gif);
	background-repeat: no-repeat;
	background-position: 40px 1px;
}

#cbgbar .seperator {
	width: 2px;
	float: left;
	height: 29px;
	
	background-image:url(../images/toolbar-sep.png);
	background-repeat: no-repeat;
	background-position: center;
}

.menu-root {
	float: left;
	color: #B5B5B5;
	font-weight: bold;
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
	font-size:10px
}


.menu-root img {
	margin-top: 1px;
}

#cbgbar .pop-up {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 35px;
}

.menu-content {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 3px 3px 1px 3px;
	width: 200px;
	overflow: auto;
}

.menu-content a {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	margin-bottom: 1px;
	padding: 10px 0px 10px 5px;
	text-align: left;
	text-decoration: none;
}

.menu-content a:hover {
	background-color: #04A2EC;
	border-color: #000000;
	color:#FFF;
	font-weight:bold
}

.menu-content ul li {
	width: 100%;
	list-style: none;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: solid 1px #EEEEEE;
}

#toolbar-switch {
	position: fixed;
	bottom: 7px;
	right: 5px;
	width: 39px;
	height: 29px;
	z-index: 999999;
	cursor: pointer;
	margin-top:-5px
}

#bar-login {
	background: white url(../images/bg-infoline3.gif) repeat-x 0 0;
	border: 1px solid #D1D1D1;
	height: 240px;
	width: 250px;
	text-align: left;
	padding: 15px;
}

#bar-login p {
	font-size: 11px;
	line-height: 15px;
}

#bar-login a {
	font-weight: bold;
	display: inline;
	text-decoration: underline;
}

#bar-login label {
	margin-top: 10px;
}

#bar-login .text-input {
	border: 1px solid #CCC;
	margin: 3px 0 6px;
	width: 218px;	
}

#bar-login .submit {
	
	border: 0;
	cursor: pointer;
	float: right;
	height: 19px;
	width: 67px;	
}

#bar-login .process {
	padding-bottom: 10px;
	color: red;
	height: 20px;
	font-size: 11px;	
	line-height: 20px;
}
#translate-menu {
	background-color:EEE}
/** cbgbar **/