@CHARSET "ISO-8859-1";


  .menu_item
{
  border-bottom: 1px dotted gray;
}

  .menu_item a
, .menu_item a:active
, .menu_item a:visited
, .menu_item a:link
{
	background-image: url(images/menuBg2.gif);
	background-repeat: no-repeat;
	color: #589acf;
	font-weight: 800;
	text-decoration: none;	
}

  .menu_item a:hover
{
	color: #ffb516; 
	text-decoration: underline;
	border-bottom: 1px dotted gray;
}

  .menu_item_selected
{
	color: #ffb516;
	font-weight: 800;
	text-decoration: none;
}

  .menu_item_selected a
, .menu_item_selected a:active
, .menu_item_selected a:visited
, .menu_item_selected a:link
{
	background-image: url(images/menuBg2.gif);
	background-repeat: no-repeat;
	color: #ffb516;
	font-weight: 800;
	text-decoration: none;
}

  .menu_item_selected a:hover
{
	text-decoration: underline;
}

	.menu_item_child_box
{
	padding-left: 20px;
	border-bottom: 1px dotted gray;
}

  .menu_item_child
, .menu_item_child a
, .menu_item_child a:active
, .menu_item_child a:link
, .menu_item_child a:visited
{

}

  .menu_item_child_selected
, .menu_item_child_selected a
, .menu_item_child_selected a:active
, .menu_item_child_selected a:visited
, .menu_item_child_selected a:link
{
	
}

  .menu_item_child_selected a:hover
{
	
}

