* {
  padding                     : 0px;
  margin                      : 0px;
  border                      : none;
  outline                     : none;
}

body, html {
  background-image            : url(images/bg.jpg);
  background-color            : #E6AF5E;
  background-repeat           : repeat;
}

/*
 * MENU STYLES
 */

div.menucontainer {
  position                    : relative;
  width                       : 208px;
  height                      : 768px;
}

div.menu {
  background-image            : url(images/menu/menu.jpg);
  background-color            : #E6AF5E;
  background-repeat           : no-repeat;
  background-attachment       : fixed;
  width                       : 100%;
  height                      : 100%;
}

div.menunews {
  display                     : block;
  position                    : absolute;
  top                         : 230px;
  left                        : 28px;
  width                       : 156px;
  height                      : 42px;
}

div.menubirdy {
  display                     : block;
  position                    : absolute;
  top                         : 144px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menunews a {
  display                     : none;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menunews:hover a {
  display                     : block;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menuphotos {
  display                     : block;
  position                    : absolute;
  top                         : 287px;
  left                        : 28px;
  width                       : 156px;
  height                      : 42px;
}

div.menuphotos a {
  display                     : none;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menuphotos:hover a {
  display                     : block;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menuforum {
  display                     : block;
  position                    : absolute;
  top                         : 341px;
  left                        : 28px;
  width                       : 156px;
  height                      : 42px;
}

div.menuforum a {
  display                     : none;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menuforum:hover a {
  display                     : block;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menulinks {
  display                     : block;
  position                    : absolute;
  top                         : 405px;
  left                        : 28px;
  width                       : 156px;
  height                      : 42px;
}

div.menulinks a {
  display                     : none;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menulinks:hover a {
  display                     : block;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menuabout {
  display                     : block;
  position                    : absolute;
  top                         : 475px;
  left                        : 28px;
  width                       : 156px;
  height                      : 42px;
}

div.menuabout a {
  display                     : none;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

div.menuabout:hover a {
  display                     : block;
  position                    : absolute;
  top                         : 0px;
  left                        : 0px;
  width                       : 156px;
  height                      : 42px;
}

