#menu {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
	/* height: 100%;
	border: 1px solid #7f9dc5;
	padding-top: 5px;
	background-color: #ffffff;
	padding-bottom: 5px; */
      
}
#main_sub_container {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* border-right: 1px solid #003c8c;
	border-left: 1px solid #003c8c; */
	background-color: #FFFFFF;
}
#main_sub_container div{
        box-sizing: border-box;
        -moz-box-sizing: border-box;
	border-top: 1px solid #cccccc;
	min-height: 16px;
	padding: 3px;
        padding-left: 20px;
}
#main_sub_container a {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #205890;
}
#main_sub_container a:hover {
	text-decoration: underline;
}
.mainSection{
        box-sizing: border-box;
        -moz-box-sizing: border-box;
	font-size: 10px;
        font-weight: bold;
	background-color: #EDEDED;
	color: #205890;
	border-top: 1px solid #cccccc;
	padding:  2px 2px 2px 20px;
	height: 20px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/menu-arrows/menu_square_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.mainSection a:link, .mainSection a:visited{
        font-size: 10px;
        font-weight: bold;
        color: #205890;
        text-decoration: none;
}
.mainSection a:hover{
        color: #883333;
	background-image: url(../images/menu-arrows/menu_square_on.gif);
	background-repeat: no-repeat;
	background-position: -20px 3px;
}
#login{border-bottom: 1px solid #cccccc;}
/*
#tmima {background-color: #8F99DC;}
#spoudes{background-color: #BF99B9;}
#prosopiko{background-color: #A286D5;}
#ekpaideush{background-color: #d1cf9b;}
#ptuxiakh{background-color: #e0c5ac;}
#praktikh{background-color: #72C276;}
#events{background-color: #8C95FF;}
#links{background-color: #8F99DC; color: #FFFFFF; text-decoration:none;}
#links a{color: #FFFFFF; text-decoration:none;}
#news{background-color: #d1cf9b; color: #FFFFFF; text-decoration:none;}
#news a{color: #FFFFFF; text-decoration:none;}
#publications{background-color: #BF99B9;}
#postgraduate{background-color: #A286D5;}
#login{background-color: #72C276; color: #FFFFFF; text-decoration:none;}
#login a{color: #FFFFFF; text-decoration:none;}
*/

.selectionButton{
        box-sizing: border-box;
        -moz-box-sizing: border-box;
	font-size: 14px;
        font-weight: bold;
	background-color: #EDEDED;
	color: #205890;
	border: 1px solid #cccccc;
	padding:  8px 8px 8px 8px;
	height: 35px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.selectionButton a:link, .selectionButton a:visited{
        font-size: 14px;
        font-weight: bold;
        color: #205890;
        text-decoration: none;
}
.selectionButton a:hover{
        color: #883333;
}

.courseMenu{
        box-sizing: border-box;
        -moz-box-sizing: border-box;
	font-size: 11px;
        font-weight: bold;
	color: #666666;
	padding:  3px;
	height: 25px;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.courseMenu a:link, .courseMenu a:visited{
        font-size: 11px;
        font-weight: bold;
        color: #666666;
        text-decoration: underline;
}
.courseMenu a:hover{
        color: #883333;
}
/*
.courseMenu{
        box-sizing: border-box;
        -moz-box-sizing: border-box;
	font-size: 11px;
        font-weight: bold;
	background-color: #EDEDED;
	color: #205890;
	border: 1px solid #cccccc;
	padding:  5px;
	height: 30px;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.courseMenu a:link, .courseMenu a:visited{
        font-size: 11px;
        font-weight: bold;
        color: #205890;
        text-decoration: none;
}
.courseMenu a:hover{
        color: #883333;
}

*/

