/* customized defs */


.jqueryslidemenu ul li #current {
background: black !important; /*tab link background during hover state*/
color: white;
border-top: 1px solid #778 !important;
}

#sep{
width: 170px; /*width of sub menus*/
padding: 1px;
margin: 0;
border-bottom-width: 0;
border-top: 2px solid black;
height: 5px !important;
background-color: #3D5874 /*#eff9ff*/;
color: #eff9ff;
}

.jqueryslidemenu ul li a#login{
display: inline-block;
/*background: #2B477D; /*#414141*/ /*background of tabs (default state)*/
color: white;
/*padding: 8px 10px;*/
/*border-right: 1px solid #778;
*/
border-right: 0px;
padding-left: 10px; /*96px;*/
color: white; /*#2d2b2b;*/
text-decoration: none;

}

.jqueryslidemenu ul li a#home{
display: inline-block;
/*background: #2B477D; /*#414141*/ /*background of tabs (default state)*/
color: red;
/*padding: 8px 10px;*/
border-right: 1px solid #778;
padding-right: 96px;
text-decoration: none;

}