/* IE Menu CSS */
/* csshover.htc file version: V1.21.041022 - Available for download from: http://www.xs4all.nl/~peterned/csshover.html */
body{behavior:url(/r/css/csshover.htc);
 /* to enable text resizing in IE */
}




.e-navigation-con1 {
	background: url(/images/amf_hnv_01.gif) no-repeat;
	padding-left: 9px;
}

.e-navigation-con2 {
	background: url(/images/amf_hnv_02.gif) top right no-repeat;
	padding-right: 9px;
}



.e-navigation-primary {
	/*width:30em;*/
	height: 33px;
	background: url(/images/amf_hnv_bg.gif);
	/*padding-top: 6px;*/
}

.e-navigation-primary ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(/images/amf_hnv_sep.gif) top right no-repeat;
}

.e-navigation-primary li {
	float: left;
	margin: 0 4px;
	line-height : 1em;
	margin-top: 5px;
}

.e-navigation-primary li a {
	height: auto;
	width: auto;
	/*line-height: 1.5em;*/
	display: block;
	text-decoration: none;
	text-align: center;
}

.e-navigation-primary li a:hover {
	text-decoration: none;
}









#menu{
	width:100%;
	float:left;
}

#menu a, #menu h2{
	display:block;
	white-space:nowrap;
	margin:0;
	/*padding:1px 0 1px 3px;*/
}

#menu h2{
}

#menu a{
	text-decoration:none;
	/*padding: 5px;*/
	color:#ddd;
	/*padding-top: 6px;*/
	padding-bottom: 6px;
	/*background: #f00;*/
}

#menu a:hover{
	text-decoration:none;
	color: #fff;
}



#menu a:active{
/*color:#060;
background:#ccc;*/
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:6.5em;*/
	width: auto;
	/*text-align: center;*/
}

#menu li{
	position:relative;
	float: left;
	font-weight : bold;
}

#menu ul ul{

	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	text-align: left;
	margin-left: -5px;
	width: auto;
	padding-right: 25px;
	
	/*background: #333 url('/r/i/default/icom_snav_bg.jpg') top left repeat-x !important;*/
	background: #3B0000 url('/images/amf_nv_sub_bg.gif') repeat-x !important;
	
	/**/
	
	margin-top: 0px;
	
	padding-top:0pc;
	border: 0px solid #3B0000;
	/*border: 0px 1px 1px 1px;
	border-top: 0px;*/

}

#menu ul ul a {
	/*background: #333;*/
	/*color: #eee;*/
	/*width: 100%;*/
	z-index:600;
	margin: 0px;
	/*border: 1px solid #fff;*/
}

#menu ul ul li {
	clear: both;
	padding-top:0px;
	margin-top:0px;
	z-index:600;
	font-weight : normal;
}

#menu ul ul a:hover {
	/*border-top: 1px solid #232C6D;
	border-bottom: 1px solid #232C6D;*/
}

#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 h2:hover{
/*background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;*/
}

div#menu li:hover{
cursor:pointer;
z-index:100;
/*background: #fff;*/
}

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:bold;
/*color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;*/
}

#menu a.x:hover{
color:#a00;
/*background:#ddd;*/
}

#menu a.x:active{
color:#060;
/*background:#ccc;*/
}




/**
 *	SUB-NAVIGATION
 */
 
.subnav {
	float 			: right;
	width 			: 200px;
	
	padding-left 	: 0.5em;
	margin-left		: 0.8em;
	border-left		: 1px solid #dddddd;
	
	margin-bottom	: 0.5em;
	
	text-align		: left;
}

.subnav ul {
	padding-left	: 0;
	margin-left		: 0;
}

.subnav li {
	list-style		: none;
}

.subnav .navT3 {
	margin-left		: 1em;
}
.subnav .navT3 a {
	color			: #666666;
}