/*  navigation and fly out menu styles */

/*left-side vertical menus */
#navigation {
	position: relative;
	float: left; 
/*	padding-left: 20px; */	
	width: 220px;
}

ul#nav {
	z-index: 1000;
	width: 220px;  /* this sets the width for the master container */ 
	margin: 5px 0 0 9px; 
	padding: 0; 
}

ul#nav li {
    list-style:none;
	position: relative;
	z-index: 0;
	line-height: .7em;
    width:220px;
	background-image:url("/images/leftNavBttn.gif");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

ul#nav li:hover a {
	background-image:url("/www/images/leftNavBttnOver.gif");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

ul#nav li a {
	display: block;
	padding: 12px 15px 12px;
	font-size: .9em;
	font-weight: 700; 
	color: #55470f;
	text-decoration: none;
}


ul#nav li a span {
	padding: 0 15px 0 10px;
}

ul#nav  li ul {
    display: block;
	border: 1px solid #9f9d9d;
    position: absolute;
	z-index: 100;
    left: -999em;  /* this makes it more accessible than display:none; */
    padding: 3px 8px 3px 8px;
    background: #5D81B5;
/*	background: #e0dfd1;
	background: #f4f5f0;*/
}

ul#nav  li:hover ul,
ul#nav  li.over ul {
	width: 220px;
    display: block;
    left: 212px;  /* the postion near main menu */
    top: 5px;    /* align with top of main menu */
    position: absolute;
    z-index: 200;
}

ul#nav  li ul li {
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
}

ul#nav  li:hover ul li a,
ul#nav  li.over ul li a {
    display: block;
	background: transparent;
	text-decoration: none;
    margin: 0;
	padding: 5px 10px;
/*  color: #55470f; */
	color: #fff;
    text-indent: 0;
    text-align: left;
    border: 0;	
    line-height: 1.1em;
}

ul#nav li ul li a:hover {color: #ddd;}




/*top horizontal menus */
#topnavigation {
	position: relative;
	z-index: 5000;
	background-image:url("/images/topNavBkg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	width: 900px;
	height: 32px;
}

ul#topnav li {
    list-style:none;
	position: relative;
	float: left;
	text-indent: -999em; 
	line-height: .8em;
}

ul#topnav li a {
	font-size: .9em;
	font-weight: 700; 
	display: block;	
	padding: 12px 0;    
	line-height: 1em;
}

ul#topnav li#overview, ul#topnav li#registry, ul#topnav li#training, ul#topnav li#contact { 
	background-repeat: no-repeat; 
	height: 32px;
}

ul#topnav li#overview {width: 161px; background-image:url("/images/centerOverviewBttn.gif");}
ul#topnav li#registry {width: 161px; background-image:url("/images/minnesotaRegistryBttn.gif");}
ul#topnav li#training {width: 161px; background-image:url("/images/searchForTrainingBttn.gif");}
ul#topnav li#contact {width: 161px; background-image:url("/images/contactUsBttn.gif");}

ul#topnav li ul {
    display: block;
	border: 1px solid black;
    position: absolute;
    left: -999em; /* this makes it more accessible than display:none; */
    padding: 3px 8px 3px 8px;
/*  background: #555; 
	background: #CBDDF7;*/
	background: #e0dfd1;
}

ul#topnav li ul li {float: none;}

ul#topnav li:hover ul,
ul#topnav  li.over ul {
    display: block;
    left: 20px;  /* the postion near main menu */
    top: 32px;   /* align with top of main menu */
    position: absolute;
    width: 187px;
}

ul#topnav  li ul li {
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
}

ul#topnav  li:hover ul li a,
ul#topnav li.over ul li a {
    display: block;
/*  width: 126px;  /* this is to adjust if used some background image for dropdown */
    background: transparent;
    padding: 8px 10px;
    text-decoration: none;
    margin: 0;
/*  color: #e2f0fd; */   
    color: #3E396F; 
	text-indent: 0;
    text-align: left;
    border: 0;
}

ul#topnav li ul li a:hover {color: #000;}

#smalltext {font-size: 10px}
