#my_res_nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float:right;
	margin-top:10px;
}
#my_res_nav li {
	float: left;
	display: block;
	background: none;
	position: relative;
	z-index: 999;
	margin: 0 0px;
}
#my_res_nav li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #333!important;
	zoom: 1;
	padding: 10px 10px;
	border:1px solid #ddd;
	border-radius:5px;
	margin-left:5px;
	text-transform: capitalize;
	font-size: 13px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	cursor:pointer;
    color:#fff !important;
}
#my_res_nav li a:hover, #my_res_nav li a.hov {
/*background:#093b5f;
	border-color:#093b5f;
	color:#fff!important*/
}
/* @group subnav */
#my_res_nav ul {
	position: absolute;
	display: none;
	padding: 5px 0px;
	margin: 0px;
	/*background:#093b5f;
	border-radius:5px;*/
	right:0px;
}
#my_res_nav ul .arrow-up {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #093b5f;
	float:right;
	margin-right:20px;
}
#my_res_nav ul li {
	width: 200px;
	float: left;
	text-align: left;
}
#my_res_nav ul li:nth-child(1) {
background:none
}
#my_res_nav ul a {
	display: block;
	font-weight: normal;
	color:#fff!important;
	border: none;
	border-bottom: 1px #125483 solid;
	margin-left:0;
	background:#093b5f;
	padding:10px 10px;
	border-radius:0px!important;
}
#my_res_nav ul li:nth-child(2) a {
border-top-left-radius:5px!important;
border-top-right-radius:5px!important;
}
#my_res_nav ul li:last-child a {
	border-bottom-left-radius:5px!important;
	border-bottom-right-radius:5px!important;
}
#my_res_nav ul li:last-child a {
	border: none;
}
#my_res_nav ul a:hover {
	background:#da251c;
	border-left: none;
}
 @media only screen and (min-width:768px) and (max-width:991px) {
 #my_res_nav li a {
 padding: 13px 3px;
 margin:1px;
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
 #my_res_nav li a {
 padding: 13px 11px;
}
}
