/* Main tab navigation */
#maintabs {
clear:left;
height:28px;
left:25px;
padding-top:10px;
position:relative;
overflow:visible;
z-index:5;
}

.tab_home_on
{
	float:left;
	width:73px;
	height:28px;
	background:url(../images/general/home.jpg) 0px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

#tab_home_off a
{
	float:left;
	width:73px;
	height:28px;
	background:url(../images/general/home.jpg) -73px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

#tab_home_off a:hover
{
	float:left;
	width:73px;
	height:28px;
	background:url(../images/general/home.jpg) 0px 0px;
	text-indent:-1000em;
	overflow:hidden;
}

.tab_create_on
{
	float:left;
	width:157px;
	height:28px;
	background:url(../images/general/create.jpg) 0px 0px  no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

#tab_create_off a
{
	float:left;
	width:157px;
	height:28px;
	background:url(../images/general/create.jpg) -157px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

#tab_create_off a:hover
{
	float:left;
	width:157px;
	height:28px;
	background:url(../images/general/create.jpg) 0px 0px;
	text-indent:-1000em;
	overflow:hidden;
}

.tab_browse_on
{
	float:left;
	width:81px;
	height:28px;
	background:url(../images/general/browse.jpg) -81px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

#tab_browse_off a
{
	float:left;
	width:81px;
	height:28px;
	background:url(../images/general/browse.jpg) 0px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

#tab_browse_off a:hover
{
	float:left;
	width:81px;
	height:28px;
	background:url(../images/general/browse.jpg) -81px 0px;
	text-indent:-1000em;
	overflow:hidden;
}

.tab_neighbor_on
{
	float:left;
	width:126px;
	height:28px;
	background:url(../images/general/neighbor.jpg) 0px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

#tab_neighbor_off a
{
	float:left;
	width:126px;
	height:28px;
	background:url(../images/general/neighbor.jpg) -126px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

#tab_neighbor_off a:hover
{
	float:left;
	width:126px;
	height:28px;
	background:url(../images/general/neighbor.jpg) 0px 0px;
	text-indent:-1000em;
	overflow:hidden;
}

.tabTools{
float:left;
position:relative;
}

.tab_tools_on
{
	position:absolute;
	width:67px;
	height:28px;
	background:url(../images/general/tools.jpg) 0px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

.tab_tools_off /*changed by vchibikov*/
{
	position:absolute;
	width:67px;
	height:28px;
	background:url(../images/general/tools.jpg) -67px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

.tab_tools_off:hover/*changed by vchibikov*/
{
	position:absolute;
	width:67px;
	height:28px;
	background:url(../images/general/tools.jpg) 0px 0px no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

.endMainTabs{
float:left;
width:512px;
height:27px;
border-bottom:#a0a0a0 1px solid;
}
.endMainTabs_log{
float:left;
width:446px;
height:27px;
border-bottom:#a0a0a0 1px solid;
}
.toolBox{

font-size:.8em;
font-weight:bold;
width:120px;
padding:10px;
position:absolute;
right:50px;
top:37px;
z-index:6;
background-color:#FFFFFF;
border:#a0a0a0 1px solid;
}

.whiteBox{
width:66px;
height:2px;
position:absolute;
right:0px;
top:-1px;
z-index:7;
background-color:#FFFFFF;
}