<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

/* CSS Document */
#mainContainer {
	background-color: #000000;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#main {
	width: 810px;
	}
#albumlist {
  list-style-type: none;
}
#albumlist li {
  float: left;
  width: 230px;
  margin-left: 9px;
  margin-top: 10px;
  margin-right: 9px;
  margin-bottom: 10px;
}
#albumlist img {
  display: block;
  border: 1px solid #000000;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E7E8E9;
	text-align: center;
	background-color: #000000;
	font-weight: 500;
}

/* Controls main heading (h1-h3) styling */
h1 {
	color:#b0013b;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

h2 {
	color:#b0013b;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color:#b0013b;
	font-size: 11px;
	font-weight: normal;
}

h4 {
	color:#E7E8E9;
	font-size: 9px;
}
.style1 {
	color:#E7E8E9;
	font-size: 9px;
}
#headerWrapper {
	background-image: url(imagine/femekxb_hdr3.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 810px;
	background-color: #000000;
}
#headerTop {
	clear: both;
	height: 116px;
	width: 810px;
	text-align: center;
}

/* Top menu in header */
#headerMenuBar {
	float: center;
	width: 710px;
	border-bottom: none;
	padding: 0px;
	border: 1px;
	text-align: center;
	background-color: #000000;
	text-decoration: none;
}
/* controls overall appearance of top menu */
.topMenu {
	width: 710px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* controls rollovers and overall padding of left menu links */
.topMenu a:hover {
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #E7E8E9;
	font-weight: bolder;
}

/* Controls appearance of individual top menu items, including width, uppercase and text alignment */
.topMenu li {
	float: right;
	margin-right: 1px;
	background-image:url(imagine/tab_emek.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 100px;
	height: 27px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

/* Top menu links */
.topMenu li a {
	color: #E7E8E9;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}
.topMenu li ul {
	position:relative;
}

.topMenu li ul {
position:absolute;top:25px; left:-38px;
display:none;
}

.topMenu li ul li {
background-image: none;
background-color: #000;
}

.topMenu li:hover ul {
display:block;
}
