/* menu_visible_1 */
.menu_visible_1 {
	position: absolute;
	margin-top: -19px;
	margin-left: 50px;
	font-family: Times;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	z-index: 5;
}

.menu_visible_1 .item {
	display: block;
	background: #310000;
	border: #310000 solid 7px;
}

.menu_visible_1 .item a {
	color: #DE3839;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: lighter;
	letter-spacing: normal;	
}

.menu_visible_1 .item a:hover {
	color: white;
}

.menu_visible_1 ul {
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
/* END */

/* menu_visible_2 */
.menu_visible_2 {
	position: absolute;
	margin-top: -19px;
	margin-left: 55px;
	font-family: Times;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	z-index: 5;
}

.menu_visible_2 .item {
	display: block;
	background: #310000;
	border: #310000 solid 7px;
}

.menu_visible_2 .item a {
	color: #DE3839;
	text-decoration: none;
	font-size: 11px;
	font-weight: lighter;
	font-family: Verdana;
	letter-spacing: normal;
}

.menu_visible_2 .item a:hover {
	color: white;
}

.menu_visible_2 ul {
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
/* END*/

/* menu1 */
.menu1 {
	position: absolute;
	margin-top: -19px;
	margin-left: 50px;
	font-family: Times;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	z-index: 5;
}

.menu1 ul:hover .item {
	display: block;
	background: #310000;
	border: #310000 solid 7px;
}

.menu1 ul:hover .item a {
	color: #DE3839;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: lighter;
	letter-spacing: normal;	
}

.menu1 ul:hover .item a:hover {
	color: white;
}

.menu1 ul {
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
/* END */

/* menu2 */
.menu2 {
	position: absolute;
	margin-top: -19px;
	margin-left: 55px;
	font-family: Times;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	z-index: 5;
}

.menu2 ul:hover .item {
	display: block;
	background: #310000;
	border: #310000 solid 7px;
}

.menu2 ul:hover .item a {
	color: #DE3839;
	text-decoration: none;
	font-size: 11px;
	font-weight: lighter;
	font-family: Verdana;
	letter-spacing: normal;
}

.menu2 ul:hover .item a:hover {
	color: white;
}

.menu2 ul {
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

/* END*/

.item {
	display: none;
}

.top1 {
	cursor: pointer;
	color: white;
	text-align: right;
	margin-bottom: 5px;
}

.top2 {
	cursor: pointer;
	color: white;
	margin-bottom: 5px;
}

.top3 {
	cursor: pointer;
	color: white;
	text-align: left;
	margin-bottom: 5px;
}

.hypen {
	position: relative;
	top: -1px;
}

.activeMainLink {
	color: #DE3839;
	text-decoration: none;
}

.activeSublink {
	color: white;
	cursor: default;
}

.mainMenuRow {
	background-color: black;
	width: 605px;
	height: 120px;
}

.hiddenSublink {
	font-size: 20px;
}
