/* Menu -------------------------------------- */
#menu {
	position: absolute;
}

body#blog #menu {
	left: 105px;
	top:77px; 
}

body#forum #menu {
	left: 30px;
	top:83px; 
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
}

#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	background: transparent;
	outline:0;
	color: #0b1f37;
	display: block;
	text-align: center;
	line-height:38px;
}

a#menu-blog {
	height:38px;
	width:93px;
	background: transparent url(img/menu-1.png) top left no-repeat;
}

a#menu-forum {
	height:38px;
	width:98px;
	background: transparent url(img/menu-2.png) top left no-repeat;
}


a#menu-shopping {
	height:38px;
	width:96px;
	background: transparent url(img/menu-3.png) top left no-repeat;
}

a:hover#menu-blog, body#blog a#menu-blog {
	height:38px;
	width:93px;
	background: transparent url(img/menu-1-hover.png) top left no-repeat;
}

a:hover#menu-forum, body#forum a#menu-forum {
	height:38px;
	width:98px;
	background: transparent url(img/menu-2-hover.png) top left no-repeat;
}


a:hover#menu-shopping, body#shopping a#menu-shopping {
	height:38px;
	width:96px;
	background: transparent url(img/menu-3-hover.png) top left no-repeat;
}
