/******** submenu **********/


#subMenuTop {
  
  display : block;
  width : 205px;
  height : 100px;
  background : url("../img/submenu_grad_t.png") bottom no-repeat;	
}


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

#subMenuLinks li {
  position : relative;
  text-align : right;
  left : 11px;
  width : 177px;
  min-height : 28px;
  
}

#subMenuLinks li a , #subMenuLinks li a:visited{
  padding-right : 40px;
  text-decoration : none;
  color : #504e59;
  font-size : 13px;
  line-height : 36px;
}


#subMenuLinks li a:hover{
  
  color : red;
}

#subMenuLinks {

  display : block;
  width : 205px;
  
  background : url("../img/submenu_bkgrnd.png") top repeat-y;	
}



/*
   * General classes
   */
.clear
{
  clear : both;
  height : 1px;
  font-size : 1px;
} 
img
{
  display : inline;
}
a
{
  outline : none;
}
/*
   * Menu classes
   */


.div_menu
{
  position : relative;
  float : left;
  left : 12px;
  top : 6px;
  width : 205px;
  margin : auto;
  text-align : left;
}

/*
   *   Top of menu    
   */
.div_menu_top
{
  width : 205px;
  height : 94px;
}
.div_menu_top_left
{
  width : 14px;
  height : 94px;
  background-image : url("../img/bkgrnd_top_left.png");
  float : left;
}
.div_menu_top_mid
{
  width : 177px;
  height : 94px;
  background-image : url("../img/bkgrnd_top_mid.png");
  float : left;
}
.div_menu_top_right
{
  width : 14px;
  height : 94px;
  background-image : url("../img/bkgrnd_top_right.png");
  float : left;
}



/*
   *   Content of menu    
   */
.div_menu_content
{
  width : 205px;
  background-image : url("../img/bkgrnd_content.png");
  background-repeat : repeat-y;
  
}
.div_menu_content_left
{
  width : 14px;
  height : 10px;
  float : left;
}
.div_menu_content_mid
{
  width : 177px;
  float : left;
}
.div_menu_content_right
{
  width : 14px;
  height : 10px;
  float : left;
}

/*
   *   Base of menu    
   */
.div_menu_base
{
  width : 205px;
  height : 94px;
}
.div_menu_base_left
{
  width : 14px;
  height : 94px;
  background-image : url("../img/bkgrnd_base_left.png");
  float : left;
}
.div_menu_base_mid
{
  width : 177px;
  height : 94px;
  background-image : url("../img/bkgrnd_base_mid.png");
  float : left;
}
.div_menu_base_right
{
  width : 14px;
  height : 94px;
  background-image : url("../img/bkgrnd_base_right.png");
  float : left;
}


/*
   *   Individual menu items
   */
.menu_item
{
  width : 177px;
  overflow : hidden;
  height : auto;
}

.menu_item_split
{
  width : 177px;
  height : 3px;
  background-image : url("../img/bkgrnd_menu_item_split.png");    
  font-size : 1px;
}
.menu_item_split_no_background
{
  background-image : none;    
  width : 177px;
  height : 3px;
  font-size : 1px;
}
.menu_item_text
{
  width : 177px;
  color : #333333;
  font : 13px Helvetica, sans-serif;
  padding-left : 15px;
  padding-top : 13px;
  padding-bottom : 13px;
}
.menu_item_text_active
{
  color : #6600ff;
  width : 177px;
  font : 13px Helvetica, sans-serif;
  padding-left : 15px;
  padding-top : 13px;
  padding-bottom : 13px;
}

/*
   *   Individual sub-menu items
   */
.menu_item_sub
{
  width : 177px;
  background-color : #E0E0E0;
}

.menu_item_sub_top
{
  width : 177px;
  height : 5px;
  background-image : url("../img/bkgrnd_menu_item_sub_top.png");    
  background-repeat : repeat-x;
  font-size : 1px;
}
.menu_item_sub_content
{
  width : 177px;
  font : 11px Helvetica, sans-serif;

}
a.menu_item_sub_link_active
{
  height : 15px;
  width : 177px;
  text-decoration : none;
  background-image : url("../img/bkgrnd_menu_item_sub_active.png");    
  display : block;
  margin-top : 4px;
  margin-bottom : 4px;
  color : #6600ff;
  line-height : 1.4em;
  padding-left : 24px;
}
a.menu_item_sub_link:link, a.menu_item_sub_link:visited
{
  color : #333333;
  height : 15px;
  width : 177px;
  display : block;
  margin-top : 4px;
  margin-bottom : 4px;
  text-decoration : none;
  line-height : 1.4em;
  background-image : none;    
  /*background-repeat : none;*/
  padding-left : 24px;
}
a.menu_item_sub_link:hover
{
  background-image : url("../img/bkgrnd_menu_item_sub_hover.png");
  
}
.menu_item_sub_base
{
  width : 177px;
  height : 5px;
  background-image : url("../img/bkgrnd_menu_item_sub_base.png");    
  background-repeat : repeat-x;
  font-size : 1px;
}
