body {  
	margin: 0px;
        background-color: #cacac5;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a img {border:0px solid; text-decoration:none}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #815b08;
	text-decoration: none;
}
.flash{
	background-image: url(https://www.mathiatis.com/images/flash_bg.gif);
	background-repeat: no-repeat;
}
.bannerGR{
	background-image: url(https://www.mathiatis.com/images/bannerGR.jpg);
	background-repeat: no-repeat;
}
.bannerEN{
	background-image: url(https://www.mathiatis.com/images/bannerEN.jpg);
	background-repeat: no-repeat;
}

/* Stylesheet: main Modified On 2015-02-20 09:36:31 */
/* The wrapper determines the width of the menu elements */
#menuwrapper {
/* just smaller than it's containing div */
	width: 99%;
	margin-left: 0px;
        margin-bottom: 0px;	
        margin-top: 25px;
}


#primary-nav li {
/* increases vertical spacing of links */
	margin-bottom: 0px;
/* keeps within it's container */
	position: relative;
/* adds padding around the image */
	padding: 0px 0px 0px 0px;
/* Add background image to ALL menus */
	background: url(https://www.mathiatis.com/images/navigation/arrowsmall.png) no-repeat left;
}



#primary-nav li li {
/*  sub menu width  */
	width: 220px;
	padding: 0px;
/* adds image only to submenu*/
	/*  background: url(https://www.mathiatis.com/images/navigation/arrowsmall.png) no-repeat left;  */
}



/* Unless you know what you do, do not touch this */
#primary-nav, #primary-nav ul {
/* remove any default bullets */
	list-style: none;
	margin: 0px;
	padding: 0px;
/* make sure it fills out */
	width: 100%;
/* just a little bump */
	margin-left: 1px;
}



#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* shifts mouseover menu down if you add value */
	top: 0px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* keeps it hidden till hover event */
	display: none;
}


#primary-nav ul ul {
/* no bump down for third level ul */
	top: 0px;
}



/* Styling the basic appearance of the main menu */

ul#primary-nav li a {
/* font size of all links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;

/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 0.3em 0.3em 0.3em 0.3em;
	display: block;
	text-decoration: none;
/* Image background for main menu */
	/* background: url(https://www.mathiatis.com/images/navigation/libk.gif) no-repeat right top;*/
}


ul#primary-nav li a:hover {

/*Add background color to main menu on hover*/
	background-color: #f9a13a; 
/* Mouseover color for main menu links */
	color: #00446e;
}



ul#primary-nav a span {
/* makes it hold a shape */
	display: block;
/* pushes main links that don't have sublinks to the right, don't change */
	padding-left: 1.5em;
}




/* Styling the basic apperance of the sub menu links */


/* adds color to sublinks*/
#primary-nav li:hover li a {
	background:  none;
	color: #ffffff;
}



/* Add style to sub menu links*/
ul#primary-nav li ul a {

	text-align: left;
	margin: 0px;
	position: relative;
	padding: 6px 3px 6px 15px;
	font-weight: normal;
/* darker than first level "a" */
	color: #000;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
/* removes image set in first level "a" */
	background: none;
}


/* adds background color to sub menu links*/
ul#primary-nav li ul {

	background: #0d5d95;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #A5B9C0;
	border-right: 1px solid #A5B9C0;
	border-bottom: 1px solid #A5B9C0;
	border-left: 1px solid #A5B9C0;
	/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}


ul#primary-nav li li a:hover {
/* you can set your own image here, second level "a" */
/*	background:  url(https://www.mathiatis.com/images/navigation/darknav.png) repeat-x left center;*/

/* Mouseover color for sub menu links */
	color: #00487a;
	background-color: #f9a13a; 
}




/* Styling the active links appearance  */


ul#primary-nav li a.menuactive {
/* Active color for main menu links   */
	color: #ffa233;
	font-weight: normal;
}

ul#primary-nav li li a.menuactive {
/* Active color for sub menu links   */
	color: #ffffff;
	font-weight: normal;
}




#primary-nav li.menuparent span {
/* padding on left for image */
	padding-left: 1.5em;
/*  arrow to note it has children, right side of text */
	background: url(https://www.mathiatis.com/images/navigation/arrowgrey.png) no-repeat right center;
}



/* Fixes IE7 bug */
#primary-nav li, #primary-nav li.menuparent {
	min-height: 1em;
}


/* Styling the basic apperance of the second level active page elements (shows what page in the menu is being displayed) */
#primary-nav li li.menuactive, #primary-nav li.menuactive.menuparenth li.menuactive {
/* set your image here, dark grey image with white text set above*/
/*	background:  url(https://www.mathiatis.com/images/navigation/darknav.png) repeat-x left center;*/
}



#primary-nav li.menuparent:hover li.menuparent span {
/* remove left padding as image is on right side of text */
	padding-left: 0;
