.menutab{
	height: 32px;
	border-bottom: 2px #cc0001 solid;
	border-top: 2px #cc0001 solid;
}
.smartmenu, .smartmenufloaty {
	background: #ebebeb none repeat scroll 0 0;
	border-top:1px solid #ffffff;
	margin: 0px;
	padding: 0 0 0 20px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height: 30px;
	margin-left: 1px;
	margin-right: 1px;
}
.smartmenufloaty{padding:0px;}
.smartmenuie6 {
    height: 30px;
}

.smartmenu a, 
.smartmenufloaty a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-right: 1px dotted #818181;
	padding: 0px 22px 0 10px;
}

.smartmenu a.last {
    border: none;
}

.smartmenu a:hover {
    color: #333;
}

.smartmenu ul, .smartmenufloaty ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.smartmenu ul li, .smartmenufloaty li {
	padding: 8px 10px 8px 10px;
	float: left;
}

.smartmenu li ul {
	display: none;
}

.smartmenufloaty {
	position: absolute;
	border: none;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-color: transparent;
	margin-top: -15px;
}

.smartmenufloaty .tip {
	background: url(../images/floatytip.gif) no-repeat;
	font-size: 0px;
	height: 9px;
	width: 50px;
	margin: 0px;
	overflow: hidden;
	display: block;
}

.smartmenufloaty .tipIE6 { 
    background: url(../images/floatytip.gif);
}

.smartmenufloaty .padder {
    background: url(../images/floatybg.gif);
    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(../images/floatybg.gif);
}

.smartmenufloaty li {
	float: left;
	padding: 7px 18px;
	background-color: #006634;
}
 
.smartmenufloaty li.last {
    border: none;
}

.smartmenufloaty a {
	border: none;
	padding: 0px;
	color: #FFFFFF;
}

.smartmenufloaty a:hover {
	color: #fff;
	text-decoration: underline;
}
