/* CSS Document */

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px 0px;
	height:30px;
	width:1000px;
	margin:0px 0px;	
}

div#listmenu ul
{
	margin:0px;
	padding:0px;
}

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;
}


div#listmenu ul li.blank
{
	background-image:url(../images/menu_blank.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:255px;
	height:30px;
	display:block;
}


div#listmenu ul li.home
{
	background-image:url(../images/menu_home_off.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:77px;
	height:30px;
	display:block;
}

div#listmenu ul li.home:hover  {
	background-image:url(../images/menu_home_on.jpg);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
}

div#listmenu ul li.about
{
	background-image:url(../images/menu_about_off.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:96px;
	height:30px;
	display:block;
}

div#listmenu ul li.about:hover
{
	background-image:url(../images/menu_about_on.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.service
{
	background-image:url(../images/menu_services_off.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:116px;
	height:30px;
	display:block;
}

div#listmenu ul li.service:hover  
{
	background-image:url(../images/menu_services_on.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.account
{
	background-image:url(../images/menu_account_off.jpg);
	background-repeat:no-repeat;
	background-position:left;	
	width:139px;
	height:30px;
	display:block;
}

div#listmenu ul li.account:hover  
{
	background-image:url(../images/menu_account_on.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.educational
{
	background-image:url(../images/menu_edu_off.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:197px;
	height:30px;
	display:block;
}

div#listmenu ul li.educational:hover  
{
	background-image:url(../images/menu_edu_on.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.contact
{
	background-image:url(../images/menu_contact_off.jpg);
	background-repeat:no-repeat;
	background-position:left;	
	width:120px;
	height:30px;
	display:block;
}

div#listmenu ul li.contact:hover  {
	background-image:url(../images/menu_contact_on.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

/*div#listmenu ul li.blank:hover  {
	background-image:url(../images/nav_7news_on.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}*/


/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	display:block; /*--- Displays appropriate drop down menu ---*/
	padding:0px;
	/* margin-top:30px; */
}

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 ---*/
	background-color:white;
	/*background-image:url(../images/bg_dropdown.png);
	background-repeat:repeat;*/
	z-index:99;
	top:35px;
}

div#listmenu ul li ul li
{
	color:#576477;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	margin:0px;
}

div#listmenu ul li ul li a.dropDown {
	color:#576477;
	text-decoration:none;
	display:block;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size:14px;
	padding:5px;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:white;
	text-decoration:none;
	display:block;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

div#listmenu ul li ul.home
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:200px;
	margin-left:0px;
	margin-top:-6px;
	padding:0px;
}

div#listmenu ul li ul.about
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:250px;
	margin-left:0px;
	margin-top:-6px;
	padding:0px;
}

div#listmenu ul li ul.service
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:200px;
	margin-left:0px;
	margin-top:-6px;
	padding:0px;
}

div#listmenu ul li ul.account
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:150px;
	margin-top:-6px;
	margin-left:0px;
	padding:0px;
	
}
div#listmenu ul li ul.educational
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:200px;
	margin-top:-6px;
	margin-left:0px;
	padding:0px;
}

div#listmenu ul li ul.contact
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:120px;
	margin-top:-6px;
	margin-left:0px;
	padding:0px;
}

div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border:0px; /*--- Three sides of each drop-down item ---*/
	border-top:0px;
	background:none;
	background-image:none;
}

div#listmenu ul li ul li:hover {
	background-color:none;
}

div#listmenu ul li ul li a:hover {
	background-color:#576477;
}


