#menuBorder 
{
    width:800px;
    height:261px;
    background-color:white;
    
}
  
#menu 
{

}

a.menu1
{
  display:block;
  background:url(../images/template/topmenu/design_menu_but.gif) no-repeat top;
  width:244px;
  //width:260px;  
  height:25px;
  //height:60px;
  text-align:left;
  text-decoration:none;
  font-family:tahoma;
  font-size:11px;
  font-weight:bold;    
  color:#dedfe2;   
  padding-top:35px;
  padding-left:15px; 

}

a.menu1:hover
{
  background:url(../images/template/topmenu/design_menu_but.gif) no-repeat bottom;

}

a.menu2
{
  display:block;
  background:url(../images/template/topmenu/development_menu_but.gif) no-repeat top;
  width:246px;
  //width:260px;  
  height:25px;
  //height:60px;
  text-align:left;
  text-decoration:none;
  font-family:tahoma;
  font-size:11px;
  font-weight:bold;    
  color:#dedfe2;  
  padding-top:35px;
  padding-left:15px;      
}

a.menu2:hover
{
  background:url(../images/template/topmenu/development_menu_but.gif) no-repeat bottom;
}

a.menu3
{
  display:block;
  background:url(../images/template/topmenu/portfolio_menu_but.gif) no-repeat top;
  width:246px;
  //width:260px;  
  height:25px;
  //height:60px;
  text-align:left;
  text-decoration:none;
  font-family:tahoma;
  font-size:11px;
  font-weight:bold;    
  color:#dedfe2;  
  padding-top:35px;
  padding-left:15px;      
}

a.menu3:hover
{
  background:url(../images/template/topmenu/portfolio_menu_but.gif) no-repeat bottom;
}


#boxleft dl.menuLeft dd
{
    font:bold 12px tahoma;
    color:white;
    border-bottom:1px solid white;
}

#boxleft dl.menuLeft dd a
{
    color:white;
    text-decoration:none;
    background:#3a403c;
    padding:7px 12px 5px 16px;
    display:block;
}

#boxleft dl.menuLeft dd a:hover,#boxleft dl.menuLeft dd a.on 
{
    background:#6e7270;
}
    
#boxleft dl.menuLeft dd.submenuLeft
{
    background:#d0d0d0;
}

#boxleft dl.menuLeft dd.submenuLeft dl dd 
{
    border:0px solid white;
}
    
#boxleft dl.menuLeft dd.submenuLeft dl dd a
{
    color:#0d0f0c;
    font-weight:normal;
    margin:0px 5px 0px 8px;
    padding:7px 12px 6px 9px;    
    background:url(../images/template/submenu_line.gif) repeat-x #d0d0d0 bottom;
}

#boxleft dl.menuLeft dd.submenuLeft dl dd a:hover, #boxleft dl.menuLeft dd.submenuLeft dl dd a.on
{
    color:#3A403C;
    background:url(../images/template/submenu_line.gif) repeat-x bottom;
}

#boxleft dl.menuLeft dd.submenuLeft dl dd.last a
{
    background:#d0d0d0;
}