/* ================================================================ 
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/flyout_horizontal.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.
=================================================================== */
/* common styling */ 
/*styling by Lisa Auer to suit CMG*/

.menu {font-family: arial, sans-serif; width:140px; height:217px; position:relative; margin:0; font-size:1.1em; line-height:15px; font-weight: bold;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li a {display:block; text-decoration:none; color:#993300; font-weight: bold; width:130px; height:35px; border:none; line-height:15px; padding-left:0; padding-right:0;}
.menu ul li a:visited  { display:block; text-decoration:none; color:#993300; font-weight: bold; width:130px; height:35px; border:none;  ; line-height:15px; ; padding-left:0px; padding-right:0px;}
.menu ul li a:hover {background:transparent  url(../mainimages/orange_line.gif); background-repeat: no-repeat;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none; }
.menu ul li ul  a, .menu ul li ul  a:link {background:transparent url(../mainimages/orange_line_w_upright.gif); background-repeat: no-repeat; height:70px; width:130px; font-size: 110%;  } /* height 70 to give large space for hovering over*/ 
.menu ul li ul  a:hover, a:focus, a:active {position: relative; z-index: 120; background:transparent url(../mainimages/orange_line_w_upright.gif);  background-repeat: no-repeat; height:70px; padding-bottom:15px; color: #ffffff; font-size: 110%;  }
.inline_menu ul li ul  a:hover, a:focus, a:active {position: relative; z-index: 120; background:transparent url(../mainimages/orange_line_w_upright.gif);  background-repeat: no-repeat; height:70px; padding-bottom:15px; color: #ffffff; font-size: 110%;  }
#active a:link, #active a:visited {
color:#330000;
}
.current a{
color:#330000;
}

.menu ul li:hover a {color: #dc9000;}/*light orange*/
#active .menu ul li:hover a {color: #dc9000;}
.menu ul li:hover ul {display:inline; font-size: 75%;  position:absolute; top:0; left:-800px; width:800px; background:transparent; }
.menu ul li:hover ul li { display:inline; float:right; color: #ffffff; }

.menu ul li:hover, .menu ul li a:hover {background:transparent url(../mainimages/orange_line.gif); background-repeat: no-repeat; color:#ffffff;}