/* from style.css */
#menu ul li{
/*   float:left; */
   height:42px;
   width:auto;
   padding-left:12px;
   padding-right:14px;
   background:url(images/menu-li-right-bg.jpg) right no-repeat;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
   padding-top:6px;
}
#menu ul li.last{
   background:none;
}
#menu ul li a{
   color:#fff;
   display:block;
   font-weight:bold !important;
   padding-top:9px;
   text-transform:uppercase;
   text-shadow:1px 2px 2px #054887;
   
}
#menu ul li a:hover{
  /* color:#3696e8;*/
    color:#000;
	text-shadow:1px 2px 2px #999;
}
/* end from style.css*/






/* HORIZONTAL FREESTYLE MENU LAYOUT */
#main_public_menu {
	/*padding-left: 20px;*/
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;

/*
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
color: #fff;
*/
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */


.menulist ul {
 display: none;
 position: absolute;
 width: 160px;
 top:52px;
 border-bottom:solid 1px #d7d5d6;
 
 /*
 top: 1.0em; margin-top: 13px;
 left: -1px;
 width: 150px;*/
 
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; 
 margin-top: 0;
 left: 160px;
 border-bottom:solid 1px #d7d5d6;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
    float: left;
    display: block;
    position: relative;
    margin: 0px;
    margin-right: -1px;
	padding: 5px 25px;
	height: 31px;
}
.menulist li:hover {
	color: #494949;
	
}

.menulist li a:hover {
	color: #494949;
	
}

.menulist li.active {

	/*background-color: Lime;
	background-image: url(images/top_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom center;*/
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;

}
.menulist ul li a:link {
/*	color:#2982ce; */
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
    text-align: center;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	/*padding: 5px 15px 10px;*/
}
.menulist a.current {

	color: #494949;
	background: url(images/button-hover.jpg) repeat-x;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
   color:#000 !important;
   text-shadow:none !important;

}
.menulist a.highlighted {
    color:#000 !important;
	text-shadow:none !important;

}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: none;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */



#menu ul ul{
 /* background:#edecec; old */
  background:#70b5f0;
/*  background:#5198d5; */
}
#menu ul li{
	padding-left:10px;
   padding-right:10px;
	}
#menu ul ul li{
 /* background: url(images/menu-li-bg.jpg) left top repeat-x; */
   background:none;
   padding:0px;
   padding-left:10px;
   padding-right:10px;
   font-size:12px;
   height:auto;
   clear:both;
   display:block;
 /*  background:url(images/menu-li-bg.jpg) bottom repeat-x;*/
   border-top:solid 1px #d7d5d6;
}
#menu ul ul li a {
	color:#fff !important;
	font-weight:normal !important;
	text-align:left;
	line-height:12px;
	padding-bottom:8px;
}
#menu ul ul li a:hover {
	color:#000 !important;
}
#menu ul ul li:hover{
  background:#d4d2d3;
  border-top:solid 1px #d7d5d6; 
}
.menulist ul a{
   display:block !important;
   
}
.menulist ul{
   margin-left:-9px;
}
.menulist ul ul{
   margin-left:0px;
}
.menulist li a{
   padding-bottom:22px;
   display:block;
}
.menulist li li a{
   padding-bottom:5px;
   padding-top:5px;
   color:#000 !important;
   width:expression('140px'); 
   
}
.menulist li li a:hover{
/*   color:#fff !important;*/
}



