/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin:0px;
	list-style-type:none;
	width:auto;
	}

ul.cssmenu li {
	float: left;
	padding:0px;
	display:block;
	float:left;
	margin:0px;
	}

ul.cssmenu li a {
	display: block;
	height: 50px;
	}
/*
*	Normal Links
*/
ul.cssmenu li.pea a {
	background: url('images/head.png');
	width: 749px;
	height: 128px;
	}

ul.cssmenu li.rent a {
	background: url('images/rent.png');
	width: 142px;
	height: 50px;
	}
	
ul.cssmenu li.muuk a {
	background: url('images/muuk.png');
	width: 160px;
	height: 50px;
	}
	
ul.cssmenu li.teenused a {
	background: url('images/tee.png');
	width: 115px;
	height: 50px;
	}
	
ul.cssmenu li.port a {
	background: url('images/port.png');
	width: 115px;
	height: 50px;
	}
	
ul.cssmenu li.gal a {
	background: url('images/gal.png');
	width: 86px;
	height: 50px;
	}
		
ul.cssmenu li.kont a {
	background: url('images/kont.png');
	width: 131px;
	height: 50px;
	}
/*
*	Hover Links
*/
ul.cssmenu li.rent a:hover {
	background: url('images/rent_over.png');
	}
	
ul.cssmenu li.teenused a:hover {
	background: url('images/tee_over.png');
	}
	
ul.cssmenu li.kont a:hover {
	background: url('images/kont_over.png');
	}
	
ul.cssmenu li.muuk a:hover {
	background: url('images/muuk_over.png');
	}
	
ul.cssmenu li.gal a:hover {
	background: url('images/gal_over.png');
	}
	
ul.cssmenu li.port a:hover {
	background: url('images/port_over.png');
	}


/*
*	Selected/Active Links
*/
ul.cssmenu li.rent a.selected {
	background: url('images/rent_over.png');
	}

ul.cssmenu li.teenused a.selected {
	background: url('images/tee_over.png');
	}

ul.cssmenu li.kont a.selected {
	background: url('images/kont_over.png');
	}
	
ul.cssmenu li.muuk a.selected {
	background: url('images/muuk_over.png');
	}
	
ul.cssmenu li.gal a.selected {
	background: url('images/gal_over.png');
	}

ul.cssmenu li.port a.selected {
	background: url('images/port_over.png');
	}
