﻿.menu {width:1000px; margin:0px auto; height:20px; position:relative; z-index:10; padding-top:3px; font-family:verdana, arial, helvetica, sans-serif;
 font-size:11px; font-weight:bold;}

/* hack to correct IE5.5 faulty box model */

* html .menu {width:1000px; w\idth:100px; margin:0px auto;}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {padding:0px; margin:0px; list-style-type:none;}
.menu ul ul {width:119px; padding:0px; margin:0px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {float:left; width:119px; position:relative; left:10px; margin:0px; padding:0px;}

/* style the links for the top level */

.menu a, .menu a:visited {display:block;font-size:0.9em;text-decoration:none; color:#A71F0D; width:119px; height:20px; background:transparent; line-height:18px;  background-image:url();}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {width:119px; w\idth:118px;}


/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#A71F0D; border:1px solid #A71F0D;}

/* style the second level hover */

.menu ul ul a.drop:hover{background:#A71F0D; border:1px solid #F4CB28;}
.menu ul ul :hover > a.drop {background:#A71F0D; border:1px solid #F4CB28;}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {background:#A71F0D; border:1px solid #A71F0D;}

/* style the third level hover */

.menu ul ul ul a:hover {background:#A71F0D; border:1px solid #F4CB28;}



/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {visibility:hidden; position:absolute; height:0; top:20px;left:-10px; width:119px;}

/* another hack for IE5.5 */

* html .menu ul ul {top:20px;t\op:21px;}


/* position the third level flyout menu */

.menu ul ul ul{left:109px; top:0px; width:119px;border-left:1px solid #99asa9;}


/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {left:-119px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {position:absolute; top:0px; left:0px; padding:0px; margin:0px;}


/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {background:#A71F0D; border:1px solid #A71F0D; color:#fff; height:auto; line-height:1em; padding:5px 0px; width:118px;}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {width:120px;w\idth:108px;}


/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{color:#fff; background:#A71F0D; border:1px solid #F4CB28;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#A71F0D; border:1px solid #F4CB28;}


/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ visibility:visible;}









































/*	Default-Navigation
*******************************************************************************/


#content_katnav {
	width:206px;
	padding:0px;
	margin:0px;
	text-align:left;
	float:left;
	border-top:10px solid #D3D3D0;
	}
	
	

#content_katnav ul.nav2nd {
	margin:0px;
	padding:0px;
		}
	
	

#content_katnav ul.nav2nd li {
	padding:0px;
	margin:0px;
	font-size:1.2em;
	font-weight:normal;
	color:#4B5360;
}


#content_katnav ul.nav2nd li span {
	padding:0px;
	margin:0px;
	font-size:1.1em;
	font-weight:normal;
	}


#content_katnav ul.nav2nd a, 

#content_katnav ul.nav2nd a:link {
	display:block;
	width:198px;
	float:left;
	padding:5px;
	padding-left:8px;
	padding-right:0px;
	margin:0px;
	color:#4B5360;
	font-size:1.1em;
	text-decoration:none;
	border-bottom:1px solid #D3D3D0;
		
}

#content_katnav ul.nav2nd a.current, 
#content_katnav ul.nav2nd a.current:link {
	color:#444b55;
	background-color:#F5F8F4;
	border-bottom:1px solid #fff;
	font-weight: normal;
	text-decoration:none;
}

#content_katnav ul.nav2nd a:hover {
	color:#444b55;
	background-color:#F1F0F0;
	font-weight:normal;
	text-decoration:none;
}

#content_katnav ul.nav3rd {
	padding:0px;
	margin:0px;
	font-size:0.9em;
	font-weight:normal;
	color:#444b55;
	list-style-type:none;
}

#content_katnav ul.nav3rd li {
	padding:0px;
	margin:0px;
	font-size:0.9em;
	font-weight:normal;
	color:#646575;
}

#content_katnav ul.nav3rd li span {
	padding:0;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
	font-style:italic;
}

#content_katnav ul.nav3rd a, 
#content_katnav ul.nav3rd a:link {
	width:129px;
	display:inline;
	padding:3px;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:8px;
	margin:0px;
	color:#cc0000;
	background-color:#fff;
	border:none;
	}

#content_katnav ul.nav3rd a.current, 
#content_katnav ul.nav3rd a.current:link {
	color:#444b55;
	background-color:#F5F8F4;
	font-weight:normal;
	text-decoration:none;
}	

#content_katnav ul.nav3rd a:hover {
	color:#444b55;
	background-color:#F5F8F4;
	font-weight:normal;
	text-decoration:none;
} 
