/*
#6E2F2A
#DFC1AD
#A8444
#FFE8D1
*/

body  {
  background: url(/~trishm/images/body_bg.gif) repeat-x;
  margin-top:0px;
  margin-left:0px;
}

.cursor_hand  {
  cursor:pointer;
  cursor:hand;
}

#menu  {
  height:139px;
  background:url(/~trishm/images/header.gif) no-repeat;
}

#nav  {
	font-family: Arial, Helvetica, sans-serif;
	width:800px;
	padding-top:115px;
  	margin-right:6px;
}

#main_content  {
	margin:20px;
}

.no_bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav a {
  font-weight: bold;
  color: #333333;
  font-size:9pt;
}

#nav a {
  text-decoration: none;
}

#nav li li a {
  display: block;
  font-weight: normal;
  color: #333333;
  padding: 0.2em 10px;
}

#nav li li a:hover {
  color:#aa4443;
}

#nav li {
  float: left;
  position: relative;
  width: 8em;
  text-align: center;
  cursor: default;
  font-size:8pt;
  color:#333333;
  font-weight: bold;
  padding-left:5px;
  padding-right:5px;
}

#nav li div  {
  height:25px;
  padding-top:3px;
  font-size:10pt;
  color:#FFE8D1;
}

#nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: normal;
  padding: 0.5em 0 .5em 0;
  background: #fff6ed url(/~trishm/images/menu_bg.gif) bottom no-repeat;
  width:110px;
}

#nav li ul li  {
  width:110px;
}

#nav li>ul {
  top: auto;
  left: auto;
}

#nav li li {
  display: block;
  float: none;
  background-color: transparent;
  border: 0;
  text-align:left;
}

#nav li:hover ul, #nav li.over ul {
  display: block;
}

