/*
 * $Id: menu.css 852 2006-07-13 21:58:50Z tim $
 */
div.emptymenu {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
}

div.menu {
	width:166px;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	visibility:hidden;
	font-weight:normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}
div.topmenu{
	background:url(/images/nav/menu_item-top.png) no-repeat;
	width:166px;
	height:16px;
}

div.menuitems{
	background: #d3eefb;
	border-right:1px solid #c5c5c5;
	width:158px;
}

div.bottommenu{
	background:url(/images/nav/menu_item-bottom.png) no-repeat;
	width:166px;
	height:19px;
}
/*/*/ /*/
div.menu {
	layer-background-color:#EEE;
}
/* */

/*/*/
div.menu a {
	width:161px;
}
/**/
div.menu a {
	display:block;
	width:147px;
	margin:0 0 0 14px;
	padding:0.2em;
	/*padding:2px 6px 2px 12px;*/
	font-weight:normal;
	color:#036;
	text-decoration:none;
}
html>body div.menu a {width:auto;}
div.menu a:visited {background:none;color:#036;}
div.menu a:hover {background:none;color:#0AE;}
div.menu a:focus {background:none;color:#036;}
div.menu a:active {background:none;color:#036;}
