#top-tool div.top-tool-nav-left{
	display: block;
	position: fixed;
	top: 80px;
	left: 1px;
	height: 38px;
	color: #ffffff;
       
}

#top-tool div.top-tool-nav-left ul{
	margin: 1px 0 1px 0;
	padding: 0 0;
	list-style: none;
}

#top-tool div.top-tool-nav-left ul li {
	float:left;
	list-style-type: none;
}

#top-tool div.top-tool-nav-left ul li  a {
	display: block;
	height: 42px;
	line-height: 42px;
	/*border-right: 1px solid #404d07;*/
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
        padding: 0 2px 0 5px;
}
#top-tool div.top-tool-nav-left ul li  a.icon42 {
	font-size: 0px;
	width: 42px;
}

#top-tool div.top-tool-nav-left ul li  a.icon42-menu {background: url('../images/icons/icons-42.png') 0 0px ; background-repeat:no-repeat;}

#top-tool div.top-tool-nav-left ul li  a:hover { background-color: #6e6e6e}


#top-tool div.top-tool-nav-left ul li span {
	padding: 0 2px 0 5px;
	text-indent: 0px;
	margin: 0 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 16px;
	display: block;
	height: 42px;
	line-height: 42px;	
	
}


#top-tool div.top-tool-nav-right{
	display: block;
	position: fixed;
	top: 80px;
	right: 1px;
	height: 38px;
	color: #ffffff;
        
}

#top-tool div.top-tool-nav-right ul{
	margin: 1px 0 1px 0;
	padding: 0 0;
	list-style: none;
}

#top-tool div.top-tool-nav-right ul li {
	float:left;
	list-style-type: none;
	
}

#top-tool div.top-tool-nav-right ul li  a {
	display: block;
	height: 42px;
	line-height: 42px;
	/*border-left: 1px solid #404d07;*/
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
        padding: 0 2px 0 5px;
}
#top-tool div.top-tool-nav-right ul li  a.icon42 {
	font-size: 0px;
	width: 42px;
}

#top-tool div.top-tool-nav-right ul li  a.feedback {background: url('../images/bubble.png') right center ; background-repeat:no-repeat;}
#top-tool div.top-tool-nav-right ul li  a.help {background: url('../images/help-circled.png') right center ; background-repeat:no-repeat;}

#top-tool div.top-tool-nav-right ul li  a:hover { background-color: #6e6e6e}


