You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
2.0 KiB
148 lines
2.0 KiB
/*
|
|
Menu Styles
|
|
*/
|
|
|
|
.alt {
|
|
display: none;
|
|
}
|
|
|
|
#menu ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
#menu li {
|
|
display: inline;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
#home {
|
|
display: block;
|
|
padding; 0;
|
|
margin: 0;
|
|
width: 10em;
|
|
height: 3em;
|
|
background: url(/images/home.jpg) no-repeat;
|
|
}
|
|
|
|
a#home:hover {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/home_f2.jpg) no-repeat;
|
|
}
|
|
|
|
#info {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/info.jpg) no-repeat;
|
|
}
|
|
|
|
a#info:hover {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/info_f2.jpg) no-repeat;
|
|
}
|
|
|
|
#dire {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/dir.jpg) no-repeat;
|
|
}
|
|
|
|
a#dire:hover {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/dir_f2.jpg) no-repeat;
|
|
}
|
|
|
|
#cale {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/cal.jpg) no-repeat;
|
|
}
|
|
|
|
a#cale:hover {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/cal_f2.jpg) no-repeat;
|
|
}
|
|
|
|
#resu {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/res.jpg) no-repeat;
|
|
}
|
|
|
|
a#resu:hover {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/res_f2.jpg) no-repeat;
|
|
}
|
|
|
|
#king {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/king.jpg) no-repeat;
|
|
}
|
|
|
|
a#king:hover {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/king_f2.jpg) no-repeat;
|
|
}
|
|
|
|
#gall {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/gal.jpg) no-repeat;
|
|
}
|
|
|
|
a#gall:hover {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/gal_f2.jpg) no-repeat;
|
|
}
|
|
|
|
#more {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/more.jpg) no-repeat;
|
|
}
|
|
|
|
a#more:hover {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/more_f2.jpg) no-repeat;
|
|
}
|
|
|
|
#soon {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/soon.jpg) no-repeat;
|
|
}
|
|
|
|
a#soon:hover {
|
|
display: block;
|
|
width: 10.25em;
|
|
height: 3em;
|
|
background: url(/images/soon_f2.jpg) no-repeat;
|
|
}
|