@charset "utf-8";
/* CSS Document */
#divSubMenu{
float:right;
}
#menu_holder{
	float:right;
	margin-top:5px;

}

.submenu{
	font-weight:bold;
	text-decoration:underline;
	float:left; 
	width:100px;
	height: 20px;
	position: relative;
}
.submenu a{
	text-decoration:underline;
}


.submenu:hover{ cursor:pointer; }

.menu_events{
	position:absolute;
	background:#F5D572;
	padding:2px;
	border:1px solid #333;
	display:none;
	left: 0px;
	top: 20px;
}

.menu_events ul li a.try{
	padding:1px;
	text-decoration:none;
	color:#9C2D22; font-family:"Trebuchet MS";
	font-size:11px;
}

.menu_events ul li a:hover{
	background:#9C2D22;
	color:#FFF;
}
#mid_launches{
	width:180px;
/*	top:0x; left:0px;*/
}

#mid_fridays{
	width:170px;
/*	top:0x; left:0px;*/
}

.menu_1_wrap {
	float: right;
	margin-top: 5px;
}
.menu_1 {
	float: left;
	width: 100px;
}
.menu_1 a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
.dropdown {
	position:absolute;
	background:#F5D572;
	padding:2px;
	border:1px solid #333;
	bottom: 0px;
}
.dropdown p a {
	color: #9C2D22;
	text-decoration: none;
}
.dropdown p a {
	background-color: #9C2D22;
	color: #fff;
}
.selectBox {
	float: right;
	border: 1px solid #7f9db9;
	padding: 1px;
	22px;
	position: relative;
	background: #fff;
}
.selectBox input {
	float: left;
	border: 0px none;
	width: 155px;
}
.selectBox a.a1 {
	float: right;
	width: 15px;
	height: 16px;
	background: url(../images/selectBoxArrow.jpg) no-repeat;
	display: block;
}
.selectBox .dropDownMenu {
	position: absolute;
	top: 22px;
	left: 0px;
	display: none;
	width: 200px;
}
.selectBox .dropDownMenu div a {
	color: #000;
	background: #fff;
	display: block;
	text-decoration: none;
}
.selectBox .dropDownMenu div a:hover {
	color: #fff;
	background: #000;
}

