2009-06-15 11:55:55 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#menu{
|
2009-06-22 07:56:24 +00:00
|
|
|
float: right;
|
|
|
|
|
height: auto;
|
|
|
|
|
padding: 55px 0 0 0;
|
2009-06-15 11:55:55 +00:00
|
|
|
width: auto;
|
|
|
|
|
font-family:Tahoma, Geneva, sans-serif;
|
|
|
|
|
font-size: 75%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu ul{
|
2009-06-22 07:56:24 +00:00
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
2009-06-15 11:55:55 +00:00
|
|
|
list-style:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu li{
|
2009-07-23 15:29:59 +00:00
|
|
|
line-height: 1.3em;
|
2009-06-15 11:55:55 +00:00
|
|
|
display:block;
|
|
|
|
|
float:left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu li a{
|
|
|
|
|
margin: 0 1px;
|
|
|
|
|
padding: 15px 15px 3px 15px;
|
|
|
|
|
display:block;
|
|
|
|
|
float:left;
|
|
|
|
|
color: #666;
|
|
|
|
|
text-transform:uppercase;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
font-size:13px;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
height: 54px;
|
|
|
|
|
letter-spacing: 0.05em;
|
|
|
|
|
}
|
|
|
|
|
#menu li a span{
|
|
|
|
|
display:block;
|
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
|
color:#636363;
|
|
|
|
|
font-size:10px;
|
|
|
|
|
text-transform:lowercase;
|
|
|
|
|
font-weight:normal;
|
|
|
|
|
}
|
|
|
|
|
#menu li a:hover{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
background-color:#e6e6e6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu li a:hover span{
|
|
|
|
|
color:#636363;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.current{
|
2009-07-23 15:29:59 +00:00
|
|
|
margin: 0 1px;
|
|
|
|
|
padding: 13px 15px 3px 15px;
|
2009-06-15 11:55:55 +00:00
|
|
|
display:block;
|
2009-07-23 15:29:59 +00:00
|
|
|
float: left;
|
2009-06-15 11:55:55 +00:00
|
|
|
color: #e46825;
|
2009-07-23 15:29:59 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-size: 13px;
|
2009-06-15 11:55:55 +00:00
|
|
|
cursor: default;
|
2009-07-23 15:29:59 +00:00
|
|
|
font-weight: bold;
|
2009-06-15 11:55:55 +00:00
|
|
|
height: 54px;
|
|
|
|
|
letter-spacing: 0.05em;
|
2009-07-23 15:29:59 +00:00
|
|
|
line-height: 0;
|
2009-06-15 11:55:55 +00:00
|
|
|
}
|
|
|
|
|
.current span{
|
|
|
|
|
display:block;
|
2009-07-23 15:29:59 +00:00
|
|
|
margin: 3px 0 0 0;
|
2009-06-15 11:55:55 +00:00
|
|
|
color:#636363;
|
|
|
|
|
font-size:10px;
|
|
|
|
|
text-transform:lowercase;
|
|
|
|
|
font-weight:normal;
|
2009-07-23 15:29:59 +00:00
|
|
|
line-height: 1.2em;
|
|
|
|
|
|
2009-06-15 11:55:55 +00:00
|
|
|
}
|