/* begin css from menu.css*/



div#menu ul{
	list-style-type: none;
	position:relative;
	clear: none;
}

div#menu ul ul{

}

div#menu{ 
	position:relative;
	margin-left: 20px;
	margin-top:20px;
	float: left; 
	height:100%;
	background: #FFFFFF;
	clear: none;
	width: 207px
	}
	
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
font-size: 0.8em;
font-family: Verdana;
font-weight: bold;
display: block;
margin: 0
color: #434F3F;
text-decoration: none;
text-align: left;
/*padding-top: 4px; padding-left: 13px; padding-bottom: 4px; padding-right: 4px;*/
padding-top: 0.2em; padding-left: 12px; /*padding-bottom: 0.2em;*/ padding-right: 4px;

border-bottom: 1px solid #788D71;

}

#menu a.main_menu {
display: block;
color: #434F3F;
text-align: left;
background: #FFFFFF;
background: url(../images/sce/bullet-white-bkg.gif) no-repeat;
background-position: 3px center;
}

#menu a.main_current{
color: #E3E5DE;
background: #788D71 url(../images/sce/bullet-green-bkg.gif) no-repeat;
background-position: 3px center;
}

#menu a.current{
color: #E3E5DE;
background: #788D71 url(../images/sce/bullet-green-bkg.gif) no-repeat;
background-position: 3px center;
}

#menu a:hover {
color: #E3E5DE;
background: #788D71;
}

#menu a.main_menu:hover {
color: #E3E5DE;
background: #788D71 url(../images/sce/bullet-green-bkg.gif) no-repeat;
background-position: 3px center;
}

#menu a.main_current:hover{
color: #E3E5DE;
background: #788D71 url(../images/sce/bullet-green-bkg.gif) no-repeat;
background-position: 3px center;
}

/*secondary nav*/
				
		div#menu ul ul{
		margin-left: 10px;
		/*width:140px;*/
		position:relative;
		clear: none;
		}
		
		#menu ul ul a{
		color: #434F3F;
		background: #ffffff url(../images/sce/bullet-white-bkg.gif) no-repeat;
		background-position: 3px center;
		}
		
		
		/*secondary nav current*/
			#menu ul ul a.current{
			color: #E3E5DE;
			background: #788D71 url(../images/sce/bullet-green-bkg.gif) no-repeat;
			background-position: 3px center;
			}
			
			/*secondary nav rollover*/
			#menu ul ul a:hover{
			color: #E3E5DE;
			background: #788D71 url(../images/sce/bullet-green-bkg.gif) no-repeat;
			background-position: 3px center;
			}

/*display / hide sub menus */
		/* show submenu of current page*/
		#menu ul li.main_current ul,
		#menu ul li.current ul,
		#menu ul li.main_current ul li.current ul,
		#menu ul li.current ul li.current ul{
		display:block;
		}
		
		/* hide submenus */
		#menu ul li ul,
		#menu ul li.main_current ul li ul,
		#menu ul li.current ul li ul{
		display:none;
		}
		
/* bottom / footer styles */
		div#xanthos-link{ 
			float: right;
			margin-right: 75px;
			width: 655px;
			font-size: 0.6em;
			}
			
		div#footer{
			float: right;
			margin-right: 75px;
			width: 655px;
			font-size: 0.6em;
			}
		
		div#footer ul{ margin:0; padding: 0; margin-top: 10px;}	
		#footer .footer_link { 
			color: #666666;
			border-right: solid 1px #666666; 
			padding-right:4px;
			}
			
		#footer .footer_language_link {	border-left: solid 1px #666666;}
		#footer .footer_last{ color: #666666; }
