UL#category_buttons {
	float: left;
	width: 704px;
	height: 103px;
	list-style-type: none;
	position: relative;
}

	UL#category_buttons LI {
		float: left;
		margin: 0 4px 4px 0;
		_margin: 0 2px 4px 0;
	}
	
	UL#category_buttons LI UL {
		display: none;
	}
	
	UL#category_buttons LI A {
		float: left;
		width: 232px;
		height: 47px;
		text-decoration: none;
	}
	
	UL#category_buttons LI:hover UL {
		display: block;
		list-style-type: none;
		font-weight: normal;
		position: absolute;
		left: 0;
		top: 103px;
		padding: 5px;
		width: 694px;
	}
	
		UL#category_buttons LI:hover UL LI {
			width: 704px;
			_width: 694px;
			margin: 0;
		}
	
		UL#category_buttons LI.editorialPhoto A {
			background: url("../images/buttons/bigEditorialPhotoOff.cz.jpg") no-repeat 50% 0;
		}
	
			UL#category_buttons LI.editorialPhoto A:hover {
				background: url("../images/buttons/bigEditorialPhotoOn.cz.jpg") no-repeat 50% 0;
				background-color: #0066CC;
			}
		
		UL#category_buttons LI.editorialPhoto UL {
			background-color: #0066CC;
			color: #FFFFFF;
		}

	UL#category_buttons LI.creativePhoto {
		
	}
	
		UL#category_buttons LI.creativePhoto A {
			background: url("../images/buttons/bigCreativePhotoOff.cz.jpg") no-repeat 0 0;
		}
	
			UL#category_buttons LI.creativePhoto A:hover {
				background: url("../images/buttons/bigCreativePhotoOn.cz.jpg") no-repeat 0 0;
				background-color: #990000;
			}
		
		UL#category_buttons LI.creativePhoto UL {
			background-color: #990000;
			color: #FFFFFF;
		}
															
	UL#category_buttons LI.filmFootage {
		margin-right: 0;
	}             
		
		UL#category_buttons LI.filmFootage A {
			background: url("../images/buttons/bigFilmFootageOff.cz.jpg") no-repeat 100% 0;
		}
	
			UL#category_buttons LI.filmFootage A:hover {
				background: url("../images/buttons/bigFilmFootageOn.cz.jpg") no-repeat 100% 0;
				background-color: #336600;
			}
		
		UL#category_buttons LI.filmFootage UL {
			background-color: #336600;
			color: #FFFFFF;
		}
															
	UL#category_buttons LI.music {
	}
			
		UL#category_buttons LI.music A {
			background: url("../images/buttons/bigMusicOff.cz.jpg") no-repeat 0 0;
		}
	
			UL#category_buttons LI.music A:hover {
				background: url("../images/buttons/bigMusicOn.cz.jpg") no-repeat 0 0;
				background-color: #FF99CC;
			}
		
		UL#category_buttons LI.music UL {
			background-color: #FF99CC;
			color: #FFFFFF;
		}

	
		UL#category_buttons LI.editorialVideo A {
			background: url("../images/buttons/bigEditorialVideoOff.jpg") no-repeat 50% 0;
		}
	
			UL#category_buttons LI.editorialVideo A:hover {
				background: url("../images/buttons/bigEditorialVideoOn.jpg") no-repeat 50% 0;
				background-color: #00CCCC;
			}
		
		UL#category_buttons LI.editorialVideo UL {
			background-color: #00CCCC;
			color: #FFFFFF;
		}
	UL#category_buttons LI.services A {
		margin-right: 0;		
	}
	
		UL#category_buttons LI.services A {
			background: url("../images/buttons/bigServicesOff.cz.jpg") no-repeat 100% 0;
		}
	
			UL#category_buttons LI.services A:hover {
				background: url("../images/buttons/bigServicesOn.cz.jpg") no-repeat 100% 0;
				background-color: #99CC00;
			}
		
		UL#category_buttons LI.services UL {
			background-color: #99CC00;
			color: #FFFFFF;
		}