.smoothmenu, .smoothmenu #topMenuContainer {
    overflow : hidden;
    white-space : nowrap;
    margin : 0;
    padding : 0;
    display: block;
    position : relative;
}

.smoothmenu #subMenuContainer {
	overflow : hidden;
	position : relative;
}

.smoothmenu #topMenuContainer div {
    display : none;
}

.smoothmenu #subMenuContainer div {
    overflow : hidden;
    position : absolute;
    display : none;
}

.smoothmenu a {

	text-decoration : none;
	font-family : Century Gothic;
}

.smoothmenu #topMenuContainer a {
    padding : 6px 10px;
    line-height: 1.8em;
}

.smoothmenuTopMenuItem {
	background-image : url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 40px;
	font-size : 10px;
	color : #666;
}

.smoothmenuTopMenuItemMouseOver {
	background-image : url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position : 0px 0px;
	font-size : 10px;
	color : #FFF;
}

.smoothmenu #subMenuContainer a {
    padding   : 2px 6px;
    line-height: 1.6em;
}

.smoothmenuSubMenuItem {
	font-size : 13px;
	color     : #48973B;
	background-color : #BFDA71;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
