/****************/
/* MAIN MENU BEGIN */
/****************/

/* MAIN MENU FIRST LEVEL */
#mainnav ul li.first a {
border-top: none;
}

#mainnav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        background-color: #cca370;
	font-size: 16px;
        height: 39px;
	border: none;
}

*html #mainnav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        height: 39px;
        width: 720px;
}


#mainnav td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        text-align: center;
	border: none;
	width: 4px;
        height: 39px;
}
#mainnav td.last {
}

#mainnav td a {
        padding: 8px 0px 0px 0px;
	text-decoration: none;
	display: block;
        height: 39px;
	width: 142px;
	color: #663300;
	font-size: 14px;
	font-weight: bold;
        background: url(/fileadmin/homes/template/images/menu_bkgd.gif) top repeat-x;
}

#mainnav td.last a {
        background: url(/fileadmin/homes/template/images/menu_bkgd.gif) top repeat-x;
}

#mainnav td a:hover {
	color: #ffffcc;
        background: url(/fileadmin/homes/template/images/menu_bkgd_ro.gif) top no-repeat;
}

#mainnav .current a {
	color: #ffffcc;
}

#mainnav td.current a:hover {
	color: #ffffcc;
}


#subnav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        background-color: #cca370;
	font-size: 16px;
        height: 29px;
	border: none;
}

*html #subnav {
        height: 31px;
}


#subnav td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        text-align: center;
	border: none;
	border-top: 2px #cca370 solid;
	width: 4px;
        height: 29px;
}
#subnav td.last {
        height: 39px;
}

#subnav td a {
        padding: 6px 0px 0px 0px;
	text-decoration: none;
	display: block;
	width: 142px;
        height: 29px;
	color: #663300;
	font-size: 14px;
	font-weight: bold;
        background: #d6ac79;
}

#subnav td.last a {
        height: 39px;
        background: url(/fileadmin/homes/template/images/submenu_bkgd_ro.gif) top no-repeat;
}

#subnav td a:hover {
	color: #ffffcc;
}

#subnav td.last a:hover {
        background: url(/fileadmin/homes/template/images/submenu_bkgd_ro.gif) top no-repeat;
}

#subnav td.current a {
	color: #ffffcc;
}

#subnav td.current a:hover {
	color: #ffffcc;
}

#subnav td.currentlast a {
	color: #ffffcc;
        height: 39px;
        background: url(/fileadmin/homes/template/images/submenu_bkgd_ro.gif) top no-repeat;
}

#subnav td.currentlast a:hover {
	color: #ffffcc;
        background: url(/fileadmin/homes/template/images/submenu_bkgd_ro.gif) top no-repeat;
}
