/*** DEFAULT COLORS/STYLES ***/
/* Root menu */
.dropdown-menu {
    /*background: #c4c7c8;*/
	font-family:Arial,Helvetica,sans-serif;
}
/* Root links */
.dropdown-menu a,
.dropdown-menu a:link,
.dropdown-menu a:visited {
    text-decoration: none;
    color: #000;
    padding: 5px 9px;
}
/* Root link hover */
.dropdown-menu a:hover,
.dropdown-menu li.dropdown-menu-hover > a {
    /*color: #000;*/
}
/* Root menu item hover */
.dropdown-menu li:hover,
.dropdown-menu li.dropdown-menu-hover {
    /*background: #e0e2e2;*/	
}
/* Submenus */
.dropdown-menu ul {
    /*border:1px solid #c4c7c8;*/
    background:#FFF;
	border:1px solid #000;
	border-top:none;	
}

/* Submenu item hover */
.dropdown-menu ul li:hover,
.dropdown-menu ul li.dropdown-menu-hover {
    /*background: #c4c7c8;
	background:#DEEBF3;*/
}

/* Optional submenu drop shadow */
.dropdown-menu-shadow {
    /*-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);*/
}

/*** ESSENTIAL STYLES ***/
.dropdown-menu {
    white-space: nowrap;
    display: inline-block;
    /* IE7 inline-block fix */
    *display: inline;
    *zoom: 1;
}
.dropdown-menu,
.dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown-menu ul {
    display: none;
    position: absolute;
    z-index: 1000000;
}
.dropdown-menu ul ul {
    top: 0;
    left: 100%;
}
.dropdown-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    /* IE7 inline-block and padding fix */
    *display: inline;
    *zoom: 1;
    *vertical-align: bottom;
}
.dropdown-menu li a {
    display: block;
}
.dropdown-menu ul li {
    position: relative;
    display: block;
}

/* Optional submenu arrows */
span.dropdown-menu-sub-indicator {
    margin-left: .4em;
    display: inline-block;
    vertical-align: baseline;
    /* Image Replacement */
    background-color: transparent;
    background-image: url('arrows-000000.png');
    background-repeat: no-repeat;
    background-position: 0 -100px;
    width: 10px;
    height: 10px;
    border: 0;
    overflow: hidden;
    /* IE7 image replacement fix */
    *text-indent: -9999px;
    /* IE7 inline-block fix */
    *display: inline;
    *zoom: 1;
    *vertical-align: middle;
}
span.dropdown-menu-sub-indicator:before {
    /* Image replacement */
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
/* Arrow hovers */
.dropdown-menu li:hover > a > span.dropdown-menu-sub-indicator,
.dropdown-menu li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px -100px;
}
/* Point arrows to the right for anchors in subs */
.dropdown-menu ul span.dropdown-menu-sub-indicator {
    background-position: 0 0;
}
.dropdown-menu ul li:hover > a > span.dropdown-menu-sub-indicator,
.dropdown-menu ul li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px 0;
}

/* Vertical-style menu with default width */
.dropdown-menu-vertical {
    width: 250px;
}
.dropdown-menu-vertical li {
    display: block;
    position: relative;
    /* IE7 fix */
    *float: left;
    *width: 100%;
}
.dropdown-menu-vertical span.dropdown-menu-sub-indicator {
    background-position: 0 0;
}
.dropdown-menu-vertical li:hover > a > span.dropdown-menu-sub-indicator,
.dropdown-menu-vertical li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px 0;
}




/* extra css to modify menu items */
.btm_black {border-bottom:3px solid #000000;}
.btm_active{border-bottom:3px solid #FF0000 !important;}
#example2{width:980px;font-family:Georgia,"Times New Roman",Times,serif;font-size:14px;font-weight:bold;}
.example{margin-bottom:0px;}
.dropdown-menu > li{padding: 10px 20px 0px 0px;}
.dropdown-menu > li:hover{border-bottom:3px solid #FF0000;}
.dropdown-menu > li:last-child:hover{border-bottom:3px solid #000000;}
#sub_divided ul li,#sub_divided ul li ul li {
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
	color:#000;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.dropdown-menu > li{margin-right:-4px;}
}




/* extra css to fix top logo and heading text */
.Geo20b{color:#000000;font-family:Georgia,"Times New Roman",Times,serif;font-size:20px;font-weight:bold;}
.Geo26{color:#000000;font-family:Georgia,"Times New Roman",Times,serif;font-size:26px;line-height:30px;}
a:link{color:#006699;text-decoration:none;}
h2{font-weight:normal;margin:0;padding:0;}
      
#smtph{margin-left:auto;margin-right:auto;width:980px;}
#challeng_ing{padding-bottom:1px;padding-top:0;}
#count_ries{float:left;width:225px;}
#count_ries2{float:left;}
#sub_divided{clear:left;height:38px;margin-top:30px;}
.ministers{border-bottom:1px solid #F2F2F2;padding-bottom:10px;padding-left:5px;padding-top:10px;text-align:center;color:#151515;font-family:Georgia,"Times New Roman",Times,serif;font-size:12px; font-weight:bold;}
.brdrbtm{border-bottom:0px;}
.Resource_inside1{font-family:Georgia,"Times New Roman",Times,serif;font-size:12px;color:#000000;font-weight:bold;color:#666;text-align:center;}
