.smartmenu, .smartmenufloaty {
    background: transparent none repeat scroll 0 0;
    border-top:0px solid #B7DF63;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	moz-box-shadow: 0px 0px 0px #000000 ;
	height: 32px ;
}

.smartmenuie6 {
    height: 30px;
}

.smartmenu a, 
.smartmenufloaty a {
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    border-right: 0px dotted #FFF;
    padding: 0px 10px;
	moz-box-shadow: 0px 0px 0px #000000 ;
}

.smartmenu a.last {
    border: none;
	moz-box-shadow: 0px 0px 0px #000000 ;
}

.smartmenu a:hover {
    color: #ffffff;
	moz-box-shadow: 0px 0px 0px #000000 ;
}

.smartmenu ul, .smartmenufloaty ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
	moz-box-shadow: 0px 0px 0px #000000 ;
}

.smartmenufloaty li {
    padding: 5px 0px 5px 0px;
    float: left;
}

.smartmenu ul li {
margin: 0px ;
padding: 0px ;
margin-right: 4px ;
margin-top: 5px ;
padding-left: 15px ;
padding-right: 15px ;
padding-bottom: 3px ;
float: left;
-webkit-border-radius:3px;
-moz-border-radius:3px;
background: url(http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/menubutton.png) repeat top left ;
moz-box-shadow: 0px 0px 0px #000000 ;
}

.smartmenu ul li:hover {
background: url(http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/menubutton_hover.png) repeat top left ;
-moz-box-shadow: 0 0 0px #000000;
}

.smartmenu li ul {
    display: none;
}

.smartmenufloaty {
    background: transparent;
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.smartmenufloaty .tip {
    background: url(http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/smartmenu/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 20px;
    width: 50px;
    margin: 0px;
    overflow: hidden;
    display: block;
}

.smartmenufloaty .tipIE6 { 
    background: url(http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/smartmenu/floatytip.gif);
}

.smartmenufloaty .padder {
    background: url(http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/smartmenu/floatybg.png);
    padding: 0px 8px; 
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.smartmenufloaty .padderIE6 {
    background: url(http://www.thatguycharlie.com/wp-content/themes/allthatstuff/img/smartmenu/floatybg.gif);
}

.smartmenufloaty li {
    float: none ;
    border-bottom: 0px dotted #ffffff;
    padding: 5px 8px; 
}
 
.smartmenufloaty li.last {
    border: none;
}

.smartmenufloaty a {
    border: none;
    padding: 0px;
}

.smartmenufloaty a:hover {
    color: #ffffff;
}
