#logo
{
 height:65px;
 margin:0 15px 0 0;
 width:80px;
}

.SiteMenu1
{
 background:#111;
 font-size:17px;
 height:30px;
 padding:0;
}

.SiteMenu2
{
 border-bottom:#ddd solid 1px;
 box-shadow:rgba(0,0,0,.1) 0 2px 10px;
 height:22px;
  padding:0;
  height:30px;
  border-top:1px solid #777;
  background:#fefefe;
}

.headerContainer,.loginHeader1
{
 background-color:#ffc600;
}

.login
{
 background:#111;
 padding:5px 15px;
}

.login a
{
 color:#fff!important;
 display:inline-block;
 padding:0 13px;
 text-decoration:underline;
}

.login a:hover
{
 text-decoration:none;
}

#footerContainer,#footerContainer a,#footerContainer a:hover,#footerContainer a:visited
{
 background:#111;
}

.SiteMenu1 .SiteMenuInactive,.SiteMenu1 .SiteMenuActive
{
 display:inline-block;
 height:30px;
 margin:0;
 padding:0;
 text-align:center;
}

.SiteMenu1 .SiteMenuInactive a,.SiteMenu1 .SiteMenuActive a
{
 display:inline-block;
  margin:0 0 0 0;
  padding:6px 32px;
  display:block;
  text-align:center;
 min-width:83px;
 font-size:17px;
  height:18px;
 text-align:center;
}

.SiteMenu1 .SiteMenuInactive a:hover,.SiteMenu1 .SiteMenuActive a:hover
{
 background:#aaa;
 color:#000;
}

.SiteMenu1 .SiteMenuActive a
{
 background:#777;
 color:#fff;
}

.SiteMenu2 .SiteMenuRow .SiteMenuInactive,.SiteMenu2 .SiteMenuRow .SiteMenuActive
{
  margin:0;
  padding:0;
  height:30px;
  border-right:1px solid #aaa;
}

.SiteMenu2 .SiteMenuRow .SiteMenuInactive a,.SiteMenu2 .SiteMenuRow .SiteMenuActive a
{
 display:block;
 padding:7px 15px;
 margin:0;
 min-width:100px;

}

.SiteMenu2 .SiteMenuRow .SiteMenuActive
{
 background:#999;
}

.SiteMenu2 .SiteMenuRow a:hover {
  background:#ddd;
  color:#333 !important;
  text-decoration:none;
}

.SiteMenu2 .SiteMenuRow .SiteMenuActive a
{
 color:#fff;
 margin:0;
}

#siteName {
    text-shadow:rgba(0,0,0,.6) 0px 1px 0px;
  color:#000;
   font-size:25px;
}

body { font-family: Trebuchet MS, sans-serif;}

#siteName { font-family:Arial; }

.SiteMenu1 .SiteMenuActive a {
  background:#fff;
  color:#000; 
  box-shadow:rgba(10,13,0,.2) 0px 7px 27px inset,          rgba(10,13,0,1) 0px 1px 1px inset;
}

.SiteMenu1 .SiteMenuInactive a:hover {
  box-shadow:rgba(10,13,0,.2) 0px 7px 27px inset,          rgba(10,13,0,1) 0px 1px 1px inset;
}