/* CSS Document */

/* by iwanhg@gmail.com */

#navigation{
list-style: none;
height:30px;
font-size:14px
}

#navigation li{
float: right;
width:90px;
text-align:right;
height:30px;
}

#navigation li a.top {
display: block;
padding-top:5px;
width:90px;
text-decoration:none;
color:#6D210F;
height:25px;
}

#navigation li a.top:hover {
width:90px;
height:25px;
}

#navigation li a.top:active, a.top:focus:hover, a.top:focus{
height:25px;
float:right;
width:90px;
background:url(images/arrow.gif) no-repeat center top;
}

dl, dt, dd {
list-style-type: none;
}

#menu {
width:100%;
}

dl#menu {
background:none;
}

dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 21px;
line-height: 21px;
text-align: left;
border-bottom: 1px dotted #942723;
padding-left:10px;
}

dl#menu dd ul {
border: none;
list-style-type: none;
}

dl#menu li {
text-align: left;
padding-left:20px;
height:21px;
padding-top:3px;
}

dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border-bottom:none;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: none;
}

#top-nav {
font-size:14px;
text-align:right;
text-decoration:none;
line-height:30px;
display:block;
}

#top-nav a {
text-decoration:none;
color:#6D210F;
line-height:30px;
}

#top-nav a:hover {
text-decoration:none;
color:#FFFFFF;
}


