.smartmenu{
	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;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

 .smartmenufloaty {
	margin: 0px;
	padding-top: 12px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

.smartmenuie6 {
    height: 30px;
}

.smartmenu a{
	font-size: 11pt;
	text-decoration: none;
	color: #29166f;
	border-right: 1px none #FFF;
	padding-bottom:15px;
	padding-top: 0px;
	padding-right: 38px;
	padding-left: 38px;
}
 
.smartmenufloaty a {
     font-size: 12pt;
     text-decoration: none;
    color: #b2dbc5;
    border-right: 1px none #FFF;
    padding: 0px 20px;
	padding-bottom:3px;
	
}

.smartmenu a.last {
    border: none;
}

/*.smartmenu a:hover {
	background:url(../images/menuo_01.png) no-repeat scroll left top transparent;
}
*/

.smartmenu a:hover{
	background:url(../images/menu.png) no-repeat  scroll  center transparent;
}
.smartmenu #sec{
		
	background:url(../images/menu.png) no-repeat  scroll  center transparent;
}

.smartmenu a:hover, .smartmenu #sec a{
	padding-top:14px;
	color:#FFF;	
}




.smartmenu ul, .smartmenufloaty ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.smartmenu ul li, .smartmenufloaty li {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.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(../images/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 20px;
    width: 210px;
    margin: 0px;
    overflow: hidden;
    display: block;
}

.smartmenufloaty .tipIE6 { 
    background: url(../images/floatytip.gif);
}

.smartmenufloaty .padder {
    background: url(../images/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(../images/floatybg.gif);
}

.smartmenufloaty li {
    float: none ;
    border-bottom: 1px solid #b2dbc5;
    padding: 5px 8px; 
}
 
.smartmenufloaty li.last {
    border: none;
}

.smartmenufloaty a {
    border: none;
    padding: 0px;
}

.smartmenufloaty a:hover {
    color: #ffffff;
}
