@import url('colorbox.css');
@import url('site.css');

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

	body {
				padding: 5px;
			}
			/* The CSS Code for the menu starts here */
			#menu {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin: 00px 0;
	padding: 0;
	list-style-type: none;
	/*background-color: #e8e8e8;*/
	font-size: 14px;
	height: 40px;
	border-top: 0px solid #eee;
	border-bottom: 0px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				/*background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;*/
				color: #a70328;
				/*background-image:url(../images/menu-slice.jpg);*/
			}
			#menu_wrapper ul {margin-left: 12px;}
			#menu_wrapper {padding: 0 16px 0 0;}
			#menu_wrapper div {float: left; height: 44px; width: 12px;}
			
	
