/* begin css from menu.css*/

div#menu{ font-size: 0.9em; }

div#menu ul{
	list-style-type: none;
	position:relative;
	clear: none;
	/*font-size: 1.1em;*/
}

div#menu ul ul li a{
	/*font-size: 0.85em;*/
	padding-top: 0;

}

div#menu ul ul ul li a{
	/*font-size: 1.05em;*/
	padding-top: 0em;

}

div#menu{ 
	position:relative;
	margin-top: 0px;
	float: left; 
	height:100%;
	background: #FFFFFF;
	clear: none;
	width: 165px;
	margin-left: 10px;
	}
#menu ul li img{  }	
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li{ margin-left: 0; }
#menu a {
/*font-size: 0.7em;*/
font-family: Verdana, Arial;
font-weight: bold;
display: block;
margin: 0
color: #b5111c;
text-decoration: none;
text-align: left;

padding-top: 0.25em; padding-left: 20px; /*padding-bottom: 0.2em;*/ padding-right: 4px;

}

/* bullets for all nav*/
	#menu a{ 
	background: url(../images/sce/template-images/nav-bullet-inactive.gif) no-repeat;
	background-position: 3px center;
	}
	
#menu a.main_menu {
display: block;
color: #b5111c;
text-align: left;
background: #FFFFFF;
background: url(../images/sce/template-images/nav-bullet-inactive.gif) no-repeat;
background-position: 3px center;
}

#menu a.main_current{
color: #b5111c;
background: url(../images/sce/template-images/nav-bullet-active.gif) no-repeat;
background-position: 3px center;
}

#menu a.current{
background: url(../images/sce/template-images/nav-bullet-active.gif) no-repeat;
background-position: 3px center;
color: #b5111c;
}

#menu a:hover {
background: url(../images/sce/template-images/nav-bullet-active.gif) no-repeat;
background-position: 3px center;
color: #b5111c;

}

#menu a.main_menu:hover {
background: url(../images/sce/template-images/nav-bullet-active.gif) no-repeat;
background-position: 3px center;
color: #b5111c;
}

#menu a.main_current:hover{
background: url(../images/sce/template-images/nav-bullet-active.gif) no-repeat;
background-position: 3px center;
color: #b5111c;
}

/*secondary nav*/
				
		div#menu ul ul{
		font-weight:normal;
		/*font-size: 0.8em;*/
		margin-left: 0px;
		position:relative;
		clear: none;
		}
		
		#menu ul ul a{
		margin-left: 10px;
		color: #b5111c;
		}
		
		#menu ul ul ul {
		margin-left: 10px;
		color: #b5111c;
		}
		
		
		/*secondary nav current*/
			#menu ul ul a.current{
			color: #b5111c;

			}
			
			/*secondary nav rollover*/
			#menu ul ul a:hover{
			color: #b5111c;

			}

/*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;
		}
	
div#menu a{  }
div#menu.menu ul li a#menu_link0{ /*border-top: 1px solid #b6c8d3;*/ }	



		
/* bottom / footer styles */
/*		div#footer{
			font-family: Verdana, arial;
			color: #b5111c;
			clear: none;
			/*float: right;*/
			/*margin-right: 0px;
			width: 920px;*/

/*			z-index:1000;
			/*border:1px solid green;*/

/*			}
		
		/*div#footer{ position: absolute; margin: 0; padding:0; clear: none;  }
		div#footer.menu ul{ clear: none;   /*border:1px dashed red;*/
/* 				}
/*		div#footer.menu ul li{ width: 740px;  /*border:1px solid blue;
/* 				}	
	*/
	div#footer ul li{ margin:0; }
	div#footer.menu {  }
		div#footer ul{ margin: 0; padding: 0; }
		/*div#footer ul li{ margin-left: auto; margin-right: auto; }*/
	#footer .footer_link { 
			font-family: Verdana, arial;
			border-left: solid 1px #ffffff; 
			padding-left:4px;
			}

			
			
		#footer a{ color: #ffffff; font-weight: bold; text-decoration: none; }
		
		#footer a:hover{ color: #ffffff; font-weight: bold; text-decoration: none; }
		#footer a:current{ color: #ffffff; font-weight: bold; text-decoration: none; }
		
		#footer .footer_language_link {	color: #ffffff; border-left: solid 1px #ffffff; font-weight: bold; text-decoration: none;}
		#footer .footer_first{ color: #ffffff; border-right: none; font-weight: bold; text-decoration: none; }

