/*  -- MENU TOP  --  */

#menu {
	
}

#menu li {
	float: left;
	margin: 11px 0 9px 0;
	border-right: 1px solid #b42828;
}

#menu li.last {
	border: none;	
}

#menu li a {
	display: block;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#menu li a:hover, #menu li.active a {
	color: #ff0000;	
}

/*  -- MENU MIDDLE  --  */

#main_menu .main_menu_col {
	float: left;	
}

#main_menu a {
	display: block;
	position: relative;
	width: 94px;
	line-height: 25px;
	background-image: url("../images/main_menu_bg.png");
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 3px 3px 0;
	font-size: 10px;
}

#main_menu a.active {
	color: #ff0000;	
}

#main_menu a.inactive {
	color: #999999;	
}

#main_menu a:hover, #main_menu a:hover.active, #main_menu a:hover.inactive {
	color: #fff;
	background-position: bottom;
}

#main_menu a span {
	display: block;
	position: absolute;
	width: 17px;
	height: 24px;
	line-height: 12px;
	text-align: left;
	top: 0;
	left: 0;
	font-size: 8px;
	background-image: url("../images/main_menu_number.png");
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 3px;
}

#main_menu a.inactive span {
	background-position: bottom;
	color: transparent;
}

/*  -- MENU FOOTER  --  */

#menu_footer {
	display:inline-block;
	zoom:1;
	*display:inline;
}

#menu_footer li {
	display:inline-block;
	zoom:1;
	*display:inline;
	padding: 0 10px;
	border-right: 1px solid #ff0000;
	margin: 24px 0;
}

#menu_footer li.last {
	border: none;	
}

#menu_footer li a {
	line-height: 12px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}

#menu_footer li a:hover {
	color: #ff0000;
}
