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

.menu_list {
	width: 100%;
}

.menu_body {
	display:visible;
}
.menu_body a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:12px;
	display:block;
	color:#9c9e9f;
	background-color:#FFFFFF;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:10px;
	text-decoration:none;
}

.menu_body a:hover{
	color: #e2001a;
	text-decoration:none;
}

/* dark colored menu items */
.menu_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #58585a;
	font-size:15px;
	font-weight:lighter;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
}

.menu_head a {
	text-decoration:none;
	color: #58585a;
}

.menu_head a:hover {
	text-decoration:none;
	color: #e2001a;
}

.menu_head:hover {
	color: #e2001a;
}

/* lighter colored menu items */
.menu_head_light {
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9c9e9f;
	font-size:15px;
	font-weight:lighter;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
}

.menu_head_light a {
	text-decoration:none;
	color: #9c9e9f;
}

.menu_head_light a:hover {
	text-decoration:none;
	color: #e2001a;
}

.menu_head_light:hover {
	color: #e2001a;
}
