.site_content {
	font-family:Tahoma;
	color:#1c1b1d;
	font-size:12px;
	padding:5px 5px 5px 5px;
}
.site_content a {
	font-family:Tahoma;
	color:#d25600;
	font-size:12px;
}
.site_content a:hover {
	font-family:Tahoma;
	color:#d25600;
	font-size:12px;
}
.news {
	font-family: Tahoma;
	font-size: 12px;
	color: #1c1b1d;
	padding-left: 5px;
}
.bottom_links{
	font-family: Tahoma;
	font-size: 12px;
	color: #353535;
	vertical-align: top;
/*	padding-left: 20px; */
}
.bottom_links a{
	font-family: Tahoma;
	font-size: 12px;
	color: #353535;
	text-decoration: none;
}
.bottom_links a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #353535;
	text-decoration:underline;
}
.contacts{
	font-family: Tahoma;
	font-size:12px;
	color: #a64300;
}
.contacts a{
	font-family: Tahoma;
	font-size:12px;
	color: #a64300;
}
.copyright{
	font-family: Tahoma;
	font-size: 12px;
	color: #353535;
	padding-left: 20px;
}
h2 {
	font-wight: bold;
	font-size: 16px;
	padding: 3px;
	margin: 0;
}
.left_link {
	padding-left: 5px;
}
#dmenu{                         /* menu list container */
		z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
      /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
	  text-align:left;
	  padding:0;
	  margin: 0;
}

#dmenu li{                      /* top-level menu element */
  list-style-type: none;      /* disable the display of the list item bullets */
  display: block;
  padding: 2px;
}
#dmenu ul {                     /* third-level (or greater) menu element list elements */
  position: absolute;         /* this is so that it doesn't push that page content around on hover */
	margin-top:-16px;
  margin-left: 175px;               /* space within the list container */
  list-style-type: none;      /* disable the display of the list item bullets */
  display: none;
  z-index: 99;                /* want to be sure this is above the rest of the menu */
  padding: 0;
  width: 200px;
  background-color: #E0DAC7;
  
  
}

#dmenu ul ul li {                     /* third-level (or greater) menu element list elements */  
  width: 230px;
}

#dmenu ul li{                   /* second-level or greater menu element links */
  border: none;               /* sub-menu item border settings */
  margin: 0px;                /* spacing between sub-menu containers */
  padding: 2px;
  border: 1px solid #CFC6AB;
  
}
#dmenu li a{                    /* top-level menu element links */
  text-align: left;         /* text alignment in main menu item links */
  display: block;
  width: 100%;
}
  
#dmenu ul a {                   /* all the other level menu link elements */
  margin: 0px;
  display: block;
}
#dmenu a:hover,                 /* top-level hovering properties */
#dmenu li:hover{
	color: #000;
	background-color: #CFC6AB;
}
    
#dmenu ul li:hover,             /* higher level hovering properties */
#dmenu ul li a:hover{
  display: block;
}

#dmenu ul ul{                   /* higher-level list containers */
  display: none;              /* don't display by default */
  position: absolute;
  margin-left: 114px;         /* this should be the width of #dmenu ul li */
  margin-top: -1em;           /* this will push the sub-menu up to the level of it's parent */
}

/* only non-MSIE browsers use this */
#dmenu ul li>ul,
#dmenu ul ul li>ul{
   margin-top: -1em;           /* should be set to the same as #dmenu ul ul margin-top */
}
/* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
#dmenu li:hover ul ul,              
#dmenu li:hover ul ul ul,
#dmenu li:hover ul ul ul ul,
#dmenu li:hover ul ul ul ul ul{
   display:none;
}

#dmenu li:hover ul,
#dmenu ul li:hover ul,
#dmenu ul ul li:hover ul,
#dmenu ul ul ul li:hover ul,
#dmenu ul ul ul ul li:hover ul{
   display:block;
}

li>ul {
   top: auto;
   left: auto;
}
