/* -----------------------------------------------------------------------------
[Banner tab] Screen Stylesheet

version:   1.0
date:      28-06-07
author:    [Fouad Masoud]
email:     [heart.fm@gmail.com]

website:   [http://www.some1ne.com]
----------------------------------------------------------------------------- */


*{
	margin: 0;
	padding: 0;
}
/*
body{
	font: normal 11px/150% Verdana, Arial, sans-serif;
}
*/

#pageWrapper {
	width: 290px;
	margin: 0 auto;
	position: relative;
	z-index: 108;
	/* margin: 0 auto;
	 * height: auto;
	 * border: 2px solid #ff00ff; */
}

#goUp {
	width: 290px;
	height: auto;
	line-height: 1.5;
	list-style-type: none;
	/* 	border-right: 0px; */
}

#goUp li {
	float: left;
/*	height: 31px; */
	width: 290px;
	position: relative;
}


#goUp li ul {
	list-style-type: none;
	position: absolute;
	bottom: auto;
	width: 290px;
	display: none;
	float: left;
}


#goUp li ul li {
/*	height: 31px; */
	width: 290px;
	text-align: left;
	float: left;

}

#goUp li ul li a {
	display: block;
/*	height: 28px; */
	background-color: #222222;
	padding: 3px 0 4px 5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90; 
}

#goUp li ul li a:hover {
	background-color: #444444;
}

/* this is the background for the title, i.e. favorites 
#goUp li ul li h2{
	background-color: #00ffff;
	font-style: Verdana, Arial, sans-serif;
	font-size; 1.2em;
	color: #eeeeee;
	padding: 0 5px;
}
*/

#goUp li:hover {
	cursor: pointer;
}

#goUp li ul li:hover {
	cursor: auto;
	background-image: none;
}

#goUp li:hover ul {
	display: block;
}


/* go 1 */
#goUp .go1 {
  margin: 0 0 0 0;
/*  margin: 3px 0 4px 0; */
  font-size: 95%;
  font-weight: bold;
  font-style: Verdana, Arial, sans-serif;
}

/* go 2 */
#goUp .go2{
}

/* go 3 */
#goUp .go3{
}

/* go 4 */
#goUp .go4{
}

/* go 5 */
#goUp .go5 {
  margin: 4px 0 0 26px;
  font-size: 100%;
  font-weight: bold;
  font-style: Verdana, Arial, sans-serif;
  background-image: url('/images/favorites.png');
}
