#menustrip {
	display: block;
	height: 100%;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../imgs/menustrip.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#menu_title {
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	padding-top:5px;
	height: auto;
	width: 220px;
	font-family: Arial, Helvetica;
	font-size: 20pt;
	font-weight: bold;
	color: #534741;
	text-decoration: none;
	text-align: center;
}
.menu_title_sub {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #534741;
	text-decoration: none;
	text-align: center;
}
#menu_helloadmin {
	display: block;
	position: absolute;
	padding-top:18px;
	top: 70px;
	left: 0px;
	height: 40px;
	width: 220px;
	font-family: Arial, Helvetica;
	font-size: 13pt;
	font-weight: lighter;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #C00;
}
#menu_log_state :link {
	display: block;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
	top: 130px;
	left: 0px;
	height: auto;
	width: 220px;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	text-align: center;
	background-color: #F99;
	text-decoration:none;
	
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#menu_log_state :hover {
	color: #FFCCCC!important;
}
#menu_log_state :visited {
	color: #C00;
	background-color: #F99 !important;
}

#menu_bttnz_container {
	display: block;
	margin-top: 132px;
	width: 235px;
	height:200px;
}

.menu_tab_bttnz :link, :visited {
	position: relative;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 14px;
	top: 5px;
	margin-top: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: 200px;
	margin-left: 8px;
	margin-right: auto;
	outline: none;
	border: thin solid #D7D7D7;
	font-weight: lighter;
	color: #998675;
	text-decoration: none;
	text-align: center;
	background-color: #E3E3E3;
	text-transform: uppercase;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out; 
}
 .menu_tab_bttnz :hover {
	display: block;
	width: 200px;
	background-color: #5C4E42;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.menu_tab_action :link, :visited {
	position: relative;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 14px;
	top: 5px;
	margin-top: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: 200px;
	margin-left: 8px;
	margin-right: auto;
	outline: none;
	border: thin solid #D7D7D7;
	font-weight: lighter;
	color: #998675;
	text-decoration: none;
	text-align: center;
	background-color: #E3E3E3;
	text-transform: uppercase;
/*	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out; */
	background-image: url(../imgs/arrow_white_dwn.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.menu_tab_action :hover {
	background-color: #5C4E42;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.menu_tab_action_subs :link {
	position: relative;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 14px;
	top: 8px;
	margin-top: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: 200px;
	margin-left: 8px;
	margin-right: auto;
	outline: none;
	border: thin solid #B3B3B3;
	font-weight: lighter;
	color: #F3F3F3;
	text-decoration: none;
	text-align: center;
	background-color: #CCC;
	text-transform: uppercase;
}
.menu_tab_action_subs :hover {
	background-color: #999 !important;
	
}
.menu_tab_action_subs :visited {
	font-weight: lighter;
	color: #F3F3F3;
	background-color: #CCC;
	border: thin solid #BFBFBF;
	position: relative;
}

#dispatch_form_main {
	width: 220px;
	padding-bottom: 20px
	overflow: hidden;
	position: relative;
} 

#dispatch{
	position: relative;
	width: 220px;
} 

#dispatch :link, :visited {
	position: relative;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 14px;
	top: 5px;
	margin-top: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: 200px;
	margin-left: 8px;
	margin-right: auto;
	outline: none;
	border: thin solid #D7D7D7;
	font-weight: lighter;
	color: #998675;
	text-decoration: none;
	text-align: center;
	background-color: #E3E3E3;
	text-transform: uppercase;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	background-image: url(../imgs/arrow_white_dwn.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

#dispatch :hover {
	background-color: #5C4E42;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#dispatch_form_submenu {
	display: none;
}

#bank_form_main {
	width: 220px;
	padding-bottom: 20px
	overflow: hidden;
} 

#bank{
	position: relative;
	width: 220px;
	/*padding-bottom:10px;*/
} 

#bank :link, :visited {
	position: relative;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 14px;
	top: 5px;
	margin-top: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: 200px;
	margin-left: 8px;
	margin-right: auto;
	outline: none;
	border: thin solid #D7D7D7;
	font-weight: lighter;
	color: #998675;
	text-decoration: none;
	text-align: center;
	background-color: #E3E3E3;
	text-transform: uppercase;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	background-image: url(../imgs/arrow_white_dwn.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

#bank :hover {
	background-color: #5C4E42;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#bank_form_submenu {
	display: none;
}

#followup :link, :visited {
	position: relative;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 14px;
	top: 5px;
	margin-top: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: 200px;
	margin-left: 8px;
	margin-right: auto;
	outline: none;
	border: thin solid #D7D7D7;
	font-weight: lighter;
	color: #998675;
	text-decoration: none;
	text-align: center;
	background-color: #E3E3E3;
	text-transform: uppercase;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	background-image: url(../imgs/arrow_white_dwn.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

#followup :hover {
	background-color: #5C4E42;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#followup_main {
	width: 220px;
	padding-bottom: 20px
	overflow: hidden;
} 

#followup{
	position: relative;
	width: 220px;
	padding-bottom:10px;	
} 

#followup_submenu {
	display: none;
}

.menu_splitter {
	width: 220px;
	padding-top: 14px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #5C4E42;
	display: block;
}
.menu_splitter_drop {
	width: 100%;
	padding-top: 4px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #5C4E42;
	display: block;
}


#menu_footer {
	font-family: Arial, Helvetica;
	font-size: 6pt;
	color: #999;
	background-color: #D6D6D6;
	display: block;
	height: 50px;
	width: 200px;
	position: absolute;
	bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}