/* 
Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/ 
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/

beginning of style info for nav menu*/


body {
	behavior: url('../style/csshover.htc');
}

a {
	color: #ffffff;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:175px;
}

ul li {
	font: 14px "Arial";
	color: #FFFFFF;
	/*height:100%;*/
	background:#32732B;/*#006400; #ff8b8e;*/
	border-bottom:1px solid #fffffff;
	position: relative;
	float:left;
	width:100%;
}

ul li ul li{
	background:#2D5C2C;
	/*background-color:transparent;*/
	/*opacity:1.0;filter:alpha(Opacity=70, FinishedOpacity=70);*/width:100%;
}

ul li a{
	display:block;
	padding: 6px 7px;
}

ul li a:hover {
	font: bold 14px/14px "arial, helvetica, sans-serif";
	color:#138813 /*#ffffff*/;
	background: #ffffff/*#138813*/; /*#2B7D26;*/
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

ul li ul li a:hover{
/*background-image:url(level1_round_green.gif);*/
	color:#0000CC;
	background:#FFFFFF;
	opacity:1.0;
	filter:alpha(Opacity=70, FinishedOpacity=70);
	width:100%;
/*	background:#2D5C2C;
	background-color: transparent;*/
	/*background: #ffedd3;*/
	border-left:1px solid #fff;
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:175px;
	width:140px;
}
/* end of style info for nav menu*/
style2 {color: #0000FF}

.bind_status_and_footer {
	font-size: 11px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	/*color: #ffffff;*/
}

bind_status {
	font-size: 11px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

email_pic_notice {
	font-size: 18px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

.style2 {color: #FFFFFF}
