ul {
list-style: none;
margin: 0;
text-align: left;
}

/* Menu */

#menu li a {
height: 30px;

text-decoration: none;
text-align: right;
}	
	
#menu li a:link, #menu li a:visited {
display: block;
background: url(kepek/dugi.png) no-repeat; 
padding: 0 0 0 5px;
height: 30px;
text-align: right;
color: #0000ff;
}
	
#menu li a:hover {
color: #ff0000;
background: url(kepek/koni.png) no-repeat; 
height: 30px;
text-align: right;
}
	

/* tars-linkek */
a.type1:link {
color : #0000ff;
text-decoration : none;
}
a.type1:visited {
color : #0000ff;
text-decoration : none;
}
a.type1:hover {
color : #ff0000;
text-decoration : underline;
}
a.type1:active {
color : #0000ff;
text-decoration : none;
}

/* megr-link */
a.type2:link {
color : #000000;
text-decoration : none;
}
a.type2:visited {
color : #000000;
text-decoration : none;
}
a.type2:hover {
color : #ff0000;
text-decoration : underline;
}
a.type2:active {
color : #000000;
text-decoration : none;
}
