﻿.top-line
{
   width:100%;
   height:28px;
   background:url(img/top-line.jpg) repeat-x;
}
.top-line-homepage
{
   width:86px; height:28px;
   background-image:url(img/top-line-homepage.jpg);
   float:right;
}
.top-line-homepage:hover
{
   background-image:url(img/top-line-homepage-hv.jpg);
}
.top-line-sitemap
{
   width:111px; height:28px;
   background-image:url(img/top-line-sitemap.jpg);
   float:right;
}
.top-line-sitemap:hover
{
   background-image:url(img/top-line-sitemap-hv.jpg);
}
.top-seperate-line
{
   width:100%;
   height:7px;
   float:left;
   background:url(img/top-seperate-line.jpg) repeat-x;
   background-color:#a30327;
   font-size:0;
}
.top-content
{
   width:100%;
   height:123px;
   background:url(img/top-content.jpg) repeat-x;
}
.top-content-logo
{
   width:232px; height:87px;
   background:url(img/logo.png) no-repeat;
   float:left;
   margin-top:15px;
   margin-left:30px;
}

/*************************** up menu *******************************/
.top-content-menu
{
   height:77px;
   float:right;
   margin-right:15px;
   margin-top:25px;
}

.top-content-menu-seperate
{
   width:2px;
   height:77px;
   background:url(img/top-menu-seperate.jpg);
   margin-right:12px;
   margin-left:12px;
   float:left;
}
.top-content-menu a
{
   font-family:"Lucida Grande", Arial, sans-serif;
   font-size:13px;
   color:#666666;
   text-decoration:none;
   float:left;
   margin-top:22px;
}
.top-content-menu a:hover
{
   color:black;
}
