/**************** menu coding *****************/
#menu {
width: 100%;  
}

.line_bg{
  background-image:url(images/bgimg_menu_line.jpg);
  background-repeat:no-repeat;
}
.nohand {
  cursor:default;
}

#menu ul {
  float:left;
  list-style: none;
  margin:0;
  padding:0;
}

#menu a {
  font: normal 11px arial;
  color:#fff;
  display: block;
  margin: 0;
  padding:0px;/*reset's predifined values*/
  padding:5px 13px 12px 13px;
  text-decoration: none;
  text-align:left;
  background-image:url(images/bgimg_menu_line.jpg);
  background-repeat:no-repeat;
  background-position:right top;
}

#menu A:hover, 
#menu .selected {
color:#D90420;
}

#menu li {
position: relative;
}


#menu ul li:hover, #menu ul li.hilighted {
  /*background: #9b1e24;*/
}


#menu ul ul {
  position: absolute;
  top: 100%;
  left: 0%;
}
#menu ul ul A{
  font-size:10px;
  padding:5px 12px 5px 12px;
  width:120px;
  background:none;
  vertical-align:middle;
  background-image:url(images/bgimg_submenu.jpg);
  background-repeat:no-repeat;
  background-repeat:repeat-x;
  background-position:left bottom;
}

#menu ul ul UL {
  position: absolute;
  top: 0%;
  left: 100%;
}


div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}




/**************** right side menu coding *****************/
#menu_right {
width: 100%;
background: #fff;
}

.nohand {
cursor:default;
}

#menu_right ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu_right a {
font: bold 11px arial;
display: block;
margin: 0;
padding:0;
color: #fff;
text-decoration: none;
text-align:right;

}
/*
#menu_right h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}
*/
#menu_right li {
position: relative;
}

#menu_right ul li {
width:174px;
height:21px;
margin-bottom:5px;
background: url(images/rightmenu_item.png) no-repeat;
}
#menu_right ul li:hover, #menu_right ul li.hilighted {
background: url(images/rightmenu_item_on.png) no-repeat;
}
#menu_right ul li a {
padding-right:30px;
padding-top:4px;
height:17px;
width:144px;
}

#menu_right ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu_right ul ul,
div#menu_right ul li:hover ul ul
{display: none;}

div#menu_right ul li:hover ul,
div#menu_right ul ul li:hover ul
{display: none;}

/**************** eof menu coding *****************/

/*** FORUM ***/
.content_menu{
    float:left;
    margin:0px;
    padding:0px;
    list-style-type:none;
  }
  
  LI.notFirstOne{
    float:left;
    margin:0px;
    padding:0px;
    padding-left:16px;
    margin-left:8px;
    background-image: url(sdot.jpg);
    background-position: left center;
    background-repeat:no-repeat;
  }
  
  LI.firstOne{
    float:left;
    margin:0px;
    padding:0px;
    list-style-type:none;
    background-position: left center;
  }
  
  .selectedMenu{
    color:#B72359;
  }
/*** eof FORUM ***/
