<style>
/* Style The Dropdown Button */
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 18px;
    cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #003399; text-decoration: none; font-weight: bold;
	border-style: 1px solid #c0c0c0;
}

.dropdown a{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #003399; text-decoration: none; font-weight: bold;
	text-decoration: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #003399; text-decoration: none; font-weight: bold;
	padding: 2px;
	width: 70px;
	text-align: center;
	/*background-color: #cccccc;*/
    background: #cccccc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f1f1f1, #cccccc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f1f1f1, #cccccc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f1f1f1, #cccccc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f1f1f1, #cccccc); /* Standard syntax */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
	width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-top: 3px;
	text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a {
    /*color: black;*/
    padding: 7px 8px;
    /*text-decoration: none;*/
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #003399; text-decoration: none; font-weight: bold;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ebebeb}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover {
    background-color: #ebebeb;
	cursor: pointer;
}

.menu_button{
	height: 31px ;
	background-image: url('divider.png') ;
	background-repeat: no-repeat;
	float: right;
	padding-right: 12px;
	padding-left: 12px;
}
	
.menu_button a{
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
    line-height: 28px;
}
	
.menu_button:hover{
	height: 31px ;
	float: right;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(divider_d.png), url(btn_hover.png);
	background-position: left, left;
	background-repeat: no-repeat, repeat;
}

.menu_spacer{
	height: 31px ;
	width: 2px;
	background-image: url('divider.png') ;
	background-repeat: no-repeat;
	float: right;
}

</style>