/**************************************/
/* formatting #menu div and level 1 ul */
/**************************************/
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #796E5E;
	height: 18px;
	padding: 0px;
	text-align:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
}
#menu ul {
	list-style-type: none;
	margin:0px;
	padding: 0px;
}
#menu li {  /* 1st level list items */
	float: left; /* horizontal line */
	position: relative; /* for next level nested lists to be relative to the first-level list items */
	padding-left: 0px;
	margin-left: 15px;
	background-image: url(layout/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	height: 18px;
	padding-right: 15px;
}
/**************************************/
/* formatting the <h2> headings and the <a> anchors 1st level */
/**************************************/

 #menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #C4BF66;
}

/**************************************/
/* formatting submenu */
/**************************************/

#submenu {
	height: 18px;
	margin: 0px;
	width: 600px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#submenu ul {
	margin:0px;
	padding: 0px;
	list-style-type: none;

}
#submenu li {  /* 1st level list items */
	float: left; /* horizontal line */
	position: relative; /* for next level nested lists to be relative to the first-level list items */
	padding-left: 9px;
	padding-right: 0px;
	margin-right: 9px;
	background-image: url(layout/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-top: 4px;
}
#submenu a {
	color: #5D6467;
	text-decoration:none;
	font-weight: bold;
}
#submenu a:hover {
	color:#C4BF66;
}

