/* GHOST bikes 2.0 */
/* ----------------- NEUTRAL CATEGORY WITH 3 COLUMNS----------------------------- */

/* Menu product site - Link "topbar neutral" */
#topbarc a {font-weight:normal; margin-left:20px;}
#topbarc a:active {font-weight:bold;}

#topbarc_2col a {font-weight:normal; margin-left:20px;}
#topbarc_2col a:active {font-weight:bold;}

#topbarc_3col a {font-weight:normal; margin-left:20px;}
#topbarc_3col a:active {font-weight:bold;}

/* Menu neutral & category site - Link "submenu" */
#menu_sub a{font-weight:normal; height:18px; width:134px; display: block; margin: 1px 0px 1px 0px; padding-left:36px; background-position:24px;}
#menu_sub a:hover {background-color:#000000;}
#menu_sub a:active {background-color:#000000;}
.current_page_item, .current_page_ancestor {color:#C60017; background-color:#000000;}

#prev a {font-weight:normal; padding:0px; margin:0px;}

/* top bar design */
#topbarc{
	position:relative;
	left:210px;
	top:-30px;
	margin-bottom:-30px;
	height: 30px;
	width: 770px;
	font-weight:normal;
	font-size: 16px;
	background:url(../images/xxbg_topbar_menu_basic.jpg) no-repeat left;
}

#topbarc_2col{
	position:relative;
	left:210px;
	top:-30px;
	margin-bottom:-30px;
	height: 30px;
	width: 770px;
	font-weight:normal;
	font-size: 16px;
	background:url(../images/xxbg_topbar_menu_basic.jpg) no-repeat left;
}

#topbarc_3col{
	position:relative;
	left:210px;
	top:-30px;
	margin-bottom:-30px;
	height: 30px;
	width: 770px;
	font-weight:normal;
	font-size: 16px;
	background:url(../images/xxbg_topbar_menu_basic.jpg) no-repeat left;
}

#topbarc_2col a {
	color: #FFFFFF;
	font-size: 12px;
}

#topbarc a {
	color: #FFFFFF;
	font-size: 12px;
}


