/*//////////////////////////////////////*/
/*/////////// MENU STYLES //////////////*/
/*//////////////////////////////////////*/

/* TOPMENU */
#topmenu
{
	height: 38px;
    float: left;
    list-style: none;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#topmenu li
{
	float: left;
	text-align: center;
	margin: 0;
}

#topmenu li a
{
	font-size: 11px;
	padding: 12px 25px;
	font-weight: normal;
	font-weight: bold;
	display: block;
	color: #9c937a;
}

#topmenu li a:hover
{
	color: #000000;
	cursor: pointer;
}

#topmenu li.button1 a
{
	color: #000000;
	cursor: pointer;
}

#topmenu li.button1 a:hover
{
	color: #000000;
	cursor: pointer;
}


/* SUBMENU */
#submenu
{
	margin: 0;
	list-style-type: none;
	text-align: left;
	padding: 0;
}

#submenu li
{
	display: list-item;
	text-align: left;
	margin: 0;
	border-bottom: 1px dashed #ccc0a2;
}

#submenu li a
{
	font-size: 11px;
	padding: 5px 0 5px 20px;
	font-weight: normal;
	display: block;
	color: #9c937a;
}

#submenu li a:hover
{
	color: #000000;
	cursor: pointer;
}
#submenu li.button1 a
{
	color: #000000;
	cursor: pointer;
}

#submenu li.button1 a:hover
{
	color: #000000;
	cursor: pointer;
}
/* END */
