@charset "utf-8";
/* CSS Document */

#menu_features {
	height: 42px;
	margin-top: 52px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 650px;
	background-image: url(images/menu_features_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	z-index: 5;
}

#menu_features_badnika {
	height: 24px;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 153px;
	z-index: 5;
}
#menu_features_graphicszone {
	height: 24px;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 104px;
	z-index: 5;
}
#menu_features_reviewzone {
	height: 24px;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	z-index: 5;
	width: 90px;
}
#menu_features_wallpapers {
	height: 24px;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	z-index: 5;
	width: 82px;
}
#menu_features_backissues {
	height: 24px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 80px;
	z-index: 5;
}
#menu_features_breakingnews {
	height: 24px;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 5;
	width: 109px;
	float: right;
}


.displace {
    position: absolute;
    left: -5000px;
    }

ul.badnika {
	list-style: none;
	padding: 0px;
	z-index: 5;
    }
ul.badnika li {
    float: left;
    }
ul.badnika li a {
	display: block;
	width: 153px;
	height: 24px;
	background: url(images/menu_features.gif);
    }
	
ul.graphics {
	list-style: none;
	padding: 0px;
	z-index: 5;
    }
ul.graphics li {
    float: left;
    }
ul.graphics li a {
	display: block;
	width: 104px;
	height: 24px;
	background: url(images/menu_features.gif);
    }

ul.review {
	list-style: none;
	padding: 0px;
	z-index: 5;
    }
ul.review li {
    float: left;
    }
ul.review li a {
	display: block;
	width: 90px;
	height: 24px;
	background: url(images/menu_features.gif);
    }

ul.wallpaper {
	list-style: none;
	padding: 0px;
	z-index: 5;
    }
ul.wallpaper li {
    float: left;
    }
ul.wallpaper li a {
	display: block;
	width: 82px;
	height: 24px;
	background: url(images/menu_features.gif);
    }

ul.backissues {
	list-style: none;
	padding: 0px;
	z-index: 5;
    }
ul.backissues li {
    float: left;
    }
ul.backissues li a {
	display: block;
	width: 80px;
	height: 24px;
	background: url(images/menu_features.gif);
    }

ul.news {
	list-style: none;
	padding: 0px;
	z-index: 5;
    }
ul.news li {
    float: left;
    }
ul.news li a {
	display: block;
	width: 109px;
	height: 24px;
	background: url(images/menu_features.gif);
    }


ul.badnika li.badnika a {
	background-position: 0 0;
    }
ul.graphics li.graphics a {
	background-position: -169px 0;
    }
ul.review li.review a {
	background-position: -297px 0;
    }
ul.wallpaper li.wallpaper a {
	background-position: -409px 0;
    }
ul.backissues li.backissues a {
	background-position: -511px 0;
    }
ul.news li.news a {
	background-position: -608px 0;
    }

ul.badnika li.badnika a:hover {
    background-position: 0 -25px;
    }
ul.graphics li.graphics a:hover {
    background-position: -169px -25px;
    }
ul.review li.review a:hover {
    background-position: -297px -25px;
    }
ul.wallpaper li.wallpaper a:hover {
    background-position: -409px -25px;
    }
ul.backissues li.backissues a:hover {
	background-position: -511px -25px;
    }
ul.news li.news a:hover {
    background-position: -608px -25px;
    }

ul.badnika li.badnika a:active {
    background-position: 0 -25px;
    }
ul.graphics li.graphics a:active {
    background-position: -169px -25px;
    }
ul.review li.review a:active {
    background-position: -297px -25px;
    }
ul.wallpaper li.wallpaper a:active {
    background-position: -409px -25px;
    }
ul.backissues li.backissues a:active {
	background-position: -511px -25px;
    }
ul.news li.news a:active {
    background-position: -608px -25px;
    }
	
ul.badnika li.badnika a.selected {
    background-position: 0 -25px;
    }
ul.graphics li.graphics a.selected {
    background-position: -169px -25px;
    }
ul.review li.review a.selected {
    background-position: -297px -25px;
    }
ul.wallpaper li.wallpaper a.selected {
    background-position: -409px -25px;
    }
ul.backissues li.backissues a.selected {
	background-position: -511px -25px;
    }
ul.news li.news a.selected {
	background-position: -608px -25px;
    }
