/*****************
menu column
*****************/
#menubar {
    float: left;
    width: 161px;
    border-right: 1px solid black;
    background: #ebf5fc url(/image/bar_menu_left_bg.png) center right no-repeat;
}

#menulist {
	margin: 0;
	_margin-top: 10px;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
#menulist li {
	margin: 0;
}

div.menuheader {
	clear:both;
	font-size: 10px;
	min-height: 16px;
	_height: 16px; /* damn IE */
	width: 161px;
	padding: 0px;
	background-image:url('/image/bar_top_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-weight: bold;
}

ul.list_menu {
	padding: 0px;
	margin:  0 0 5px 0;
	border: 0px;
	list-style: none;
}

/* 1st level not selected */
li.menu {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	width: 150px;
	font-weight: normal;
	text-align: left;
	background-image:url('/image/menu/menu_closed.png');
	background-position: center left;
	background-repeat: no-repeat;
	overflow: hidden;
	white-space: nowrap;
}
li.menu a {
  display: block;
  width: 150px;
  font-size: 10px;
}
li.menu a:link,
li.menu a:visited,
li.menu a:hover {
  color: #222299;
  text-decoration: none;
  font-size: 10px;
}
li.menu a:link,
li.menu a:visited {
  border-top: 0px solid #DEE3E7;
  border-bottom: 0px solid #EEEEEE;
  border-left: 0px solid #cecece;
  border-right: 0px solid #4a4a4a;
  font-size: 10px;
}
li.menu a:hover {
  background-color: #DEE3E7;
  border-top: 0px solid #96A8F1;
  border-bottom: 0px solid #96A8F1;
  border-right: 0px solid #cecece;
  border-left: 0px solid #4a4a4a;
  font-size: 10px;
}
li.menu span.prod {
  padding: 5 0.4em;
  background-color: #ff0;
  color: #0c479d;
}

/* 1st level selected */
li.menuselected {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	width: 150px;
	_width: 160px; /* damn IE */
	background-color: #BCCBD7;
	font-weight: bold;
	color: #000000;
	border: 0px;
	text-align: left;
	background-image:url('/image/menu/menu_open.png');
	background-position: center left;
	background-repeat: no-repeat;
  font-size: 10px;
	overflow: hidden;
	white-space: nowrap;
}
li.menuselected a {
  display: block;
  width: 150px;
  font-size: 10px;
}
li.menuselected a:hover {
  color: #222299;
  text-decoration: none;
  font-size: 10px;
}

/* 2nd level not selected */
li.submenu {
	padding: 2px 0px 2px 15px;
	padding-right: 0px;
	margin: 0px;
	width: 145px;
	font-weight: normal;
	border: 0px;
	border-left: 5px;
	text-align: left;
	font-size: 10px;
}
li.submenu a {
  display: block;
  width: 145px;
  font-size: 10px;
}
li.submenu a:link,
li.submenu a:visited,
li.submenu a:hover {
  color: #222299;
  text-decoration: none;
  font-size: 10px;
}
li.submenu a:link,
li.submenu a:visited {
  border-top: 0px solid #DEE3E7;
  border-bottom: 0px solid #EEEEEE;
  border-left: 0px solid #cecece;
  border-right: 0px solid #4a4a4a;
  font-size: 10px;
}
li.submenu a:hover {
  background-color: #DEE3E7;
  border-top: 0px solid #96A8F1;
  border-bottom: 0px solid #96A8F1;
  border-right: 0px solid #cecece;
  border-left: 0px solid #4a4a4a;
  font-size: 10px;
}
li.submenu span.prod {
  padding: 5 0.4em;
  background-color: #ff0;
  color: #0c479d;
}

/* 2nd level selected */
li.submenuselected {
	padding: 2px 0px 2px 15px;
	margin: 0px;
	width: 145px;
	_width: 160px; /* damn IE */
	background-color: #CCD5E0;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-size: 10px;
}
li.submenuselected a:link,
li.submenuselected a:visited {
  background-color: #CCD5E0;
  font-size: 10px;
	width: 145px;
}
li.submenuselected a:hover {
  color: #222299;
  text-decoration: none;
  font-size: 10px;
	width: 145px;
}

li.sub2menu {
	padding: 2px 0px 2px 15px;
	padding-right: 0px;
	margin: 0px;
	width: 145px;
	font-weight: normal;
	border: 0px;
	border-left: 5px;
	text-align: left;
	font-size: 10px;
	background-image:url('/image/menu/menu_closed.png');
	background-position: 5 center;
	background-repeat: no-repeat;
}
li.sub2menu a {
  display: block;
  width: 145px;
  font-size: 10px;
}
li.sub2menu a:link,
li.sub2menu a:visited,
li.sub2menu a:hover {
  color: #222299;
  text-decoration: none;
  font-size: 10px;
}
li.sub2menu a:link,
li.sub2menu a:visited {
  border-top: 0px solid #DEE3E7;
  border-bottom: 0px solid #EEEEEE;
  border-left: 0px solid #cecece;
  border-right: 0px solid #4a4a4a;
  font-size: 10px;
}
li.sub2menu a:hover {
  background-color: #DEE3E7;
  border-top: 0px solid #96A8F1;
  border-bottom: 0px solid #96A8F1;
  border-right: 0px solid #cecece;
  border-left: 0px solid #4a4a4a;
  font-size: 10px;
}
li.sub2menu span.prod {
  padding: 5 0.4em;
  background-color: #ff0;
  color: #0c479d;
}

/* 2nd level selected with submenu*/
li.sub2menuselected {
	padding: 2px 0px 2px 15px;
	padding-right: 0px;
	margin: 0px;
	width: 145px;
	_width: 160px; /* damn IE */
	background-color: #CCD5E0;
	font-weight: bold;
	color: #000000;
	border: 0px;
	text-align: left;
	font-size: 10px;
	background-image:url('/image/menu/menu_open.png');
	background-position: 5 center;
	background-repeat: no-repeat;
}

li.sub2menuselected a:link,
li.sub2menuselected a:visited {
  background-color: #CCD5E0;
  font-size: 10px;
	width: 145px;
}
li.sub2menuselected a:hover {
  color: #222299;
  text-decoration: none;
  font-size: 10px;
	width: 145px;
}



/* 3nd level not selected with submenu*/
li.subsubmenu {
	padding: 2px 0px 2px 20px;
	padding-right: 0px;
	margin: 0px;
	width: 140px;
	_width: 160px; /* damn IE */
  font-family: verdana,arial,sans-serif;
  font-weight: normal;
	text-align: left;
	font-size: 10px;
}
li.subsubmenuselected {
	padding: 2px 0px 2px 20px;
	padding-right: 0px;
	margin: 0px;
	width: 140px;
	_width: 160px; /* damn IE */
  background-color: #DFDFFF;
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
  color: #000000;
	text-align: left;
	font-size: 10px;
}
li.subsubmenu a {
  display: block;
  width: 100%;
}
li.subsubmenu a:link,
li.subsubmenu a:visited,
li.subsubmenu a:hover {
  color: #222299;
  text-decoration: none;
}
li.subsubmenu a:hover {
  background-color: #DEE3E7;
  font-size: 10px;
}

/* 2nd level selected with submenu*/

li.subsubmenuselected a:hover {
  color: #222299;
  text-decoration: none;
}
li.subsubmenuselected a:hover {
  background-color: #DEE3E7;
}
li.subsubmenu span.prod {
  padding: 5 0.4em;
  background-color: #ff0;
  color: #0c479d;
}

hr.menu {
	border: none;
	color: #D5D5D8;
	background-color: #D5D5D8;
	height: 1px;
	width: 160px;
}
hr.menu_bold {
	border: none;
	color: #D5D5D8;
	background-color: #D5D5D8;
	height: 3px;
	width: 160px;
}

#hr_menu_bold {
	height: 3px;
	border: 0px;
	border-top: 3px;
	border-style: solid;
	margin: 0px;
	padding: 0px;
	width: 160px;
	border-color: #D5D5D8;
	background-color: #D5D5D8;
}

