﻿#menu {
float: left;
width: 210px;
position: relative; bottom: 36px;
padding : 0px;
margin : 0px; }


#menu_bg {
background-image: url(img/menu_bg.gif);
float: left;
width: 210px; }


#menu_top  {
background-image: url(img/menu_top.gif);
background-repeat: no-repeat;
width: 210px;
height: 36px;
float: left;  }


#menu_link  {
padding: 0px 16px 0px 27px;
float: left;  }


#pad_menu_link  {
padding: 4px 0px 0px 14px;  }


#menu_link  a:link  {
float: left;
text-align: left;
display: block;
margin-bottom: 1px;
background-image: url(img/menu_link_bg.gif);
width: 150px;
height: 25px;
font-size: 14px;
color: #881a0d;
text-decoration: none;
background-repeat: no-repeat;  }

#menu_link  a:visited  {
float: left;
text-align: left;
display: block;
margin-bottom: 1px;
background-image: url(img/menu_link_bg.gif);
width: 150px;
height: 25px;
font-size: 14px;
color: #881a0d;
text-decoration: none;
background-repeat: no-repeat;  }

#menu_link  a:active  {
float: left;
text-align: left;
display: block;
margin-bottom: 1px;
background-image: url(img/menu_link_bg.gif);
width: 150px;
height: 25px;
font-size: 14px;
color: #881a0d;
text-decoration: none;
background-repeat: no-repeat;  }

#menu_link  a:hover  {
float: left;
text-align: left;
display: block;
margin-bottom: 1px;
background-image: url(img/menu_link_hover.gif);
width: 150px;
height: 25px;
font-size: 14px;
color: #000000;
text-decoration: none;
background-repeat: no-repeat;  }


#menu_bottom  {
background-image: url(img/menu_bottom.gif);
background-repeat: no-repeat;
width: 210px;
height: 35px;
float: left;  }





