#top_menu{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

div#menu_js li.back
{
   	width: 5px;
   	height: 37px;
   	z-index: 8;
   	position: absolute;
   	padding: 0;
   	margin: 0px 0 0 0;
	background-color:#1e1e1e;
	list-style-type: none;
}

#menu_js
{
   	background: #eeeeee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(http://www.gcitrading.com/themes/gci_new/images/bg-menu.gif);
	background: -moz-linear-gradient(top,  #eeeeee 0%, #d5d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#d5d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#d5d5d5 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#d5d5d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-8 */
	height:37px;
}

#menu_js ul {
	margin:0 15px 0 0px !important;
	padding:0px !important;
}

#menu_js ul li{
	margin:0px !important;
	padding:0px 7px !important;
}

.category_container
{
	height:37px;
	line-height: 36px !important;
    z-index: 9;
    padding-left: 0 !important;
}

.category
{
	list-style-type: none;
	float:left;
	padding-left:8px;
	padding-right:8px;
	cursor:pointer;
	height: 37px;
    position: relative;
    margin: 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}

.home {
	width: 19px;
	height: 30px;
	padding-top: 7px;
}

.category a, .category a:visited
{
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	text-decoration:none;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 12px;
	font-weight:bold;
    color:#2f2f2f;
}


#top_submenus
{
	width:950px;
	height:30px;
	background-color:#1e1e1e;
	display: table;
	position: static;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
}

#subcategory_container
{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.subcategory
{
	float:left;
	color:white;
	padding-left:12px;
	padding-right: 10px;
	cursor:pointer;
	/* background-image: url(http://www.gcitrading.com/themes/gci_new/../images/sep-menu.gif);*/
	background-repeat: no-repeat;
	background-position: left;
}

.first_element_of_subcategory
{
	background-image:none;
}

.subcategory a, subcategory a:visited
{
    text-transform: uppercase;
    font-family: Arial;
	color:white;
	text-decoration:none;
	font-size: 10px;
}

div.subcategory:hover div.subcategory a
{
	color: #1f8ce4;
}

.subcategory a:hover
{
	color: #1f8ce4;
}
.active_category
{
	background-color: #1e1e1e;}
.active_category a, .active_category:visited
{
    font-family: Arial;
    text-transform: uppercase;
	color:#ffffff !important;
	text-shadow: none;
}

.active_subcategory
{
	cursor:default;
	color:#1f8ce4;
	text-decoration:none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
}