/* CSS Document 


 ===================================================================== Menu CSS  */

.menu {

	width:1060px; 
	font-size:12px;
	z-index:100;
	clear:both;
	background:#556688;     
	height:30px;
	text-align:center;

	
}


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

.menu ul {

	padding:0;
	margin:0;
	list-style-type:none;

}

.menu ul ul {

	/* width:50px; */

}

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

.menu li {

	float:left;
	position:relative;
	list-style:none;

}




/* style the links for the top level */

.menu a {

	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff !important; 
	height:30px;  
	padding-left:10px; 
	line-height:29px;
	

}



.menu ul li {


}

.menu ul ul li {
	background:#336666;
	color:#0000CC;

}

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

* html .menu a, * html .menu a:visited {

/*

width:50px;

w\idth:50px;

*/

}


/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#CCCCCC bottom right no-repeat;
}


/* style the second level hover */

.menu ul ul a.drop:hover{ background:#FFFFFF bottom right no-repeat;}
.menu ul ul :hover > a.drop { background:#FFFFF  bottom right no-repeat;}








/* 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:31px;
	left:0; 

}

/* another hack for IE5.5 */

* html .menu ul ul {

	top:30px;
	t\op:31px;

}



/* position the third level flyout menu */

.menu ul ul ul{

	left:150px; 
	top:0;

}


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

.menu ul ul ul.left {

left:-150px;

}



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

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



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	
	background:#99CCCC; 
	color:#FFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	z-index:3000; 

}


/* yet another hack for IE6 width of the secondary pull downs*/


* html .menu ul ul a{

}





/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{

	color:#752221; 
	background:#747c0f;
	
}

.menu :hover > a, .menu ul ul :hover > a {

	color:#000000;
	background:#669999;
	 font-weight : bold;
}



/* 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; 

}








/*  define the classes for each menu  */

.menuAbout {
	text-align:center;
	width:100px;
}

.aboutUL li{
	width:110px;
	z-index:300;
}

.menuContact {
	width:80px;
	text-align:center;
	color:#0000CC;
}.menuContact90 {
	width:90px;
	text-align:center;
	color:#0000CC;
}