/* Menu */

#menu {
	width: 900px;
	height: 17px;
	margin: 0 auto;
	
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float:left;
	height: 15px;
	padding: 0 17px 0 17px;
	border-right: 1px solid #2A2C2F;
                    border-left: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
                    font-family: arial;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #0F0F0F;
}

#pscroller1{
width: 328px;
height: 25px;
font-size: 10px;
font-family: verdana;
}
#pscroller1 a{
text-decoration: none;
color:#C0C0C0;
}



.someclass{ //class to apply to your scroller(s) if desired
}


