/* 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:15px;
	float: left; 
	height:100%;
	background: #FFFFFF;
	clear: none;
	width: 150px;
	}
#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;
display: block;
margin: 0
color: #0055a5;
text-decoration: none;
text-align: left;
text-transform:uppercase;
padding-top: 4px; padding-left: 13px; padding-bottom: 4px; padding-right: 4px;

}

#menu a.main_menu {
display: block;
color: #0055a5;
text-align: left;
background: #FFFFFF;
background: url(../images/sce/tallack-bullet.gif) no-repeat;
background-position: 3px center;
}

#menu a.main_current{
color: #0055a5;
background: url(../images/sce/tallack-bullet.gif) no-repeat;
background-position: 3px center;
font-weight: bold;
}

#menu a.current{
background: url(../images/sce/tallack-bullet.gif) no-repeat;
background-position: 3px center;
color: #0055a5;
font-weight: bold;
}

#menu a:hover {
background: url(../images/sce/tallack-bullet.gif) no-repeat;
background-position: 3px center;
color: #0055a5;
font-weight: bold;

}

#menu a.main_menu:hover {
background: url(../images/sce/tallack-bullet.gif) no-repeat;
background-position: 3px center;
color: #0055a5;
font-weight: bold;
}

#menu a.main_current:hover{
background: url(../images/sce/tallack-bullet.gif) no-repeat;
background-position: 3px center;
color: #0055a5;
font-weight: bold;
}

/*secondary nav*/
				
		div#menu ul ul{
		margin-left: 5px;
		background: none;
		font-family: verdana;
		font-weight:normal;
		font-size: 0.8em;
		text-transform:uppercase;
		position:relative;
		clear: none;
		}
		
		#menu ul ul a{
		background: none;
		font-family: verdana;
		color: #003e7e;
		font-size: 0.8em;
		text-transform:uppercase;
		}
		
		
		/*secondary nav current*/
		
		
			#menu ul ul a.current{
			margin-left: 5px;
			background: none;
			font-family: verdana;
			color: #0055a5;
			font-size: 0.8em;
			font-weight: bold;
			text-decoration: none;
			}
			
			/*secondary nav rollover*/
			#menu ul ul a:hover{
			background: none;
			font-family: verdana;
			color: #0055a5;
			font-size: 0.8em;
			font-weight: bold;
			text-decoration: none;
			}

/*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{  }	



		
/* bottom / footer styles */
		div#footer{
			font-family: verdana;
			color: #0055a5;
			clear: none;
			/*float: right;*/
			/*margin-right: 0px;
			width: 920px;*/

			z-index:1000;
			/*border:1px solid green;*/

			}
		
		div#footer.menu{ clear: none; text-align: center; }
		div#footer.menu ul{ width: auto;  /*border:1px dashed red;*/ text-align: center; }
		div#footer.menu ul li{ width: auto; text-align: center; text-transform:uppercase; /*border:1px solid blue;*/ }	
	
	
		div#footer ul{ margin: 0; padding: 0; margin-top: 10px; }
		/*div#footer ul li{ margin-left: auto; margin-right: auto; }*/
		
		#footer .footer_link { 
			font-family: verdana;
			border-right: solid 1px #666666; 
			padding-right:4px;
			}
			
		#footer a{ font-weight: normal; text-decoration: none; }
		
		#footer a:hover{ font-weight: normal; text-decoration: none; }
		#footer a:current{ font-weight: normal; text-decoration: none; }
		
		#footer .footer_language_link {	border-left: solid 1px #0055a5; font-weight: normal; text-decoration: none;}
		#footer .footer_last{ border-right: none; font-weight: normal; text-decoration: none; }
		

