﻿/* top level
--------------------------------------------*/
.menuTemplate{float:left;width: 98%;
              /*border-bottom: 1px solid black;*/
              margin: 1%;
              /*border-top: 2px solid black;*/
              background-color: #EBEBEB;
              }
.menuTemplate4
{
    list-style: none;
    padding: 0;margin:0;
}
.menuTemplate4 li
{
    padding:0.2em 0.18em 0 0.29em;
    float: left;
    position: relative;/*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
    color: black;
    z-index:5;
}
.menuTemplate4 li:after
{
	content:'|';
	position:absolute;
}
.menuTemplate4 li:last-child:after
{
	content:'';
}
/*.menuTemplate4 li:hover, .menuTemplate4 li.onhover
{
    border-top:1px solid #F35F09;
}*/

.menuTemplate4 a
{
    padding:0.9em 0.2em 0.2em 0.2em;
    /*line-height: 25px; Note: keep this value the same as the height of .menuTemplate4 li */
    font-size:0.9em;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    color: black;
    font-weight:normal;
    position: relative;
    font-family:Georgia;
    margin-top:-1em;
    margin-top:0em\0; /* IE6, IE7, IE8, IE9 */

}
.menuTemplate4 a
{
	padding:0em 0.4em 0.5em  0.4em\9 ;
	font-size:0.9em;
	font-family: Sans-Serif;
}
.menuTemplate4 a.Englishfont{font-size: 1em;padding: 0.18em;}
.menuTemplate4 li:hover a, .menuTemplate4 li.onhover a, .menuTemplate4 li.selected a
{
    background-color:#0077A2;
    color: #FFF;
    z-index: 9;    
    font-family: Sans-Serif;
}
.menuTemplate4 li.selected
{
    /*background-color: #0077A2;*/
}
.menuTemplate4 a.arrow
{
    background: url(arrow.gif) no-repeat right center;
} 
        
/*Used to align a top-level item to the right*/        
.menuTemplate4 li.menuRight
{
    float: right;
    margin-right: 0px;
}
        
/*for the top-level separators*/
.menuTemplate4 li.separator
{
    display:none;
}
               
        
/* sub level
--------------------------------------------*/
        
.menuTemplate4 .drop
{
    position: absolute;
    z-index:5;
    left: -9999px;
    border: 1px solid #DDD;
    background: #FFF;            
    text-align: left;
    padding:15px 1px 15px 15px;  
    color:#000;
    top:25px;              
}

.menuTemplate4 .drop a
{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 26px;
    font-size:1em;
    font-weight: normal;
    display: inline;
    text-align: left;    
    position: static;
    z-index: 0;
    background-image:none;
}

.menuTemplate4 li:hover .drop, .menuTemplate4 li.onhover .drop
{
    left: -1px;/*Use this property to change offset of the dropdown*/
    background:#F8F8F8 no-repeat right bottom;
}
.menuTemplate4 li:hover .dropToLeft, .menuTemplate4 li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
    background:#F8F8F8 no-repeat 0 bottom;
}
.menuTemplate4 li:hover .dropToLeft2, .menuTemplate4 li.onhover .dropToLeft2
{
    left: auto;
    right: -60px;
}

/* Elements within the drop down sub-menu
--------------------------------------------*/
.menuTemplate4 div.drop div div.firstChild
{
    width:20%;float:left; text-align:right;
}
.menuTemplate4 div.drop div div
{
    padding: 5px 5px 5px 10px;
}
.menuTemplate4 li:hover .drop a, .menuTemplate4 li.onhover .drop a
{
    background: none;
    background-image:none;
    padding:0 0;
    font-family: Sans-Serif;
}
.menuTemplate4 div.drop div a
{
    line-height: 24px;  
    color: #000;
    background:none;
}
.menuTemplate4 div.drop div a:hover
{
    text-decoration:underline;
    cursor:pointer;
    color:#F35F09;
    font-family: Sans-Serif;
}

.menuTemplate4 div.left {float:left;width:100%;}

        
/* CSS3 effects
--------------------------------------------*/

/*for top-level*/ 
.decor4_1 
{
    
}

/*for submenu.*/ 
.decor4_2 
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 0 4px 10px #CCC;
    -webkit-box-shadow: 0 4px 10px #CCC;
    box-shadow: 0 4px 10px #CCC;  
    width:35em;
}
.menuItems {width:73%;float:left;border-right:solid 1px #000;}
.menuItems > ul{margin:0;padding:0px;list-style:none;}
.menuItems > ul > li{margin:0 3% 0% 3%;padding:0%;border-bottom:dashed 1px #F35F09;border-right:0px;}
.menuItems > ul li img{float:left;max-width:100px;margin:1% 2% 0 0;}
.menuItems > ul li h3{display:block;margin:0em;}
.menuItems > ul li h3 a{font-size:0.72em;}
.menuItems > ul li p{display:block;line-height:1.5em;margin-top:1%;color:#606060;font-family: Georgia;font-size:0.85em;}
.menuItems article > h2{font-size:0.9em;position:relative;margin:0;padding:0;float:left;width:100%;}
.menuItems article > h2:before{content: '';background: #3C3C3C;height: 4px;width: 4px;position: absolute;left: -8px;top: 10px;}