
.menu_sep
{
	font-size: 3px;
	height: 3px;
}

.pagemenu
{
	background-image: url(../site_images/pagemenu_bg.gif);
	width: 627px;
	background-repeat: repeat-x;
	height: 71px;
	overflow: hidden;
}
.pagemenu_left
{
	background-image: url(../site_images/pagemenu_bg_left.gif);
	width: 10px;
	background-repeat: repeat-x;
	height: 71px;
	overflow: hidden;
}
.pagemenu_right
{
	background: url('../site_images/pagemenu_bg_right.gif') no-repeat right top;
	width: 10px;
	height: 71px;
}

.pagemenu_hover
{
font-family: Arial,Helvetica,sans-serif;
text-align: left;
font-weight: normal;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.pagemenu_hover .left
{
	width:2px;
	height: 21px;
}

.pagemenu_hover tr
{
	font-size: 12px; 
}

.pagemenu_hover .Unread
{
	font-weight: bold;
   background:url("../site_images/alert.gif") no-repeat left top;
   background-position: 0% 3px;
	padding-left: 15px;
}

.pagemenu_hover .content
{
	padding: 0px 4px 0px 0px;
	height: 21px;
}

.pagemenu_hover a
{
   cursor: pointer;
   text-decoration: none;
}

.pagemenu_hover .icon
{
	padding-right: 5px;
}

.pagemenu_hover a .left
{
  width: 2px;
  background-image:url(../site_images/hover_left.gif);
  background-repeat: no-repeat;
  background-position:-10px 0%;
	background-attachment: fixed;
}
.pagemenu_hover div .left
{
  width: 2px;
  background-image:url(../site_images/hover_left.gif);
  background-repeat: no-repeat;
  background-position:-10px 0%;
	background-attachment: fixed;
}
.pagemenu_hover a:hover .left
{
  width: 2px;
  background-image:url(../site_images/hover_left.gif);
 background-repeat: no-repeat;
  background-position:0px 0px;
    background-attachment: scroll;
}
.pagemenu_hover div:hover .left
{
  width: 2px;
  background-image:url(../site_images/hover_left.gif);
  background-repeat: no-repeat;
  background-position:0px 0px;
  background-attachment: scroll;
}
.pagemenu_hover a .icon
{
	background-image: url(../site_images/hover.gif);
	background-repeat:no-repeat; 
   background-position:0% -150px;
	background-attachment: fixed;
}
.pagemenu_hover a:hover .icon
{
	background-image: url(../site_images/hover.gif);
	background-repeat:no-repeat; 
   background-position:0% 0px;
   background-attachment: scroll;
}
.pagemenu_hover div:hover .icon
{
	background:url("../site_images/hover.gif") no-repeat left top;
   background-position:0% 0px;
   background-attachment: scroll;
}
.pagemenu_hover a .content
{
	background-image: url(../site_images/hover.gif);
	background-repeat:no-repeat;
	background-position:-450px top;
	background-attachment: fixed;
/*	filter:alpha(opacity=40);
	-moz-opacity:0.50; 
	opacity:0.50;
	-khtml-opacity:0.50;  */
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	border: none;
}

/*.pagemenu_hover a .content div.cnttxt
{
	filter:alpha(opacity=200);
	background-color:Red;
	-moz-opacity:0.9; 
	opacity:10.01;
	-khtml-opacity:0.9;  

}*/


.pagemenu_hover a:hover .content
{
	background-image: url(../site_images/hover.gif);
	background-repeat: no-repeat;
  background-position: right top;
	background-attachment:scroll;
		border: 2px #EEFF55 solid;
}

.pagemenu_hover div:hover .content
{
	background-image: url(../site_images/hover.gif);
	background-repeat: no-repeat;
   background-position: right top;
   background-attachment: scroll;
}

.pagemenu_hover div:hover {
	border: 2px #EEFF55 solid;
	}


.pagemenu_hover .inactive a:hover .content, 
.pagemenu_hover .inactive div:hover .content,
.pagemenu_hover .inactive a:hover .icon,
.pagemenu_hover .inactive div:hover .icon,
.pagemenu_hover .inactive a:hover .left,
.pagemenu_hover .inactive div:hover .left
{
	background:none;
	cursor: help;
}

.pagemenu_hover .inactive .content span, .pagemenu_hover .inactive .content
{
	color: Gray;
	cursor: help;
}

.pagemenu_hover .selected .left
{
    width: 2px;
	background:url("../site_images/hover_left.gif") no-repeat left top;
	background-position:0% 0px;
}
.pagemenu_hover .selected .content
{
	background:url("../site_images/hover.gif") no-repeat right top;
   background-position: 100% 0px;
}

.pagemenu_hover .selected .content span, .pagemenu_hover .content span
{
	color: #4682b4;
}

.pagemenu_hover .selected .icon
{
	background:url("../site_images/hover.gif") no-repeat left top;
   background-position:0% 0px;
}


