body{behavior: url("/css/csshover3.htc");}


#menu_holder {
	background: url(/images/rt_menu_bg.gif) repeat-x;
	text-align: left;
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
}

/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

*{margin:0;padding:0;border:none;}


/* Begin CSS Popout Menu */

#menu{
	line-height: 23px;
	list-style-type: none;
	list-style:none;
	padding: 0;
	width:900px;
	margin-right: auto;
	margin-left: auto;

}

#menu a{
font:normal 13px/28px helvetica,sans-serif,tahoma, arial;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 5px;
	font-style: italic;
	font-weight: bold;
}

#menu h3{
font: 15px/28px helvetica,sans-serif,tahoma, arial;
text-align: left;
display:block;
white-space:nowrap;
height: auto;
margin:0;
padding:1px 8px;
}

#menu h3{
	color:#FFFFFF;
	background-image:url(/images/rt_menu_btn.gif);
	text-transform:uppercase;
	font-style: italic;
	font-weight: bold;
}

div#menu h3:hover{
	color:#333333;
	background-image:url(/images/rt_menu_btn-over.gif);
	text-transform:uppercase;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
	padding:0px 7px;
	
}

#menu ul li h3 a, #menu ul li h3 a:visited {
	text-align: left;
	display:block;
	color:#FFFFFF;
	text-transform:uppercase;
	white-space:nowrap;
	border:none;
	margin:0;
	background:none;
	font-family: helvetica, sans-serif,tahoma, arial;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
}
#menu ul li h3 a:hover {
	color:#333333;
	background:none;
	text-transform:uppercase;
	border: none;
	
}

#menu a{
	background:#3197fd;
	text-decoration:none;
}

#menu a, #menu a:visited{
color:#FFF;
}

#menu a:hover{
	color:#333;
	background:#4699F6 url(/images/rt_menu_btn-over.gif);
}

#menu a:active{
	color:#333;
	background:#0066FF url(/images/rt_menu_btn-over.gif);
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:auto;
}

#menu ul li{
	width:100%!important;
	*width:10% ; /* override for IE7 and prior */
}

#menu li{
	position:relative;
	background: url(/images/rt_menu_btn.gif);
}
#menu li:hover{
	background: url(/images/rt_menu_btn-over.gif);
}


#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width: 14em;
	text-align: left;
}

#menu ul ul li{
	width: 14em;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h3:hover{
/*background: url(/images/rt_menu_btn-over.gif) no-repeat -999px -9999px;*/
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
	/*font-weight:normal;*/
	color:#FFFFFF;
	background: url(/images/expand.gif) no-repeat 98% 50%;
}

#menu a.x:hover{
	color:#333333;
	background: url(/images/expand-o.gif) no-repeat 98% 50%;
}

#menu a.x:active{
	color:#333333;
	background:#0066FF url(/images/rt_menu_btn-over.gif);
}

/* End CSS Popout Menu */

/* Begin Content Area - Not Part of CSS Popout Menu */

#content{position:absolute;top:3.0em;left:0;margin:0 .5em .5em .5em;padding:0.5em;border:1px solid #000;clear:both;}
#content a:link{color:#a00;}
#content a:visited{color:#a00;}
#content a:hover{color:#a00;background:#eee;}
#content a:active{color:#060;background:#ddd;}
#content h1, #content h2, #content h3{font:bold 1.0em arial,sans-serif;margin:0.5em 0.25em;padding:0;}
#content img{border:none;}
#content p{font:normal 0.9em/1.5em verdana,sans-serif;margin:1.0em;}
#content ul, #content ul ul{font:normal 0.95em/1.45em verdana,tahoma,arial,sans-serif;margin:1.0em 4.0em 1.5em 4.0em;}
#content ul li{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 0;}
#content ul ul li{font:normal 1.1em/1.6em verdana,tahoma,arial,sans-serif;margin:0;}
#content .fr{float:right;margin:0 0 1.0em 1.0em;}
#content .mod{font:normal .7em arial,sans-serif;margin:.25em;}
div.vv{position:relative;top:0;float:right;margin:0 0 15px 15px;}
span.as300250{float:right;margin:0 1.0em .2em 1.0em;}
span.as300250l{float:left;margin:0 1.0em .2em 1.0em;}
span.as120240{float:right;margin:0 1.0em .2em 1.0em;}
span.as120240l{float:left;margin:0 1.0em .2em 1.0em;}

/* End Content Area - Not Part of CSS Popout Menu */