﻿div.menu {
	xwidth: 183px; /*background: #cccccc;*/;
	xbackground: url(/images/gray_line.gif) left repeat;
	padding: 0px;
}
div.menu a {
	display: block;
	margin: 0px;
	padding-right: 4px;
	padding-left: 20px;
	color: #666;
}
div.menu a:hover {
	color: #f00;
}
div.menu .level1 {
	/*background: url(/images/menu_white.png) left no-repeat;*/
   xbackground-color: #00f;
	font-weight: bold;
	padding: 6px 15px;
}
div.menu .level1a {
	xline-height: 29px;
	background: url(/images/menu_blue.png) left no-repeat;
	font-weight: 600;
	padding: 6px 15px;
	color: #036;
}
div.menu a.level2 {
	padding: 6px;
	line-height: 14px;
	background-color: #f2f7fb;
}
div.menu a.level2a {
	padding: 6px;
	line-height: 14px;
	font-weight: bold;
	background-color: #f2f7fb;
	color: #004c94;
}
div.menu a.level3 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 36px;
	padding-right: 4px;
	line-height: 12px;
	background-color: #f2f7fb;
}
div.menu a.level3a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 36px;
	padding-right: 4px;
	line-height: 12px;
	font-weight: bold;
	background-color: #f2f7fb;
	color: #004c94;
}
/* Popup Menu Styles */
div.menu-item {
	position: relative;
	xborder: 1px solid red;
	xborder-left: 1px;
	xborder-right: 1px;
	z-index: 150;
}
div.popup {
	width: 183px;
	background: #ccc;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	padding-top: 1px;
	padding-bottom: 1px;
	display: none;
	position: absolute;
	top: -1px;
	left: 183px;
}
div.popup-inner {
	margin: 0px 1px;
	background: #f0f0f0;
}
div.popup a {
	display: block;
	color: #333;
	margin: 0px;
	padding: 5px 5px;
}
