@charset "utf-8";
/* CSS Document */
ol, ul           { list-style:none; margin-bottom:0px;}


.home{ margin-right:11px;
}
.who{ margin-right:13px;
}
.ind{ margin-right:12px;
}
.our{ margin-right:12px;
}
.par{ margin-right:11px;
}


#nav_menu{
}
#nav {
	margin-left: 15px;
	margin-top:5px;
	margin-bottom:10px;
	
	padding-left:12px;
	background-image: url(../images/nav_background.png);
	background-repeat:repeat-x;
	width:988px;
	height:30px;

	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	
	box-shadow:  0 1px 3px rgba(0,0,0, .4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
/* main list */
#nav li {
	margin-left:-12px;
	margin-top:2px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	float: left;
	position: relative;
	text-align:center;
	list-style: none;
	z-index:99999;
	width:166.7px;

}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 166px;
	position: absolute;
	top: 30px;
	left: 0px;
	background-color:rgba(255,255,255,1);
	border: solid 1px #b4b4b4;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}

/* level 2 list margin*/
#nav ul li {
	float: none;
	margin: 0px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0;
}

/* level 2 list text*/
#nav ul a {
	text-align:left;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#005d89;
}

/* level 3+ list */
#nav ul ul {
	left: 162px;
	top: 7px;
	width:166px;
}


/* main level link */
#nav a {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00557e;
	text-decoration: none;
	display: block;
	padding-left:20px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:6px;
	margin: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#nav a:hover {
	
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	border-bottom: 4px solid rgb(0,149,196);
	
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color:rgb(0,149,196);
	width:138px;
	padding-left:8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background-color: rgb(0,149,196) !important;
	color: #fff !important;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}



/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;

	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;

	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display:block;
}

.service_arrow{ 

  float:right;
  margin-right:-15px;
  margin-top:3px;
}
.service_arrow2{ 

  float:right;
  margin-right:-15px;
  margin-top:-4px;
}
 


