



.menu {
font-size: 1.4em;
position:center;
	float: center;
    z-index:100;
    background: white;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	border-left: 0px solid #FF9933;
	font: bold 13px verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;;
}

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

.menu ul {

padding:0;

margin:0;

border:1;

list-style-type:none;

}

.menu ul ul {

width:160px;

}

/* 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:160px;

position:relative;

}

/* style the links for the top level */

.menu a, .menu a:visited {

display:block;

font-size: 1em;

text-decoration:bold; 

color:#CC3300;

width:160px; 

height:30px; 

border:0px solid white; 

border-width:1px 0px 0 0;  

background:white;

padding-left:0px; 

line-height:30px;

text-align: center;
}

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

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

width:160px;

width:160px;

}



/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {

background:#CC3300 url(images/drop.gif) bottom right no-repeat;
font-size: 0.9em;


}

/* style the second level hover */

.menu ul ul a.drop:hover{

background:#FF9933 url(images/drop.gif) bottom right no-repeat;
font-size: 0.9em;
}

.menu ul ul :hover > a.drop {

background:#CC3300 url(images/drop.gif) bottom right no-repeat;

font-size: 0.9em;
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {

background:#CC3300;

}

/* style the third level hover */

.menu ul ul ul a:hover {

background:#CC3300;

}





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

width:160px;

}

/* another hack for IE5.5 */

* html .menu ul ul {

top:30px;

top:31px;

}



/* position the third level flyout menu */

.menu ul ul ul{

left:160px; 

top:0;

width:160px;

}

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

.menu ul ul ul.left {

left:-160px;

}



/* 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:#FF9933;
color:#FFF;

height:auto; 

line-height:1.5em; 

padding:0px 0px; 

height:21px; 
width:160px
text-align:left;
padding-top: 5px;
font-size: 0.7em;
/* yet another hack for IE5.5 */

}
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#FF9933;
padding-top: 5px;
font-size: 0.65em;
/* yet another hack for IE5.5 */

}

* html .menu ul ul a{

width:160px;

height:21px; 
width:160px;

}





/* style the top level hover */

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

color:#fff; 

background:#FF9933;

}

.menu :hover > a {

color:#fff;

background:#FF9933;

text-decoration: none;

}


 .menu ul ul :hover > a {

color:#fff;

background:#CC3300;

height:21px; 
}

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

}



#info {position:relative; background:#CC3300; width:800px; height: auto; float:left;}

#infoC {position:relative; background:#CC3300; width:1000px; height: auto; float:left;}



/* #showcase {clear:both; width:800px; background:#CC3300; height:auto;}



 #logo {background:#6f9c6f; width:149px; height:160px; float:left; background:#bc8f8f; margin-right:10px; text-align:center;}
