/* CSS Document */
.menu_bgr
{
	background-image:url(../images/menu_bgr.jpg);
	height:47px;
	line-height:45px;
	width:100%;
	background-repeat:repeat-x;
	vertical-align:top;
	overflow:hidden;
}
.menu_delim
{
	background-image:url(../images/menu_delimit.jpg);
	height:47px;
	width:8px;
	float:left;
}

a.menu_link:link,
a.menu_link:hover, 
a.menu_link:visited, 
a.menu_link:active
			{
			font-family:tahoma,Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
			padding-left:20px;
			padding-right:20px;
			float:left;
			}
a.menu_link:link,
a.menu_link:visited, 
a.menu_link:active
			{
			color:#ffffff;
			}

a.menu_link:hover			
			{
			color:#00CCFF;
			}
.menu_shadow{
			width:675px;
			height:10px;
			background-image:url(../images/menu_shadow.jpg);
			overflow:hidden;
}