/* START MENU */
#menu_bar
{
	background-image:url(../images/layout/menu_background3.png);
	background-repeat:repeat-x;
	height:120px;
	width:100%;
}
#menu_container
{
	background-image:url(../images/layout/title2.png);
	background-repeat:no-repeat;
	height:120px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
#menu_pages_top
{
	top:50px;
 	float:right;
	position:relative;
}
#menu_pages_bottom
{
	top:60px;
 	float:right;
	position:relative;
}

.menu_item
{
	background-color:#ffcc33;
  margin-left:7px;
 	margin-right:7px;
  float:left;
  /*padding-bottom:5px;*/
  width:115px;
  font-weight:bold;
  font-size:17px;
}

.menu_link
{
  color:#000000;
 	text-decoration:none;
}
a:hover.menu_link
{
 color:#ffffff;
}

.menu_submenu
{
	position:absolute;
  float:left;
	background-color:#ffcc33;
  padding-top:5px;
  padding-bottom:5px;
  display:none;
}
.menu_submenu_over
{
  display:block;
}

.menu_sublink
{
 font-size:14px;
 text-decoration:none;
 padding-left:2px;
 padding-right:2px;
 color:#000000;
}
a:hover.menu_sublink
{
 color:#ffffff;
}
/* END MENU */
