/*** Normalized ***/

#main_nav_container {
	clear: both;
    margin: 0 0 0 0px;
    padding: 0;
    width: 700px;
    background-repeat: repeat-y !important;
    overflow: hidden;
}

#main_nav_list {
    border: 0;
    margin: 0 0 0 0px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0;
    padding: 0;
	float: left;    
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	overflow: hidden;
    display: block;
    text-align: center;
    line-height: 15px;
    height: 15px;
    width: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

/*--- sub navigation ------------------------------------------------------*/

#main_nav_container {
    background: url(button_coffee_branch.jpg)  top right;
}

.sub_nav_container {
    background: url(button_coffee_branch.jpg) no-repeat top right;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
    color: #01070d;
    background: url(button_coffee_branch.jpg) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #01070d;
    background: url(button_coffee_branch.jpg) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #01070d;
    background: url(button_coffee_branch.jpg) no-repeat;
    background-position: top right;
}


#main_nav_list a.main_nav_active_item {
  background: url(button_coffee_branch.jpg) no-repeat;
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #48280E;
  background-position: top right;
}
#main_nav_list a.main_nav_item {
  background: url(button_coffee_branch.jpg) no-repeat;
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #01070d;
  background-position: top right;
}
#main_nav_list a.main_nav_item:hover {
  background: url(button_coffee_branch.jpg) no-repeat;
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #00FFFF;
  background-position: top right;
}


