@charset "UTF-8";
/* CSS Document */


#flagnbannerheader {
	height: 49px;
	background: #666666 url(../images/index.gif) no-repeat left top;
	text-align: left;
	padding-left: 350px;
}
.callourcustomer {
	color: white;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
}

#menubar {
	height: 29px;
	padding-left: 301px;
	background: url(../images/Index-2.gif) no-repeat left bottom;
}

#browse {
	background: #CCCCCC;
	height: 30px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 4px;
	margin: 0 auto;
	width: 100%;
}


#browse ul {
	list-style-type:none;
	margin: 0 auto;
	padding-left: 10%;
}
#browse li {
	display:block;
	float:left;
	margin-right:15px;
	width:200px;
	height: 28px;
}
#browse li.list1t {
	background-color: #CCCCCC;
	background-image: url(../images/menubar/browseourcatalog_normal.jpg);
	background-repeat: no-repeat;
	height: 28px;
}
#browse li.list2t {
	background-color: #CCC;
	background-image: url(../images/menubar/shopourflagstore_normal.jpg);
	background-repeat: no-repeat;
}
#browse li.list3t {
	background-color: #CCC;
	background-image: url(../images/menubar/enterflagnbanner_normal.jpg);
	background-repeat: no-repeat;
}
#browse li.list4t {
	background-color: #CCC;
	background-image: url(../images/menubar/entersportsmall_normal.jpg);
	background-repeat: no-repeat;
}
#browse a {
	display:block;
	width:200px;
	padding-top:28px;
	color:#000;
	text-decoration:none;
	text-align:center;
	text-transform:none;
	color:#333333;
	font-size:90%;
	font-weight:bold;
}
#browse a#item1t {
	background-color: transparent;
	background-image: url(../images/menubar/browseourcatalog_hover.jpg);
	background-repeat: no-repeat;
	background-position: -200px -28px;
}
#browse a#item2t {
	background-color: transparent;
	background-image: url(../images/menubar/shopourflagstore_hover.jpg);
	background-repeat: no-repeat;
	background-position: -200px -28px;
}
#browse a#item3t {
	background-color: transparent;
	background-image: url(../images/menubar/enterflagnbanner_hover.jpg);
	background-repeat: no-repeat;
	background-position: -200px -28px;
}
#browse a#item4t {
	background-color: transparent;
	background-image: url(../images/menubar/entersportsmall_hover.jpg);
	background-repeat: no-repeat;
	background-position: -200px -28px;
}
#browse a#item1t:hover {
	background-position:top right;
	z-index:50;
	color:#4576C6;
}
#browse a#item2t:hover {
	background-position:top right;
	z-index:50;
	color:#0c0;
}
#browse a#item3t:hover {
	background-position:top right;
	z-index:50;
	color:#f00;
}
#browse a#item4t:hover {
	background-position:top right;
	z-index:50;
	color:#00CC00;
}
