/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*this menu was derived and heavily based on the cssplay flyout menu, mentioned above. the original CSS was altered and added to ,to fit our design and functional purposes. most of our li are populated via php/filemaker calls*/

/* common styling */
.menu {float:left;font-family: arial, sans-serif; width:180px; height:500px; position:relative; margin:175px 15px 15px 15px;}
.menu ul {padding:0; margin:0;list-style-type:none; }
.menu ul li ul {display: none;}


/*1st level LI*/
.menu ul li {float:left; margin-right:1px; position:relative;line-height:1.3em; font-size:1em;width:165px;}


/*1st level LI ,<a> styles*/
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#595959;font-size:1em;padding:8px 0px 8px 8px;}
.menu ul li.breadth_menu_li a, .menu ul li.breadth_menu_li a:visited {padding-left:25px;font-style:oblique;font-size:97%;}
/*adds images based on class set in php*/
.menu ul li a.yep, .menu ul li a:visited.yep {background:url(../LSD_ReEng/image_LS/triangle.gif) no-repeat 95% 90%;}



/*1st level specific classes/id styles*/
.menu li#courses_header{display:block; border:none; line-height:1.3em; padding:8px 0px 8px 8px;background:#c8bcb1;color:#fff;font-family:georgia, sans-serif;margin-bottom:8px;width:157px;}
.menu li#home a{border:1px solid #A4A498;border-width:1px 0 0 0;}
.menu li#course_archive a{border:1px solid #A4A498;border-width:1px 0 1px 0;margin-top:10px;}



/*1st level behaviors*/
.menu ul li:hover a {color:#595959; background:#EDE9E6;}
.menu ul li:hover ul, .menu ul li#home:hover ul {display:block; position:absolute; top:0; left:166px; width:150px;}


/*for ie menu*/
.menu ul li:hover ul li a.hide {background:#fff;color:#595959;}
.menu ul li:hover ul li:hover a.hide {width:150px;}


/*2nd level styles*/
.menu ul li:hover ul li ul {display: none;}
.menu ul li#home:hover ul li a{padding-left:20px;}
.menu ul li:hover ul li a, .menu ul li#home:hover ul li a {display:block; background:#fff;color:#595959;border:1px solid #595959; border-width:0px 1px 0px 0px;padding-right:5px;}
.menu ul li:hover ul li a:hover, .menu ul li#home:hover ul li a:hover {color:#595959;baCKGROUND:#ede9e6;border:1px solid #A4A498; border-width:0px 1px 0px 0px;}



