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

.smoothmenu #subMenuContainer {
	overflow : hidden;
	position : relative;
	background-color: #CECECE;
}

.smoothmenu #topMenuContainer div {
	display : none;
}

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

.smoothmenu a {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

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

.smoothmenuTopMenuItem {
    background-image : url(../img/bg1.jpg);
    background-repeat: repeat-x;
    background-position: 0px 40px;
    font-size : 14px;
    color : #666666;
}

.smoothmenuTopMenuItemMouseOver {
    background-image : url(../img/bg1.jpg);
    background-repeat: repeat-x;
    background-position : 0px 0px;
    font-size : 14px;
    color : #ffffff;
}

.smoothmenu #subMenuContainer a {
	padding   : 4px 12px;
	line-height: 1.8em;
}

.smoothmenuSubMenuItem {
	font-size : 12px;
	color     : #666666;
	background-color: #CECECE;
}

.smoothmenuSubMenuItemMouseOver {
	font-size : 12px;
	color : #006600;
	background-color: #EEEEEE;
}

