/* CSS 3 Stuff */

/* Bottom Corners Rounded*/
#scroller,
#container,
#navList li ul{
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
}

/* Top Corners Rounded*/
#importantPages li {
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
}

/* All Corners Rounded*/
/*#navigation,*/
#footer,
#content,
#header
{
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;

-webkit-box-shadow: 0px 2px 0px 0px #ccc;

-moz-box-shadow: 0px 2px 0px 0px #ccc;

box-shadow: 0px 2px 0px 0px #ccc;}

.shadow,
#navList li a {
	text-shadow: rgba(0,0,0,0.4) 1px 1px 1px 1px;
}
