/* -------------------------------------------------------------------- MENU */

div.menu {
	width: 750px;
	height: 70px;
	background: url(assets/menu_bg.gif) bottom left repeat-x;
	margin: 0px auto;
	clear: both;
}

div.menu_l {
	float: left;
	width: 60px;
	height: 70px;
	background: url(assets/menu_left.gif) bottom left no-repeat;
}

div.menu_r {
	float: right;
	width: 60px;
	height: 70px;
	background: url(assets/menu_right.gif) bottom right no-repeat;
}

div.menu_item {
	float: left;
	height: 70px;
}

h2.menu {
	font-size: 28px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: white;
	position: relative;
	top: 22px;
	margin: 0px;
	padding: 0px 15px;
}

a.menu:link, a.menu:visited {
	color: #333333;
	text-decoration: none;
}

a.menu:hover {
	color: #456F81;
}

div.menu_sel_l {
	float: left;
	width: 12px;
	height: 70px;
	background: url(assets/menu_sel_left.gif) bottom left no-repeat;
}

div.menu_sel_r {
	float: left;
	width: 12px;
	height: 70px;
	background: url(assets/menu_sel_right.gif) bottom right no-repeat;
}

div.menu_sel_item {
	float: left;
	height: 70px;
	background: url(assets/menu_sel_bg.gif) left center repeat-x;
}

/* ----------------------------------------------------------------- SUBMENU */


div.submenu {
	width: 750px;
	height: 35px;
	background: url(assets/submenu_bg.gif) top left repeat-x;
	margin: 5px auto 0px auto;
}

div.submenu_l {
	float: left;
	width: 60px;
	height: 35px;
	background: url(assets/submenu_left.gif) top left no-repeat;
}

div.submenu_r {
	float: right;
	width: 60px;
	height: 35px;
	background: url(assets/submenu_right.gif) top right no-repeat;
}

div.submenu_item {
	float: left;
	height: 35px;
}

h3.submenu {
	font-size: 20px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: white;
	margin: 0px;
	padding: 4px 14px 0px 14px;
}

a.submenu:link, a.submenu:visited {
	color: #333333;
	text-decoration: none;
}

a.submenu:hover {
	color: #456F81;
}

div.submenu_sel_l {
	float: left;
	width: 7px;
	height: 35px;
	background: url(assets/submenu_sel_left.gif) top left no-repeat;
}

div.submenu_sel_r {
	float: left;
	width: 7px;
	height: 35px;
	background: url(assets/submenu_sel_right.gif) top right no-repeat;
}

div.submenu_sel_item {
	float: left;
	height: 35px;
	background: url(assets/submenu_sel_bg.gif) top center repeat-x;
}

div.share {
	text-align: right;
	width: 750px;
	height: 0px;
	margin: 0px auto;
	padding-right: 110px;
}

a div.share {
	position: relative;
	top: 20px;
}

