#topBar {
	position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
	min-width: 1200px;
    height: 32px;
    padding: 0;
    background: url("/img/profile/profile_bar_grad.jpg") repeat-x scroll 0 0 transparent;
}

#topBar .logo {
    cursor: pointer;
    float: left;
    height: 25px;
    margin-left: 20px;
    margin-top: 3px;
    text-align: left;
    width: 150px;
}

#topBar .menu {
	position: absolute;
	margin-left: 160px;
	z-index: 200px;
}

#topBar .menu a {
    color: #FFFFFF;
    text-decoration: none;
}
#topBar .home {
	width: 20px;
	height: 18px;
    margin-top: 6px;
    background: url("/img2/homeIcon.png") no-repeat scroll left top transparent;
    cursor: pointer;
}

#topBar .center {
	position: absolute;
	width: 500px;
	height: 26px;
    margin-top: 3px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

#topBar .right {
	float: right;
    width: 24px;
    height: 24px;
    margin-top: 4px;
    margin-right: 10px;
}

#topBar .profile {
    background: url("/img2/button/topBar/profile.png") no-repeat;
    cursor: pointer;
}

#topBar .profile_on {
    background: url("/img2/button/topBar/profile_on.png") no-repeat;
}

#topBar .profile_off {
    background: url("/img2/button/topBar/profile_off.png") no-repeat;
}

#topBar .image {
    background: url("/img2/button/topBar/image.png") no-repeat;
    cursor: pointer;
}

#topBar .image_on {
    background: url("/img2/button/topBar/image_on.png") no-repeat;
}

#topBar .image_off {
    background: url("/img2/button/topBar/image_off.png") no-repeat;
}

#topBar .image_ua {
    background: url("/img2/button/topBar/image_ua.png") no-repeat;
    cursor: default;
}

#topBar .gallery {
    background: url("/img2/button/topBar/gallery.png") no-repeat;
    cursor: pointer;
}

#topBar .gallery_on {
    background: url("/img2/button/topBar/gallery_on.png") no-repeat;
}

#topBar .gallery_off {
    background: url("/img2/button/topBar/gallery_off.png") no-repeat;
}

#topBar .gallery_ua {
    background: url("/img2/button/topBar/gallery_ua.png") no-repeat;
    cursor: default;
}

#topBar .browser {
    background: url("/img2/button/topBar/browser.png") no-repeat;
    cursor: pointer;
}

#topBar .browser_on {
    background: url("/img2/button/topBar/browser_on.png") no-repeat;
}

#topBar .browser_off {
    background: url("/img2/button/topBar/browser_off.png") no-repeat;
}

#topBar .slideshow {
    background: url("/img2/button/topBar/slide-show.png") no-repeat;
    cursor: pointer;
}

#topBar .slideshow_on {
    background: url("/img2/button/topBar/slide-show_on.png") no-repeat;
}

#topBar .slideshow_off {
    background: url("/img2/button/topBar/slide-show_off.png") no-repeat;
}

#topBar .slideshow_ua {
    background: url("/img2/button/topBar/slide-show_ua.png") no-repeat;
    cursor: default;
}

#topBar .portfolio {
    background: url("/img2/button/topBar/portfolio.png") no-repeat;
    cursor: pointer;
}

#topBar .portfolio_on {
    background: url("/img2/button/topBar/portfolio_on.png") no-repeat;
}

#topBar .portfolio_off {
    background: url("/img2/button/topBar/portfolio_off.png") no-repeat;
}

#topBar .blog {
    background: url("/img2/button/topBar/blog.png") no-repeat;
    cursor: pointer;
}

#topBar .blog_on {
    background: url("/img2/button/topBar/blog_on.png") no-repeat;
}

#topBar .blog_off {
    background: url("/img2/button/topBar/blog_off.png") no-repeat;
}