/* ---------------------------------------------------------------------- */
/* ARTC BAR CSS */
/* ---------------------------------------------------------------------- */

#artcbar {
	background: #333;
	height: 30px;
}
#artcbar-c {
	position: relative;
	width: 960px;
	margin: auto;
}
#general {
	position: absolute;
	right: 0;
}
#general li {
	padding-left: 15px;
}
#artcbar ul li {
	float: left;
}
#artcbar ul li a {
	line-height: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#artcbar ul ul li a {
	color: #999;
}
/* second level menus - the first drop down menu */
#artcbar a, 
#artcbar a:link, 
#artcbar a:visited {
	display: block;
}
#artcbar a:focus, 
#artcbar a:hover, 
#artcbar a:active {
	color: #fff;
}
#artcbar li ul {
	position: absolute;
	display: none;
	width: 221px;
	border: none;
	padding: 0 16px;
	background: url(../_images/artcbar_bg.png) left bottom no-repeat;
}
#artcbar li ul a {
	width: 221px;
	border-top: 1px solid #999;
}
#artcbar li ul a.first {
	border-top: 1px solid #fff;
}
#artcbar li ul a.last {
	padding-bottom: 5px;
}
#artcbar li:hover ul ul {
	display: none;
}
#artcbar li:hover ul, 
#artcbar li.sfhover ul {
	display: inline;
}
#artcbar ul a.parent {
	background: url(../_images/artc_favicon.gif) 16px 50% no-repeat;
	padding-left: 40px;
}