  .menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
   
  .menu:after {
    clear: both;
  }
  
  .menu {
    zoom:1;
  }
  
  .menu li {
    float: left;
    position: relative;
  }
  
  .menu a,.nav-header {
    color: #FFFFFF;
	float:left;
    font: 500 13px 'Open Sans',Verdana,Trebuchet MS,Arial,sans-serif;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: capitalize;
  cursor: pointer;
  }
  
  .menu li:hover > a,li:hover>.nav-header {
    color: #FFFFFF;
  }
  
  *html .menu li a:hover ,.nav-header:hover{ /* IE6 only */
    color: #fafafa;
  }
  
  .menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 37px;
    left: 250;
    z-index: 1000;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111); 
    background: -ms-linear-gradient(#444, #111);  
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
  }

  .menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
   color:#fff;
  }
  
  .menu ul ul {
    top: 0;
    left: 100%;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);   
    
  }
  
  .menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
  width:auto;
  }
  
 .menu ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
  }
  
  .menu ul a,.nav-header {    
    padding: 10px;
    width: auto;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
  }
  .menu ul a:hover, .nav-child .nav-header:hover {
    background-color: #0186ba;
    background-image: -moz-linear-gradient(#04acec,  #0186ba);  
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
    background-image: -webkit-linear-gradient(#04acec, #0186ba);
    background-image: -o-linear-gradient(#04acec, #0186ba);
    background-image: -ms-linear-gradient(#04acec, #0186ba);
    background-image: linear-gradient(#04acec, #0186ba);
  color:#fff;
  }
  
  .menu ul li:first-child > a,li:first-child > .nav-header {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  
  .menu ul li:first-child > a:after,li:first-child > .nav-header:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
  }
  
  .menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
  }
  
  .menu ul li:first-child a:hover:after,li:first-child > .nav-header:hover:after {
    border-bottom-color: #04acec; 
  }
  
  .menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
  }
  
  .menu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }


 
.topmenu ul{

  padding: 0px;

  margin: 0px;

}
.topmenu li{
  list-style: none;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  /*border-right: 1px solid #606060;*/
}
.topmenu li:last-child{
  list-style: none;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
 
  /*border-right:0px solid #606060;*/
}
.topmenu li a{
  font-family: Calibri;
  font-size: 13px;
  color: #606060;
  text-decoration:none;

}
.topmenu li a:hover{
  color:#3D98D1;
}

.main-banner{
  width:960px; 
  margin:0 auto;
}

.topmenu li{
  list-style: none;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #606060;
}
.topmenu li:first-child{
  border-left: 0px solid #606060;
}
.topmenu li:last-child{
  list-style: none;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  border-left:0px solid #606060;
}
.topmenu li a{
  font-family: Calibri;
  font-size: 13px;
  color: #606060;
  text-decoration:none;
}
.topmenu li a:hover{
  color:#999s;
}
.topmenu li:last-child{
  font-weight: bold;
  background-color: #3D98D1;
  color: #FFF;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
}
.topmenu li:nth-last-child(2){
  font-weight: bold;
  background-color: #98024c;
  color: #FFF;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
  margin-right:3px;
  border-left: 0px solid #606060;
}
.topmenu li:nth-last-child(2) a{
  color:#fff;
  font-size: 14px;
}
.topmenu li:nth-last-child(3){
  font-weight: bold;
  background-color: #ff9c00;
  color: #FFF;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
  margin-right:3px;
  border-left: 0px solid #606060;
}
.topmenu li:nth-last-child(3) a{
  color:#fff;
  font-size: 14px;
}
.topmenu li:last-child a{
  color:#fff;
  font-size: 14px;
}
.topmenu li:last-child:hover{
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #38a9ed;
  -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #38a9ed;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #38a9ed;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all linear .25s;
  -moz-transition: all linear .25s;
  -o-transition: all linear .25s;
  -ms-transition: all linear .25s;
  transition: all linear .25s
}
.topmenu li:nth-last-child(2):hover{
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #af0057;
  -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #af0057;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #af0057;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all linear .25s;
  -moz-transition: all linear .25s;
  -o-transition: all linear .25s;
  -ms-transition: all linear .25s;
  transition: all linear .25s
}
.topmenu li:nth-last-child(3):hover{
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #fdb036;
  -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #fdb036;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #fdb036;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all linear .25s;
  -moz-transition: all linear .25s;
  -o-transition: all linear .25s;
  -ms-transition: all linear .25s;
  transition: all linear .25s
}
.content,.item-page p {
  font-family: 400 'Open Sans',arial,sans-serif;
  line-height: 23px;
  font-size: 13px;
  width: 100%;
  text-align: justify;
  color: #7F7E7F;
  float: left;

}

.left{
  float:left;
  width:685px;
  background:#FFF;
}
p{
  margin:0;
  padding:0;
}
.leftbigger{
  width: 100%;  
}
/*.custom img{
  width: 100%;
  height: 100px;
}*/


.right-menu{
  width: 250px;
  margin: 0px;
  float: left;
  height: auto;
  padding:0px;
}
.right-menu p{
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px;
}
.right-menu h3{
  font-family: "proxima-nova-1", "proxima-nova-2", Arial;
  font-size: 1.5em;
  text-align: left;
  line-height: 1.094em;
  word-wrap: break-word;
  position: relative;
  text-shadow: 0px 0px 1px #A2A2A2;
  width: 100%;
  color: #000;
  text-shadow: 0 1px 1px #A4A4A4;
  border-bottom: 1px dotted #6422A3;
  padding: 6px 0px 3px 0px;
  margin-bottom: 5px;
}
p a{
text-decoration:none;
color:inherit;
}
p a:hover{
color:#3bb9ec;
}
.right-menu ul{
  list-style-type: none;
    margin-bottom: 12px;;
}
.right-menu li.active a,li.active span,.nav-right-sub:hover span{
  
    background: url("../images/down-green-arrow.png") no-repeat scroll 238px 11px transparent;
    color: #FFF;
    font-weight:bold;
}

.nav-right-sub:hover span{
  color:#000;
  font-weight: normal;
}
.right-menu li{
  background-color: #D0EAFF;
    border-bottom: 1px dotted #A3A4A7;
    color: #D2D1D1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
  overflow:hidden;
}
.right-menu li.active{
  background-color: #3A78B9 !important;
    font-weight: none;
}
.right-menu a,.right-menu li a,.nav-right-header{
  background: url("../images/right-green-arrow.png") no-repeat scroll 240px 11px transparent;
    color: #3A78B9;
    display: block;
    font-size: 13px;
    padding: 6px 0 6px 15px;
    text-decoration: none;
}
.right-menu a:hover{
  color: #000000;
    /*text-decoration: underline;*/
}
.right-menu li.active>ul{
    height:auto;
   
}
.right-menu li>ul{
  background: none repeat scroll 0 0 #4E80B4;
  width: 100%;
  margin-bottom: 1px;
  overflow:hidden;
  height:0px;
  padding:0px;
  float: inherit;
 
  -webkit-transition: height 1s ease-out;
  -o-transition: height 1s ease;
  -ms-transition: height 1s ease;
  transition: height 1s ease;
}


.right-menu li.active>ul{
  height:auto;
}
.right-menu li:hover>ul{
   overflow:hidden;
  height:120px;
  padding:0px;
 
  
}
.right-menu li>ul>li{
  background: url("../images/inner_pages/sidebar_arrow.png") no-repeat scroll 26px 13px #FFFFFF;
    border: medium none;
    color: #404040;
    list-style: none outside none;
    margin: 0;
    padding-left: 20px !important;
    text-align: left;
}
.right-menu li.active>ul>li a,.right-menu li:hover>ul>li a{
  color: #000000;
  border-bottom: 1px dotted #A3A4A7;
  background: url("../images/sidebar_arrow.png") no-repeat scroll 3px 14px transparent;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.right-menu li.active>ul>li a:hover{
  color: #404040;
    text-decoration: underline;
}
.right-menu li.active>ul>li.active a{
  color:#FFF;
  background:#20568e;
}
