	/* CSS Document */

	#menu {
		background-color: #7D0115;
		text-align: center;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #000000;
		width: 800px;
		height: 25px;
		_height: 0px;
		}

	#menu ul {
		color: White;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		margin: 0px;
		padding: 0px;
		font-style: normal;
		text-align: center;
		line-height: 25px;       
		display: inline;
		list-style-type: none;
		width:104px;		
		float:left;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
	}

	#menu ul li {
		display: block;
		list-style-type: none;
		width:104px;
		position: relative;
	}

	#menu ul li a {	
		background-color: #7D0115;
		color: White;
		text-decoration: none;
		padding:0px;
		width:104px;
		display:block;
	}

	#menu ul li a:hover {
		background-color: #000000;
		color: #ffffff;
	}

	#menu a/*, #menu h2*/
	{ 
		padding-top:4px; 
		padding-bottom:4px;
	}

	#menu h2 {padding:0px}

	/* WORKS IN IE   #menu ul ul {
		position: absolute;
		z-index: 5;
		display: none;
		float:left;
		margin-top:25px;
		margin-left:-180px;
	}*/

	#menu ul ul {
		position: absolute;
		z-index: 5;
		display: none;
		float:left;
		width:160px;
	}



	#menu ul ul a {
		display:block;
		width: 160px !important;
		background-color: #7D0115;
		border-right-style:none;
		/*position: absolute;*/
	}
			
	#menu ul ul li {
		display: block;
		/*position:absolute;*/
		/*margin-top:15px;*/
		width: 160px ! important;
	} 

	#menu ul ul a:hover {
		color: #FFFFFF; 
		/*display:block;*/
		z-index:10;
	} 

	div#menu ul li:hover ul {
		display: block;
	}
	
	
	div#menu ul li:hover {margin-bottom:-15px}

	div#menu ul ul li:hover {margin-bottom:0px}
