
/* Top menu */

.icon-cart {
	background: url('/gui09/icon-cart.gif') no-repeat 0 1px;
	padding: 0 0 0 14px;
}
#topmenu-holder 
{
	width: 970px;
	/* margin: auto; */ /* Repor center align */
	margin-left:11px;
	height:98px;
}
#top-links {
	height: 67px;
	background: url('/gui09/menu_bg01.gif') repeat-x;
	position: relative;
	width: 956px;
}
#top-links .top-logo {
	position: absolute;
}
#top-quicklinks {
	height: 32px;
	margin-left: 78px;
}
#top-quicklinks li {
	float: right;
	font-weight: bold;
	margin: 4px 0 0 15px;
}
#top-quicklinks li a {
	color: #fff;
	text-decoration: none;
	line-height: 2;
}
#top-quicklinks li a:hover {
	text-decoration: underline;
}

.topnormal a{
	color: #8c0000 !important;
	text-decoration: none;
}
.topnormal a:hover{
	color: #8c0000;
	text-decoration: none;
}

#top-quicklinks #txtSearch {
	background: url('/gui09/search-bg.gif') no-repeat;
	height: 18px;
	width: 99px;
	padding: 5px 0 0 20px;
	border: 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.txtSearch {
	background: url('/gui09/search-bg.gif') no-repeat;
	height: 18px;
	width: 99px;
	padding: 5px 0 0 20px;
	border: 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1em;
}
#top-quicklinks .top-search {
	clear: both;
	margin-right: 6px;
}
#top-quicklinks input {
	float: left;
}
#top-globalnav {
	height: 35px;
	margin-left: 78px;
	margin-bottom: -2px;
	background: url('/gui09/menu_norm.gif') repeat-x;
}
#top-globalnav li {
	height: 35px;
	float: left;
	background: url('/gui09/menu_norm.gif') repeat-x;
	display: inline;
	line-height: 1.4;
}
#top-globalnav li.active {
	background: url('/gui09/menu_active.gif') repeat-x;
}
#top-globalnav li a {
	display: block;
	float: left;
	height: 25px;
	color: #fff;
	font-size: 1.182em;
	font-weight: bold;
	padding: 8px 21px 0 22px;
	margin: 2px 0 0 0;
	border-right: 1px solid #e70000;
	text-decoration: none;
}
#top-globalnav li a:hover {
	background: #C80000;
	border-right: 1px solid #C80000;
}
#top-globalnav li.active a, #top-globalnav li.active a:hover {
	color:#c80000;
	border-right: 0;
	margin: 0 0 0 4px;
	padding-top: 10px;
	background: url('/gui09/menu_active.gif') right 0;
}

#top-firstlevel {
	background:white;
	float: left;
	clear: both;
	margin-left: 0px;
	margin-bottom:12px;
	width: 954px;
	border-bottom:2px solid #dbdbdb;
	border-right:2px solid #dbdbdb;
}
#top-firstlevel li {
	float: left;
	display: inline;
	line-height: 2.2;
	font-size: 1.182em;
	margin: 0 0 0 15px;
}
#top-firstlevel li a {
	color: #333333;
	text-decoration: none;
}
#top-firstlevel li a:hover {
	color:#c80000;
	text-decoration: underline;
}
#top-firstlevel li.active a {
	color:#c80000;
	font-weight: bold;
}
