.content {
	font-family: Arial;
	font-size: 12px;
	color: #742a2b;
	padding-left: 20px;
}
.contacts {
	font-family: Arial;
	font-size: 10px;
	color: #742a2b;
}
.copyrights {
	font-family: Arial;
	font-size: 12px;
	color: #742a2b;
}
.left_menu {
	padding:0 0 0 20px;
	width: 151px;
	float: left;
	height: 40px;
	width: 151px;
	
}
a.left_menu{
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dcc997;
	background-image: url(button1.jpg);
	background-repeat: no-repeat;
	width: 151px;
	line-height: 30px;
	white-space: pre;
	vertical-align: middle;
}
a.left_menu:hover {
	background-image: url(button2.jpg);
}

.left_menu2 {
	padding:0 0 0 20px;
	width: 151px;
	float: left;
	height: 40px;
	background-image: url(button1.jpg);
	background-repeat: no-repeat;
}
a.left_menu2{
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dcc997;
	width: 146px;
	vertical-align: top;
}
a.left_menu2:hover {
	background-image: url(button2.jpg);
}


#div_pad {
	margin-left: 0px;
	width: 131px;
}
.menu_selected {
	padding:3px 0 0 20px;
	float: left;
	text-decoration: none;
}
a.menu_selected{
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dcc997;
	background-image: url(button2.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 40px;
	line-height: 30px;
	white-space: pre;
	vertical-align: middle;
	text-decoration: none;
}
a.menu_selected:hover{
	text-decoration: underline;
}

.menu_selected2 {
	padding:3px 0 0 20px;
	float: left;
	background-image: url(button2.jpg);
	text-decoration: none;
	width: 154px;
}
a.menu_selected2{
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dcc997;

	background-repeat: no-repeat;
	width: 146px;
	height: 40px;
	text-decoration: none;
	
}
a.menu_selected2:hover{
	text-decoration: underline;
}


/*a.menu_selected:visited{
	font-family: Arial;
	font-size: 18px;
	color: #dcc997;
	float: left;
	background-image: url(button2.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 40px;
}*/
/* This is the part for the CSS menu - these settings are for a horizontal menu */
#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;
	  width:131px;
	  margin-left: 20px;
	  padding-left: 0;
}
#dmenu li{                      /* top-level menu element */
  list-style-type: none;      /* disable the display of the list item bullets */
  float: left;                /* this is to allow for the horizontal main menu */
  margin: 0px;                /* spacing between main menu items */
  padding: 0px;               /* padding within main menu items */
  display: block;
  width: 146px;
  text-align:left;
}
#dmenu ul {                     /* third-level (or greater) menu element list elements */
  background-color: none;
	position: absolute;         /* this is so that it doesn't push that page content around on hover */
	margin-top: 0em;
  margin-left: 120px;               /* 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 */
  width: 180px;
}

#dmenu ul li{                   /* second-level or greater menu element links */
  border: none;               /* sub-menu item border settings */
                /* spacing between sub-menu containers */
  width: 131px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
  
}
#dmenu li a{                    /* top-level menu element links */
  text-align: left;         /* text alignment in main menu item links */
  display: block;
  padding:3px 0 0 15px;
}
  
#dmenu ul a {                   /* all the other level menu link elements */
  margin: 0px;
  display: block;
}
#dmenu a:hover,                 /* top-level hovering properties */
#dmenu li:hover{
	display: block;
}
    
#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;
}
.inside_left_menu {
	padding:0 0 0 20px;
	width: 180px;
	float: left;
	height: 40px;
	
}
a.inside_left_menu{
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dcc997;
	background-image: url(button3.jpg);
	background-repeat: no-repeat;
	width: 180px;
	line-height: 30px;
	white-space: pre;
	vertical-align: top;
}
a.inside_left_menu:hover {
	background-image: url(button4.jpg);
}
.inside_menu_selected {
	padding:0 0 0 20px;
	float: left;
	text-decoration: none;
}
a.inside_menu_selected{
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dcc997;
	background-image: url(button4.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 40px;
	line-height: 30px;
	white-space: pre;
	text-decoration: none;
	vertical-align: top;
}
a.inside_menu_selected:hover{
	text-decoration: underline;
}

.inside_left_menu2 {
	padding:0 0 0 20px;
	width: 180px;
	float: left;
	height: 40px;
	line-height: 30px;
	background-image: url(button3.jpg);
	background-repeat: no-repeat;
}
a.inside_left_menu2 {
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dcc997;
	width: 180px;
	height: 40px;
	line-height: 30px;
}
a.inside_left_menu2:hover {
	background-image: url(button4.jpg);
}


.inside_menu_selected2 {
	padding:0 0 0 20px;
	float: left;
	background-image: url(button4.jpg);
	text-decoration: none;
	width: 180px;
}
a.inside_menu_selected2 {
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dcc997;
	background-repeat: no-repeat;
	width: 180px;
	height: 40px;
	line-height: 30px;
	text-decoration: none;
	
}
a.inside_menu_selected2:hover{
	text-decoration: underline;
}
.content a {
	color: #5E2917;
}

.content a:hover {
	color: #dcc997;
}