.sub_header {
	width: 160px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
}

.menu_text {
	width: 160px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
}
.menu_text_bold {
	width: 160px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
}

#paypal {
	width: 160px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.MenuSpacer {
	clear: both;
	height: 10px;
}

.Schedulers {
	clear: both;
	font-size: 8px;
	text-align: left;
	width: 161px;
}
.SchedulerProjects {
	clear: both;
	float: left;
	font-size: 9px;
	height: 12px;
	_width: 116px;
	max-width: 116px;
	overflow:hidden;
	white-space: nowrap;
}
.SchedulerOnline {
	float: right;
	text-align: right;
	height: 12px;
	_width: 35px;
	color: #1CD51C;
	overflow:hidden;
	white-space: nowrap;
}
.SchedulerOffline {
	float: right;
	text-align: right;
	height: 12px;
	_width: 35px;
	color: #FF0000;
	overflow:hidden;
	white-space: nowrap;
}
.SchedulerWUStatus {
    float: right;
    margin-top: 2px;
    margin-left: 1px;
    _width: 8px;
}

.ShoutBox {
	clear: both;
	text-align: center;
	width: 161px;
	font-size: 10px;
}

.ShoutBoxForm {
	clear: both;
	text-align: center;
	width: 161px;
}

.ShoutText {
	width: 159px;
	height: 16px;
}

.ShoutBoxMessage1 {
	clear: both;
	text-align: left;
	width: 159px;
	background-color: #DEE3E7;
	margin-left: 1px;
}
.ShoutBoxMessage2 {
	clear: both;
	text-align: left;
	width: 159px;
	background-color: #EFEFEF;
	margin-left: 1px;
}

.ShoutDate {
	text-align: right;
	font-size: 8px;
}

.shoutboxPreview {
	width: 100%;
	margin-left: 1px;
	margin-right: 5px;
	background-color: #DDDDDD;
	text-align: left;
}

/*****************
/menu column
*****************/
