/* Created by design.bg studios. Source code in this website is property of design.bg. */

.nav1 {
	width:90px !important;
}

.navigation {
	margin: 60px 0 0 420px;
	width: 550px;
}
* .navigation {
	
}
/* HACK FOR OPERA 9.5 - WINDOWS */

@media all and (-webkit-min-device-pixel-ratio:10000),

 not all and (-webkit-min-device-pixel-ratio:0)

{
	:root .navigation li {
		float: left;
		width:95px
	}
	:root .nav1 {
	width:95px !important;
} 
	:root .navigation li li{
		
		width:180px !important
	}

}

/* END: HACK FOR OPERA 9.5 - WINDOWS */