/* right arrow to note it has children, right side of text */
	background: url(https://www.mathiatis.com/images/navigation/parent.png) no-repeat right center;
}
#primary-nav li.menuparenth li.menuparent span,
#primary-nav li.menuparenth li.menuparenth span {
/* same as above but this is for IE6, gif image as it can't handle transparent png */
	padding-left: 0;
	background: url(https://www.mathiatis.com/images/navigation/parent.gif) no-repeat right center;
}
#primary-nav li.menuparenth span,
#primary-nav li.menuparent:hover span,
#primary-nav li.menuparent.menuactive span,
#primary-nav li.menuparent.menuactiveh span, {
/* right arrow to note hover */
	background: url(https://www.mathiatis.com/images/navigation/parent.png) no-repeat left center;
}
#primary-nav li li span,
#primary-nav li.menuparent li span,
#primary-nav li.menuparent:hover li span,
#primary-nav li.menuparenth li span,
#primary-nav li.menuparenth li.menuparenth li span,
#primary-nav li.menuparent li.menuparent li span,
#primary-nav li.menuparent li.menuparent:hover li span  {
/* removes any images set above unless it's a parent or active parent */
	background:  none;
/* removes padding that is used for arrows */
	padding-left: 0px;
}
/* IE6 flicker fix */
#primary-nav li.menuh,
#primary-nav li.mnuparenth,
#primary-nav li.mnuactiveh {
	background: url(https://www.mathiatis.com/images/navigation/libk.gif) no-repeat right top;
	color: #899092
}



/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE Hack, will cause the css to not validate */
#primary-nav li,
#primary-nav li.menuparenth {
	_float: left;
	_height: 1%;
}
#primary-nav li a {
	_height: 1%;
}
/* BIG NOTE: I didn't do anything to these 2, never tested */
#primary-nav li.sectionheader {
	border-left: 1px solid #006699;
	border-top: 1px solid #006699;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0.5em;
	background-color: #fff;
	margin: 0;
	width: 100%;
}
/* separator */
#primary-nav li hr.separator {
	display: block;
	height: 0.5em;
	color: #abb0b6;
	background-color: #abb0b6;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
}
/* Stylesheet: menu-vertical Modified On 2014-04-16 15:56:32 */
#menu_vert {
    margin: 0;
    padding: 0;
}
.clearb {
    clear: both;
}
#navcontainer {
    margin:0;
    float: left;
    margin-left: 18em;
}
ul#navlist, ul#navlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#navlist {
	padding-top: 1px;
	padding-left: 1px;
}
ul#navlist ul {
	position: absolute;
	top: auto;
	display: none;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
ul#navlist ul ul {
	margin-top: 1px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
ul#navlist li {
	float: left;
	margin: 0px;
	padding: 0px;
      border-right: 1px solid #7c0e40;
}

#navlist li:last-child { 
	background-image: none;
border-right:none;
     
}

#navlist li li {
	width: 250px;
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
border:0;
}
ul#navlist li a {
	font-size: 14px;
	font-weight: bold;
	color: #7c0e40;
	padding: 6px 10px 6px;
	display: block;
	text-decoration: none;
}
ul#navlist li a:hover {
   color: #000000;
}
ul#navlist li li a:hover {
	color: #000000;
background-color: #dcdcdc;
}
ul#navlist li a.menuactive {
	color: #000;
	font-weight: bold;
}
ul#navlist li a.menuactive:hover {
	color: #000;
	font-weight: bold;
}
#navlist li li a.menuparent span {
	display: block;
}
ul#navlist li ul a {
	text-align: left;
	margin: 0px;
	position: relative;
	padding: 4px 4px 4px 10px;
	font-weight: normal;
        font-size: 12px;
	color: #7c0e40;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
           
}
ul#navlist li ul {
        background-color: #ececec;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border: 1px solid #CCCCCC;

}
ul#navlist li ul ul {
	opacity: 95;
}
#navlist li:hover,
#navlist li.menuh,
#navlist li.menuparent3h,
#navlist li.menuactive3h {
}
#navlist ul,
#navlist li:hover ul,
#navlist li:hover ul ul,
#navlist li.menuparent3h ul,
#navlist li.menuparent3h ul ul {
	display: none;
}
#navlist li:hover ul,
#navlist ul li:hover ul,
#navlist ul ul li:hover ul,
#navlist li.menuparent3h ul,
#navlist ul li.menuparent3h ul,
#navlist ul ul li.menuparent3h ul {
	display: block;
}
#navlist li li {
	float: left;
	clear: both;
}
#navlist li li a {
	height: 1%;
}
/* Stylesheet: menu-horizontal Modified On 2014-05-16 14:36:41 */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/



/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}
.calendar-month{
padding-bottom: 10px;
font-weight: bold;

}
#cal-calendar td {
  border: 1px solid black;
  vertical-align: top;
  padding: 5px;
 // height: 75px;
  width: 75px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #dddddd;
}

#cal-calendar .calendar-day
{
  background-color: #80ff80;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #B6B6FF;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* Stylesheet: Calguys Calendar CSS example v1.13.4 Modified On 2014-05-16 13:47:54 */
