@charset "utf-8";

					#menu_tp {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 12px;
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
			}
			#menu_tp li {
				float: left;
				margin: 0;				
			}
			#menu_tp li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu_tp li a:hover, #menu_tp li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			#menu_tp_wrapper ul {margin-left: 12px;}
			#menu_tp_wrapper {padding: 0 16px 0 0; background: url(../images/grey.png) no-repeat right;}
			#menu_tp_wrapper div {float: left; height: 44px; width: 12px; background: url(../images/grey.png) no-repeat left;}
			
		
			#menu_tp_wrapper.red ul {
	border-top: 2px solid #660000;
	border-bottom: 2px solid #450000;
	background-color: #593e1a;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
			#menu_tp_wrapper.red a {color: #fff;}
			#menu_tp_wrapper.red li a:hover, #menu_tp_wrapper.red li.active a {color: #Fff; background: #835C23 ; border-bottom: 2px solid #660000;}
			#menu_tp_wrapper.red {background: url(../images/red.png) no-repeat right;}
			#menu_tp_wrapper.red div {background: url(../images/red.png) no-repeat left;}
			