/*.container{
	width:900px;
	margin:30px auto;
	padding:25px;
	min-height:400px;
	height:auto;
	background:#FFF;	
}
.container h2 { margin-top:30px;}
a, a:hover { 
	text-decoration:none; 
}

.nav_exmaple {
	background:#777;
	padding:100px 0 50px 0;
}*/
nav {
     font-family: arial, sans-serif;
    /* position: relative;*/
     font-size:13px;
     color:#333;
    /* margin: 0px auto;*/
	float: right;
	position:relative;
	z-index: 99999;
}
 
nav ul {
     list-style-type: none;
     border-bottom:0px solid #FFF;
     margin: 0;
}
 
nav ul li {
     float: left;
     position: relative;
     /*top:-40px;*/
}
 
nav ul li a {
    text-align: center;
    padding:8px 16px 8px 16px;
    display:block;
    text-decoration:none;
    color:#FFF;
    font-weight:bold;
    /*text-shadow:-1px 0px 0px #bbb;*/
    margin:0px 3px;
    /*background: #d1dfe8;
	background: -moz-linear-gradient(top, #d1dfe8 0%, #98c1d3 44%, #8ab9cd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1dfe8), color-stop(44%,#98c1d3), color-stop(100%,#8ab9cd));
	background: -webkit-linear-gradient(top, #d1dfe8 0%,#98c1d3 44%,#8ab9cd 100%); 
	background: -o-linear-gradient(top, #d1dfe8 0%,#98c1d3 44%,#8ab9cd 100%); 
	background: -ms-linear-gradient(top, #d1dfe8 0%,#98c1d3 44%,#8ab9cd 100%); 
	background: linear-gradient(top, #d1dfe8 0%,#98c1d3 44%,#8ab9cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1dfe8', endColorstr='#8ab9cd',GradientType=0 );*/
	background: url(../images/nav-bg.png) repeat-x;
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	 border-radius: 6px;
}
nav ul li:last-child a {
	margin-right:0;
}
nav ul li:hover > a {
	background:url(../images/nav-bg-hover.png) repeat-x;
	color:#FFF;
	text-shadow:none;
}
nav ul li ul {
     display: none
}
 
nav ul li:hover ul {
     display: block;
   	 position: absolute;
     top:30px;
     left:2px;
	 float: left;
     padding:0;
     margin:0;
     width:auto;
     border:0;
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	 border-radius: 6px;
  	 /*border: 1px solid #e8682d;*/
	 padding-top:12px;
	 transition: ease-in;
	 background: url(../images/up-Arrow.png) no-repeat 20px 4px;



	 
}
nav ul li:hover ul li a {
     display:block;
     background:#FFF;
     color:#333;
     text-align: left;
     border: 0px solid #999;
	 border-bottom: 1px solid #e8682d;
     border-top: none;
     border-radius: 0;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     font-weight:normal;
     width:156px;
	 margin:0;
	 border-left: 1px solid #e8682d;
	 border-right: 1px solid #e8682d;
}


nav ul li:hover > ul li:first-child a{
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
 border-top: 1px solid #e8682d;
}
nav ul li:hover > ul li:last-child a
 {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
 border-bottom: 1px solid #e8682d;
 
 box-shadow : 0 0 2px rgba(0,0,0,.5);
-moz-box-shadow : 0 0 2px rgba(0,0,0,.5);
-webkit-box-shadow : 0 0 2px rgba(0,0,0,.5);
}

nav ul li:hover ul li a:hover, nav ul li a:hover {
	background:#e25f23 url(../images/nav-bg-hover.png) repeat-x;
    color:#FFF;
}