/* toplinks (main navigation) */

/* Cascading action :) */
#creationbar-pos {
	background: #000;
}

/*
#creationbar-pos-gradient {
	background: -moz-linear-gradient(top,  rgba(53,53,53,1) 0%, rgba(22,22,22,1) 100%); /* FF3.6+ /
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,53,53,1)), color-stop(100%,rgba(22,22,22,1))); /* Chrome,Safari4+ /
	background: -webkit-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(22,22,22,1) 100%); /* Chrome10+,Safari5.1+ /
	background: -o-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(22,22,22,1) 100%); /* Opera 11.10+ /
	background: -ms-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(22,22,22,1) 100%); /* IE10+ /
	background: linear-gradient(to bottom,  rgba(53,53,53,1) 0%,rgba(22,22,22,1) 100%); /* W3C /
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#161616',GradientType=0 ); /* IE6-9 /
}
*/

#creationbar ul a {
	display: block;
	width: 100%;
	height: 100%;
	color:white;
}
#creationbar ul a:hover {
	color: white;
	text-decoration: none;
}

#creationbar ul {
	margin: 0;
	padding: 0;
	margin-left: 225px;
	font-family: Arial;
	font-weight: bolder;
}

/* Top Navigation */
#creationbar {
}
#creationbar ul li {
	display: inline-block;
	position: relative;
	line-height: 60px;
	font-size:13px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	height: 60px;
}

#creationbar ul li a {
	padding: 0 0.7rem;
}
@media screen and (max-width: 1100px) {
	#creationbar ul li {
		padding:0 1%;
	}
}
#creationbar ul li:hover {
	color: inherit;
	cursor: pointer;
	background: #222;
/*	background: -moz-linear-gradient(top,  #494949 0%, #262626 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#262626));
	background: -webkit-linear-gradient(top,  #494949 0%,#262626 100%);
	background: -o-linear-gradient(top,  #494949 0%,#262626 100%);
	background: -ms-linear-gradient(top,  #494949 0%,#262626 100%);
	background: linear-gradient(to bottom,  #494949 0%,#262626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#262626',GradientType=0 );
*/}

/* Sub Navigation*/
#creationbar ul li ul {
	position: absolute;
	display: none;
	width:250px;
	background: #171717;
	border-radius: 0 0 5px 5px;
	z-index: 9999;
	left: 0;
}
#creationbar ul li:hover ul {
	display: block;
}
#creationbar ul li ul li {
	display: block;
	width:100%;
	height: auto;
	line-height: normal;
	padding: 7px 15px;
	font-size: 12px;
	text-transform: none;
	text-align: left;
}
#creationbar ul li ul li:hover {
	background: #222;
}
#creationbar ul li ul li:last-child {
	border-radius: 0 0 5px 5px
}
#creationbar a.special {
	color:#40c0f2;
}
