
.topimg{
	position: absolute;
	top: 27px;
	text-align: center;
	z-index: 0;
	float: left;
	}

#topmenu{
	width: 750px;
	background: url(../../images/topmenubg.gif) repeat-x;
	background-color:  #fff;
	overflow: visible;
	position: absolute;
	margin-left: 3em;
	z-index: 1;
}
#menu{
	position: absolute;
	margin-left: 0px;
	width: 750px;
	background: none;
    position:absolute;
    display:block;
    margin:0;
    padding:0;
	height: 12px;
 	font-family: verdana;
	font-weight: bold;
	overflow: visible;
	z-index: 1;
    }
/* correct a little IE bug */
* html #menu{
	width: 750px;
    margin-top: 0px;
	height: 12px;
    }


.menu ul{
    position:absolute;
	overflow: visible;
    display:block;
    width:117px;
	height: 12px;
	margin: 0px;
    /*margin:0;*/
    padding:0;
    }

  
.menu li ul{
    visibility:hidden;
	margin: 0px;

	}

.menu li li ul{
    position:absolute;
    margin-left:115px;
	height: 24px;
	margin-top: -15px;
	
    }
/* correct a little IE bug */
* html .menu li li ul{
    margin-left:116px;
	height: 24px;
	margin-top: -14px;
    }
    
.menu li{
    list-style:none;
    width:115px;
	height: auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    }
    
.menu li li{
    display:block;
    float:none;
	border-bottom: #B4B399 1px dotted;
	border-left: #B4B399 1px dotted;
	border-right: #B4B399 1px dotted;
    background: #F6F6EA;
    }
    
/* correct a little IE bug */
* html .menu li li{
    display: inline;
	font-weight: bold;
    }
.menu li li:Hover{
    display:block;
    float:none;
	border-bottom: #B4B399 1px dotted;
	border-left: #B4B399 1px dotted;
	border-right: #B4B399 1px dotted;
    background: #F6F6EA;
    }

.menu a{

	font-size: 10px;
	font-weight: bold;
	text-align: center;
    background: #F6F6EA;
	border-top: #E7E6D4 4px solid;
   	color: #606565;
    display: block;
    width: 115px;
	height: auto;
    text-decoration: none;
    padding: 5px 0;

    }
/* correct a little IE bug */
* html .menu a{

    }
    
.menu a:hover{

	font-size: 10px;
	color: #3F2900;
	font-weight: bold;
    background: #E7E6D4;
	border-top: #88A543 4px solid;
    display:block;
    width: 115px;
	height: auto;
    text-decoration: none;
    padding: 5px 0;

    }
/* correct a little IE bug */
* html .menu a:Hover{

    }

    
/* for a mozilla better display with key nav */
.menu a:focus{
    background: #F2EFCC;
	font-weight:bold;
}

a.linkOver{
    background: #FFFFFF;
	border-top: #88A543 4px solid;
	font-weight: bold;
	font-size: 10px;
	color:#3F2900;
	font-weight: bold;
    }
a.linkOut{
    background: #ffffff;
	border-top: #88A543 3px solid;
	font-weight: bold;
	font-size: 10px;
	color: #606565;
	font-weight: bold;
    }
#active{
    background: #ffffff;
	border-top: #88A543 3px solid;
	font-weight: bold;
	font-size: 10px;
	color: #606565;
	font-weight: bold;
}