
/* main menu
----------------------------*/
#examenu {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
	letter-spacing: normal;
	background-color: #599559;	/*margin-top: -1.4em;*/
	
}
@media only screen and (min-width: 481px) and (max-width: 1152px) {
#examenu {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing: normal;
	margin-top: 0.05em;
	
}
}

#examenu ul {
	margin:0 auto;
	padding: 0;
	text-align: center; /* Alignment of each top-level menu items within the UL */
	width: 100%;
	font-size: 0;
	font-weight: normal;
	display: inline-block;
	list-style: none;
	position: relative;
	border:none;
	z-index: 9;
	background-color: #599559;	
	/*border-radius:2px;*/
}

#examenu li {
    margin:0;
    padding:0;
    font-size: 12px;
	font-weight: normal;
    display: inline-block;
    *display: inline;
    zoom: 1; /*for IE6-7*/
    position: relative;
    color: #EEE;
    line-height: 45px; /*This determines the height of the menu*/
    transition: background-color 0.2s;
    outline:none;
}

#examenu li.full-width {
    position: static;
}

#examenu li.over {
    color:#FFF;
background-color: rgba(255,255,255,0.15);
background-color: #999 \9; /*fallback for old IE*/
}

#examenu li.over.no-sub {
    
}

#examenu .top-heading {
    font-weight: normal;
    white-space: nowrap;
    margin:0 22px;
    color: inherit;
    text-decoration: none;
    display:inline-block; 
    outline: 0;
    cursor: pointer;
}

/* links of top-heading */
#examenu li a, #examenu li a:link, #examenu li a:hover
{
    color:inherit;
}
#examenu li a:hover
{
    /*text-decoration:underline;*/
}

#examenu li a:focus
{
    outline:1px dotted #09F;
}

/* caret(arrow icon) */
#examenu i.caret {
    color: inherit;
    left:-18px;
    width: 0;
    height: 0;
    overflow: hidden; /*for IE6*/
    vertical-align: middle;
    margin-bottom: 2px;
    border-top: 4px solid; /*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}

/* sub-menu layout
----------------------------*/

#examenu .dropdown {
    width: auto;
    left: 0px;
    color: #000000;
    padding:0;margin:0;display:none;position:absolute;
    top: 100%;
    border:1px solid #CCC;
border-top:none;
border-radius:0 0 4px 4px;
background-color: rgba(255,255,255,0.25);
background-color: #999 \9; /*fallback for old IE*/
}

#examenu li.full-width .dropdown {
    width: 100%;
    padding: 0;
    margin: 0;
}

#examenu .offset300 {
    left: -300px;right:auto;
}

#examenu .right-aligned {
    left: auto;
    right: 0px;
}

#examenu li.over .dropdown {
    display: block;
}

#examenu .dd-inner {
    text-align: left;
    padding: 10px;
    margin: 0px;
    background-color: #FFF;
    white-space: nowrap;
    font-size: 13px;
    line-height:1.35;
}

/* links in sub menu
----------------------------*/

#examenu .dropdown a {

    display:block;
    color: #333333;
    line-height: 27px;
    text-decoration: none;
    padding: 0;
}

#examenu .dropdown a:hover, #examenu .dropdown a:focus {
    text-decoration: underline;
    color: #0099FF;
}

/* blocks within the sub-menu
-----------------------------*/
#examenu div.column {
    text-align: left;
    vertical-align: top; /*or middle*/
    display: inline-block;
    *display: inline;*zoom: 1;
    white-space:normal;
    width: 215px;
	padding:0;
	border-right:1px solid #999;
}

#examenu div.dd-inner div:last-child {
    border-right: none;
}

#examenu div.column h3 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 24px;
}

#examenu li {
  border-left:1px solid #89B38A;
  border-right:1px solid #1C511E; }
#examenu li:first-child {border-left:none;}
#examenu li:last-child {border-right:none;}
#examenu div.column260 {width:260px;}
#examenu div.column340 {width:340px;}

/* useful when http://www.menucool.com/examenu/one-menu-for-all-pages */
#examenuLink {display:none;}


/*######## add additional styles for mobile-friendly responsive menu ########*/

#examenu div.menu-icon {
	display: none; /* hide menu icon initially */

}


/*styles for responsive menu*/
/*TO MENU SPAEI SE 2 SEIRES*/
/*
@media only screen and (min-width: 481px) and (max-width: 900px) {
    #examenu li div.column.mayHide {
        display: none;
    }

    #examenu ul {
        width: 100%;
        border-radius: 0;
    }

    #examenu li {
        position:relative;
	    width:33.33%;
        box-sizing:border-box;
        text-align: left;
        border-top:1px solid rgba(255,255,255,0.3);
        border-right:1px solid rgba(255,255,255,0.3);
    }

    #examenu li.full-width {
        position: relative;
    }

    #examenu div.dropdown {
        width: auto;
        left: 0px;
        text-align: left;
    }

    #examenu li.full-width div.dropdown {
        width: auto;
    }

    #examenu div.dropdown.right-aligned, #examenu div.dropdown.mayRight {
        left: auto;
        right: 0px;
    }

    #examenu li div.column {
        width: auto;
        border: none;
    }
}
/*
/*styles for mobile*/
@media only screen and (max-width: 1024px) {
    #examenu li div.column.mayHide {
        display: none;
    }

    /*override the original settings*/
    #examenu ul {
        width: 100%;
        display: none;
        border-radius: 0;
         
    }

    #examenu li {
        position: relative;
        display: block;
        font-size: 17px;
        text-align: left;
		line-height: 40px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    #examenu li.full-width {
        position: relative;
    }

    #examenu li .dropdown {
        position: relative;
        *top: auto; /*for IE7*/
        border: none;
        border-radius: 0;
        box-shadow: none;
        text-align: left;
        background-color: #FFF;
    }

    #examenu .offset300 {
        left: 0;
    }

    #examenu li.full-width div.dropdown {
        width: auto;
    }

    #examenu .dd-inner {
        margin:0;
        background:none;
        text-align:left;
    }

    /*turn each column to list vertically instead of horizontally */
    #examenu li div.column {
        width:auto;
        padding:0;
        border:none;
        display:block;
    }

    /*move the arrow icon to right*/
    #examenu i.caret {
        position:absolute;
        left:auto;
        right:14px;
        top: 22px;
        border-width:5px;
    }



    /* All the following are for the div.menu-icon (pure CSS) */
    #examenu div.menu-icon {
        font-size: 30px; /*icon size*/
        display: block;
        position: relative;
        width: 40px;
        height: 50px;
        text-align: center;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        /*background-color: black;*/
        /*align the icon to the right*/
        /*margin-left: auto;
        margin-right: 12px;*/
		/*align the icon to the left*/
		margin-left: 0px;
        margin-right: auto;
    }

    #examenu div.menu-icon::before {
        content: "";
        position: absolute;
        top: 16px;
        left: 7px;
        /*width: 1em;*/
		width: 26px;
        height: 0.65em;
        /*border-top: 0.375em double #fff;
        border-bottom: 0.125em solid #fff;*/
        /*box-sizing: content-box;*/
		background-image: url(../_img/iconBg.png);
		background-repeat: no-repeat;
		/*background-color: red;*/
    }

    #examenu div.menu-icon-active {
        background-color: #205081;
		background-image: url(../_img/close.png);
		background-repeat: no-repeat;
    }

    #examenu div.menu-icon-active::before {
        border-color: #EEE;
    }

}
