div#content{
	text-align:center;
	margin-top:6px;
	margin-left:0%;
	margin-right:0%;
	padding: 0 1em;
	}	
div#header {
	height:56px; 
	text-align:center; 
	margin-top:0;
	padding-top:5px;
	background-color:#3dbce7; 
	
	}
div#header2 {
	height:56px; 
	text-align:center; 
	margin-top:0;
	padding-top:5px;
	background-color:#3dbce7; 
	/*
	background-image:url(../../images/bgblue.jpg);
	*/
	background-image:url(/sm/images/bg_top.gif);
	background-repeat:repeat;
	
	}
/* -------------------------------------- */
div#left {
	float:left;
	margin-top:0;
	width:20%;
	text-align:center;
	margin-bottom:0px; 
}	
#outermenu {
	float:left;
	margin-top:0;
	left:100px;
}	
#topmenu {
	margin-left:0px;
	margin-right:0px;
	clear:both;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu ul, li {
    margin: 0 0 0 0; 
}
#topmenu li { /* all list items */
	float: left;
	position: relative;
	width: 8em;
	
}

#topmenu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 1.8em;
    left: 0;
}

#topmenu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #topmenu ul li { float: left; height: 1%; }
* html #topmenu ul li a { height: 1%; }
/* End */

#topmenu li:hover ul { display: block; }

#topmenu li:hover>ul { visibility:visible; }

#topmenu ul ul { visibility:hidden; }		

/* Styles for Menu Items */
#topmenu ul a {
	display: block;
	text-decoration: none;
	color: #004080;
	
	font-weight:bold;
	padding: 5px;
	border: 0px solid #ccc;
}
/* Hover Styles */
#topmenu ul a:hover { 
/*	color: White;  */
	background: #f9f9f9; 
} 

/* Sub Menu Styles */
#topmenu li ul a {
	text-decoration: none;
	color: #000000;
	background: #3dbce7; /* IE6 Bug */
	border: 1px solid #ccc;
    padding: 5px; 
	font-size:.75em;
} 

/* Sub Menu Hover Styles */
#topmenu li ul a:hover { 
	color: #E2144A; 
	background: #f9f9f9; 
} 

#topmenu li ul a.submenu {
	background:#004080;  /*008ed2*/
	}
#topmenu li ul a.submenu:hover {
	background:#92b5c2; /*008ed2*/
	}	
	
