
#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: #7FFF81;
   
}

#menu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
	box-shadow: 1px;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #0002BC;
    text-transform: uppercase;
    font: 13px/35px Arial, Helvetica;
	font-weight: bold;
    text-decoration: none;
    text-shadow: 0 0px 0 #000;
}

#menu li:hover > a {
    color: #000000;
	
}

*html #menu li a:hover { /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color: #FFFFFF;   
    -moz-border-radius: 5px;
    border-radius: 0px;
	
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 1px 1px 1px #999;
}

#menu ul li:last-child { 
    box-shadow: 1px 1px 1px #999;    
}

#menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #7FFF81;
   
}

#menu ul li:first-child a {
    border-radius: 0px 0px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #3A71B7; 
}

#menu ul li:last-child a {
    border-radius: 0 0 0px 0px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#footermenu {
    width: 990px;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    border-radius: 0px;
    
}

#footermenu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}

#footermenu a {
	float: left;
    height: 20px;
    padding: 0 10px;
    color: #000000;
    text-transform: uppercase;
    font: 11px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 0px 0 #000;
}

#footermenu li:hover > a {
    color: #000000;
}

*html #footermenu li a:hover { /* IE6 */
    color: #fafafa;
}

#footermenu li:hover > ul {
    display: block;
}


#footermenu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #footermenu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}


/* Clear floated elements */
#footermenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
