BODY
{
	font-family:Arial;
	font-size:11px;
	color:#403e23;
}

a
{
	color:#69829d;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color:#4a617a;
}

.featured
{
	font-family:Arial;
	font-size:12px;
	color:#4a4a49;
	text-align:left;
}

.featured2
{
	font-family:Arial;
	font-size:11px;
	color:#908d73;
	text-align:left;
}

.leftnav
{
	padding:32px 11px 20px 11px;
	text-align:left
}

.leftnav a
{
	font-family:Arial;
	font-size:11px;
	color:#5a5a4d;
	font-weight:bold;
	text-decoration:none;
}

.leftnav a:hover
{
	font-family:Arial;
	font-size:11px;
	color:#5a5a4d;
	font-weight:bold;
	text-decoration:underline;
}

.leftnav a.selected
{
	font-family:Arial;
	font-size:11px;
	color:#31312a;
	font-weight:bold;
	text-decoration:none;
}

.leftnav a.selected:hover
{
	font-family:Arial;
	font-size:11px;
	color:#31312a;
	font-weight:bold;
	text-decoration:underline;
}

/* Menu */
/* All <ul> tags in the menu including the first level */

.topmenupos
{
	vertical-align: top;
	padding-right:2px;
}

.menulist, .menulist ul {
 text-align: left;
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
position: absolute;
 top: 25px;
 left: 0px;
 width: 130px;
 letter-spacing: normal;
z-index:10; 
}

.menulist ul ul {
 top: 0;
 left: 126px;
}


/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 font-size: 12px;
 font-weight: bold;
 background-image:  url(img/menu_back.png);
}

.menulist ul li {
 border-bottom: #d7d7d6 1px solid;
}

.menulist ul li ul li, .menulist li.last
{
	border-bottom: none;
}

/* Links inside the menu */
.menulist a {
 display:block;
 padding: 0;
 margin: 0;
 text-decoration: none;
 width: 100%;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/

  

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

.menulist ul a {
display: block;
padding: 0px 0 4px 3px;
color: #372e24;
height: 1%;
}

.menulist ul ul a {
display: block;
padding: 0px 0px 0px 0px;
color: #372e24;

}

.menulist ul a:hover {
 color: #a29668;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

