.part-automenu .horizontal {
float:right;
margin:0;
line-height:28px;
}

/* MENU */
.RadMenu_SideMenu {
list-style:none;
margin:0;
}
.RadMenu_SideMenu .link { /* all links in the menu */ 
text-decoration:none;
float:left;
display:inline;
} 
.RadMenu_SideMenu .rootGroup .last .link {

} 
.RadMenu_SideMenu .link:hover {
text-decoration:none;
}
.RadMenu_SideMenu .rootGroup .focused {

} 
.RadMenu_SideMenu .rootGroup .focused .text { 

} 
.RadMenu_SideMenu .rootGroup .link { /* parent items min width and the bg look */
/* _width:50px;
min-width:50px; */
cursor:hand;
cursor:pointer;
height:28px;
color:#fff;
padding:0 16px;
text-transform:uppercase;
background:url(/Design/Images/Menu/div.gif) no-repeat right;
} 
.RadMenu_SideMenu .rootGroup .last .link {
background:transparent;
} 

.RadMenu_SideMenu .group { /* child drop-down bg look */
background:none;
border-top:none;
background:#2cbbec url(/Design/Images/Menu/b-r.gif) no-repeat bottom right;
} 
.RadMenu_SideMenu .group .link { /* child link */
width:auto;
_width:80px;
min-width:80px;
background:#2cbbec;
border-left:2px solid #023f88;
border-right:2px solid #023f88;
height:26px;
text-transform:uppercase;
font-size:1em;
padding:0 8px 0 8px;
margin:0 0 0 0;
} 
.RadMenu_SideMenu .group .last .link { /* child link */
padding-bottom:6px;
border-left:none;
border-right:none;
background:url(/Design/Images/Menu/b-l.gif) no-repeat bottom left;
} 
.RadMenu_SideMenu .group .first .link { /* child link */
margin-top:0;
} 
.RadMenu_SideMenu .group .link .text { /* child items font and spacing */
padding:0;
line-height:26px;
font-size:1em;
font-weight:normal;
color:#fff;
background:none;
text-align:center;
border-top:1px solid #fff;
} 
.RadMenu_SideMenu .group .first .link .text {
border-top:none;
} 