/* GENERAL STYLES */
/* GENERAL STYLES */
/* GENERAL STYLES */
/*//////////////////////mainMenu////////////////////*/

ul.jd_menu{
	margin: 0px 0px 0px 0px;
	position:relative;
	float:left;
	font-family: Tahoma, sans-serif;
	padding: 5px 0 0 0;
	background-color:#8595AD;
	text-decoration: none;
	list-style-type: none;
	width:100%;
	text-align:center;
	font-weight:bold;
	border-bottom: 1px solid #fff;

}

ul.jd_menu_vertical {

	font-weight:bold;
	text-align:left;
	background-color: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/*//////////////////////mainMenu text color////////////////////*/

ul.jd_menu a, 
ul.jd_menu a:link,
ul.jd_menu a:visited {
	text-decoration: none;
	color: #fff;
	margin: 0 0px 0px 0px;
	font-weight:bold;
	font-size: 0.9em;
	font-family: Tahoma, sans-serif;
	text-align:center;
    	width:100px;
	height: 15px;
	padding: 5px 3px 0 2px;

}

ul.jd_menu a:active {
	text-decoration: none;
	height: 25px;
	padding: 0 0 0 0;
	color: #ff0000;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
    	width:100px;
	text-align:center;
	font-size: 0.9em;
	font-family: Tahoma, sans-serif;
}
/*///////////////////////mainMenu list styling////////////////////////*/
ul.jd_menu li {

	float:left;
	height: 25px;
    	width:90px;
	padding: 0 0 0 3px;
	font-size: 0.9em;
	font-family: Tahoma, sans-serif;
	cursor: pointer;
	/*white-space: nowrap;*/
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	margin: 2px 0 0 3px;
	font-weight:bold;

}

/*//////////////////////mainMenu text Hover////////////////////*/

ul.jd_menu a:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;

}


/*////////////////SUB MENU/////////////////*/

ul.jd_menu ul {
	position:relative;
	left: -10px;
	background: none;
	text-decoration: none;
	text-align:left;
	padding: 3px 3px 3px 3px;
	border:none;
	margin:0;


}

/*///////////////////////subMenu attributes////////////////////////////////*/

ul.jd_menu ul li a,
ul.jd_menu ul li a:active,
ul.jd_menu ul li a:link,
ul.jd_menu ul li a:visited {
	font-size: 0.9em;
	height:20px;
	width: 150px;
	color: #000;
	float:left;
	font-family: Tahoma, sans-serif;
	border: 1px #000000 solid;
	background-color:#E8F0DB;
	margin: 0px 0px 0px 0px;
	padding:10px 3px 3px 10px;
	text-decoration: none;
	text-align:left;
}




/*//////////////////////subMenu text Hover////////////////////*/

ul.jd_menu ul li a:hover {
	font-size: 0.9em;
	color: #000;
	background-color:#fff;
border-bottom: 1px #000000 solid;
	text-decoration: none;
	text-align:left;

}

/*//////////////////////subMenuEND////////////////////*/





/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */
