.mepmenu {
	/*list-style: outside url(../images/bullet.gif) square;*/
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #1a435a;
	text-decoration:none;
	margin-left:-40px;
	
}
.mepmenu ul { 

	display: none;
	position:absolute;
	margin-top:-20px;
	left:140px;
	border: solid #999999 1px;
	padding:0;
	list-style:none;
	
}
.mepmenu li { 

	margin: 2px 2px 2px 2px ;
	padding: 2px 2px 2px 2px ;

}
.mepmenu li img {
	margin-right: 3px;
	margin-left: 2px;
	vertical-align: -5%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mepmenu li ul { 

	position:absolute;
	border: solid #cccccc 1px;
	padding:1px;
	background-color:#e5eaf0;

}
.mepmenu li ul li { 

	width:200px;
	background-color:#e5eaf0;
	list-style:none;

}

.mepmenu a:link {
	color:#1a435a;
	text-decoration:none;
	display:block;
}
.mepmenu a:visited {
	color:#1a435a;
	text-decoration:none;
	display:block;
}
.mepmenu a:hover {
	color:#1a435a;
	background-color:#c1dae5;
	display:block;
	text-decoration:none;
}
.mepmenu a:active {
	color:#1a435a;
	text-decoration:none;
	display:block;
}




/*
 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);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
/*.menulist a .subind {
 float: right;
}*/

/*
 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 .mepmenu {
	margin-left:0px;
}
* html .mepmenu {
	margin-left:0px;
}
/**:first-child+html .mepmenu li {
 float: left;
 width: 100%;
}

* html .mepmenu li {
 float: left;
 height: 1%;
}
* html .mepmenu a {
 height: 1%;
}
/* End Hacks */