ul, li
{
	padding: 0px;
	margin: 0px;
}


#container
{
	position: absolute;
	top:163px;
	right:10px;
}

#blob
{
	border-right: 1px solid #0059ec;
	border-left: 1px solid #0059ec;
	position: absolute;
	top:0px;
	z-index: 1;
	background: #0b2b61;
	background: -moz-linear-gradient(top,#0b2b61,#1153c0);
	background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61),to(#1153c0));
	-moz-border-radius: 3px;
	-webkit-border-radius: 4px;
	-mox-box-shadow: 2px 3px 10px #011331;
	-webkit-box-shadow: 2px 3px 10px #011331;
}


#nav {
	position: relative;
	float: left;
}

#nav li {
    text-align: center;
	float: left;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
}

#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-family:arial, sans-serif;
    text-decoration: none;
    text-align: center;
    padding:0px 15px 0px 15px;
    width: 100%;

}
