/* CSS Document */

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

body div#listmenu ul li ul	{ display:none; /*--- Hides all drop down menus ---*/ }
div#listmenu ul li:hover ul	{ display:block; }/*--- Displays appropriate drop down menu ---*/


body div#listmenu ul li ul li ul { display:none; /*--- Hides all drop down menus ---*/ }

div#listmenu ul li:hover ul li:hover ul { display:block; } /*--- Displays appropriate drop down menu ---*/
div#listmenu ul li:hover ul li ul { display:none; }


div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding-left:100px;
	margin:0px;
	height:16px;
	font-size:12px;
}

div#listmenu ul
{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}

div#listmenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
	margin:0px;
}
div#listmenu ul li
{
	color:white;
	padding-right:5px;
}

div#listmenu ul li a  {
	text-decoration:none;
	display:block;
	color:#ffffff;
}
div#listmenu ul li a:hover {
	display:block;
	color:#3a4a0c;
	text-decoration:none;
}

/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	background-color:#9dbf37;
	display:block; /*--- Displays appropriate drop down menu ---*/
}
div#listmenu ul li ul li
{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #c2d84e;
	
	
}

div#listmenu ul li ul li a.dropDown {
	color:#ffffff;
	text-decoration:none;
	display:block;
	text-align:left;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:#ffffff;
	text-decoration:none;
	display:block;
	border:none;
}

div#listmenu ul li ul.target{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:-3px;
	margin-top:0px;
}

div#listmenu ul li ul.prof{
	width:140px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:-3px;
	margin-top:0px;
}

div#listmenu ul li ul.pat
{
	width:140px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:-3px;
	margin-top:0px;
	color:#ffffff;
}

div#listmenu ul li ul.about
{
	width:155px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:-3px;
	margin-top:0px;
}

div#listmenu ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	padding:0px;
	border:none;
}
div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	padding:0px;
	margin:0px;
	background:none;
	background-image:none;
	background-color:#9dbf37;
	padding:3px;
	color:#ffffff;
}
div#listmenu ul li ul li a:hover
{
	background-color:#527ec9;
	color:#ffffff;
}
div#listmenu ul li ul li:hover {
	background-color:#527ec9;
	color:#ffffff;
}

/*--- listmenuTop ---*/

body div#listmenuTop ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

body div#listmenuTop ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenuTop /*--- Menu List Container ---*/
{
	float:right; /*--- Makes the div enclose the list ---*/
	padding:0px;
	margin:0px;
	height:16px;
	font-size:12px;
	z-index:99;
}

div#listmenuTop ul
{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}

div#listmenuTop li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
	margin:0px;
}
div#listmenuTop ul li
{
	color:white;
	padding-right:5px;
}

div#listmenuTop ul li a  {
	text-decoration:none;
	display:block;
	color:#ffffff;
	font-weight:normal;
}
div#listmenuTop ul li a:hover {
	display:block;
	color:#ffffff;
	text-decoration:none;
}

/* DROPDOWNS */
div#listmenuTop ul li:hover ul  {
	background-color:#466CB7;
	display:block; /*--- Displays appropriate drop down menu ---*/
}
div#listmenuTop ul li ul li
{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #698FCD;
}

div#listmenuTop ul li ul li a.dropDown {
	color:#ffffff;
	text-decoration:none;
	display:block;
	text-align:left;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}
div#listmenuTop ul li ul li a.dropDown:hover {
	color:#ffffff;
	text-decoration:none;
	display:block;
	border:none;
}
div#listmenuTop ul li ul.news{
	width:91px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:-42px;
	margin-top:0px;
}

div#listmenuTop ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	padding:0px;
	z-index:99;
	border:none;
}
div#listmenuTop ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	padding:0px;
	margin:0px;
	background:none;
	background-image:none;
	background-color:#466CB7;
	padding:3px;
}
div#listmenuTop ul li ul li a:hover
{
	background-color:#527ec9;
}
div#listmenuTop ul li ul li:hover {
	background-color:#527ec9;
}

/* 2ND TIER FLYOUTS */

div#listmenu ul li ul li ul 
{
	margin-left:145px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	top:0px;
	padding-left:0px;
	width:150px;
}
div#listmenu ul li ul li ul li
{
	/*--- Makes the list items fill the list containers (ul) ---*/
	/*border-top:1px solid #ffffff; --- Three sides of each drop-down item ---*/
	padding:0px;
	background-image:none;
	margin:0px;
	background-image:url(../images/nav-dropbg.gif);
	background-repeat:repeat-x;
	text-align:left;	
}

div#listmenu ul li ul li ul li:hover {
	background-color:#d7dded;
}

div#listmenu ul li ul li ul li a
{
	display: block;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:3px;
	margin:0px;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

div#listmenu ul li ul li ul li a:hover	{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	}