@charset "utf-8";
/* CSS Document */

#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin:auto auto auto auto;
				padding: 0;
				list-style-type: none;
				background-color: #ffffff;
				font-size: 10px;
				height: 30px;
				border-top: 2px solid #ffffff;
				border-bottom: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 5px;
				line-height: 30px;
				color: #000000;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #ffffff;
				border-bottom: 2px solid #ededed;
				color: #000000;
			}
			#menu_wrapper ul {margin-left: 3px;}
			#menu_wrapper {padding: 0 16px 0 0; background: url(images/grey.png) no-repeat right;}
			#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/grey.png) no-repeat left;}
			
			/* Black Menu */
			#menu_wrapper.black ul {
				border-top: 2px solid #ededed;
				border-bottom: 2px solid #ededed;
				background: #ffffff;}
			#menu_wrapper.black a {color: #000000;}
			#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color:#3f3f3f; background: #ededed; border-bottom: 2px solid #952412;}
			#menu_wrapper.black {background: url(images/black.png) no-repeat right;}
			#menu_wrapper.black div {background: url(images/black.png) no-repeat left;}
			
			
