.slidetabsmenu{
float:left;
width:100%;
font-size: 14px;
line-height:normal;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0
padding:0;
}

a.Home { 
background: url("../_images/ses_custom_pix/slide-left-home.gif") no-repeat left top;
}
a.Home span { 
background: url("../_images/ses_custom_pix/slide-right-home.gif") no-repeat right top;
}
a.About { 
background: url("../_images/ses_custom_pix/slide-left.gif") no-repeat left top;
}
a.About span { 
background: url("../_images/ses_custom_pix/slide-right-about.gif") no-repeat right top;
}
a.LineCard { 
background: url("../_images/ses_custom_pix/slide-left.gif") no-repeat left top;
}
a.LineCard span { 
background: url("../_images/ses_custom_pix/slide-right-linecard.gif") no-repeat right top;
}
a.Events { 
background: url("../_images/ses_custom_pix/slide-left.gif") no-repeat left top;
}
a.Events span { 
background: url("../_images/ses_custom_pix/slide-right-events.gif") no-repeat right top;
}
a.Locations { 
background: url("../_images/ses_custom_pix/slide-left.gif") no-repeat left top;
}
a.Locations span { 
background: url("../_images/ses_custom_pix/slide-right-locations.gif") no-repeat right top;
}
a.Request { 
background: url("../_images/ses_custom_pix/slide-left.gif") no-repeat left top;
}
a.Request span { 
background: url("../_images/ses_custom_pix/slide-right-request.gif") no-repeat right top;
}
a.Contact { 
background: url("../_images/ses_custom_pix/slide-left.gif") no-repeat left top;
}
a.Contact span { 
background: url("../_images/ses_custom_pix/slide-right-contact.gif") no-repeat right top;
}

.slidetabsmenu a {
/* background:url(../_images/ses_custom/slide-left.gif) no-repeat left top; */
float:left;
margin:0px;
margin-right: -6px;
padding:0px 5px 0px 5px;
text-decoration:none;
}

.slidetabsmenu a span {
/* background:url(../_images/ses_custom/slide-right.gif) no-repeat right top; */
float:left;
display:block;
width:108px;
height:20px;
text-align:center;
text-indent:-3px;
padding:5px 0px 0px 0px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#A4A4A4;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: #4787B7;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -25px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -25px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0px;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 14px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 103px;
visibility: hidden;
margin-left: 4px;
margin-top: -1px;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 0px;
text-align:left;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 2px 2px 2px;
text-decoration: none;
color:#A4A4A4;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #eaeaea;
color: #4787B7;
}

