
.ddmenuleftouter {
float: left;
width: 70%;
}

.ddmenurightouter {
float: right;
width: 30%;
}

/* ################################################################################################ */
/* Left Aligned                                                                                     */

.ddmenuleft {
padding: 0px;
width: 100%;
background: transparent;
/* voice-family: "\"}\"";
voice-family: inherit; */
}

.ddmenuleft ul{
font-size: 11px;
margin: 0;
padding:0;
list-style:none;
}

.ddmenuleft li{
display:inline;
margin: 0 2px 0 0;
padding:0;
text-transform:uppercase;
}

.ddmenuleft a{
float: left;
background: #ffc200 url(/images/tab-bkg-orange-left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 0px 3px;
text-decoration:none;
letter-spacing: 1px;
font-weight: bold;
/*border-bottom: 1px solid #FFF;      connecting pixel line between tab a separator line */
}

.ddmenuleft a span{
float:left;
display:block;
background: #ffc200 url(/images/tab-bkg-orange-right.gif) no-repeat right top;
padding: 6px 9px 6px 6px;
color: white;
border: none;
}

.ddmenuleft a span{
 float:none; 
}

.ddmenuleft a:hover{
background: #ffc200 url(/images/tab-bkg-orange-left-hi.gif) no-repeat left top;
}

.ddmenuleft a:hover span{
background: #ffc200 url(/images/tab-bkg-orange-right-hi.gif) no-repeat right top;
}


/* ################################################################################################ */
/* Right Aligned                                                                                    */

.ddmenuright {
padding: 0px;
width: 100%;
background: transparent;
/* voice-family: "\"}\"";
voice-family: inherit; */
}

.ddmenuright ul{
font-size: 11px;
margin: 0;
padding:0;
list-style:none;
}

.ddmenuright li{
display:inline;
margin: 0 2px 0 0;
padding:0;
text-transform:uppercase;
}

.ddmenuright a{
float: right;
background: #ffc200 url(/images/tab-bkg-orange-left.gif) no-repeat left top;
margin:0 0 0 2px;
padding:0 0 0px 3px;
text-decoration:none;
letter-spacing: 1px;
font-weight: bold;
/*border-bottom: 1px solid #FFF;      connecting pixel line between tab a separator line */
}

.ddmenuright a span{
float:right;
display:block;
background: #ffc200 url(/images/tab-bkg-orange-right.gif) no-repeat right top;
padding: 6px 9px 6px 6px;
color: white;
border: none;
}

.ddmenuright a span{
 float:none; 
}

.ddmenuright a:hover{
background: #ffc200 url(/images/tab-bkg-orange-left-hi.gif) no-repeat left top;
}

.ddmenuright a:hover span{
background: #ffc200 url(/images/tab-bkg-orange-right-hi.gif) no-repeat right top;
}


/* ################################################################################################ */

/*.ddcolortabs .selected a, #ddcolortabs .selected a span{ / *currently selected tab* /
background: transparent url(/images/tab-bkg-orange-left-hi.gif) no-repeat left top;
}*/

#ddmenugreen a {
background: #71d14b url(/images/tab-bkg-green-left.gif) no-repeat left top;
}

#ddmenugreen a span{
background: #71d14b url(/images/tab-bkg-green-right.gif) no-repeat right top;
}

#ddmenugreen a:hover{
background: #71d14b url(/images/tab-bkg-green-left-hi.gif) no-repeat left top;
}

#ddmenugreen a:hover span{
background: #71d14b url(/images/tab-bkg-green-right-hi.gif) no-repeat right top;
}

#ddmenublue a {
background: #648dc0 url(/images/tab-bkg-blue-left.gif) no-repeat left top;
}

#ddmenublue a span{
background: #648dc0 url(/images/tab-bkg-blue-right.gif) no-repeat right top;
}

#ddmenublue a:hover{
background: #648dc0 url(/images/tab-bkg-blue-left-hi.gif) no-repeat left top;
}

#ddmenublue a:hover span{
background: #648dc0 url(/images/tab-bkg-blue-right-hi.gif) no-repeat right top;
}


#ddmenuseparator {
float: left;
display: inline;
margin:3px 20px 3px 20px;
background-color: white;
}


/* separator line */
.ddmenuline{
clear: both;
padding: 0;
margin-bottom: 30px;
width: 100%;
height: 2px;
line-height: 2px;
background: #999999;
border-top: 1px solid #FFF; /* Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border-left: 1px solid #ffad00; 
border-right: 1px solid #ffad00;
border-top: 2px solid #ffad00; 
border-bottom: 1px solid #ffad00; 
font-size: 11px;
font-weight: bold;
z-index:100;
background-color: #ffd513;
width: 230px;
visibility: hidden;
color: #FFF;
letter-spacing: 1px;
line-height: 170%;
/* line-height:18px; */
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border: none;
/*
border-top: 0 solid #f2a800;
border-bottom: 1px solid #f2a800; */
padding: 2px 0;
text-decoration: none;
color: #FFF;
background-color: #ffd513;
font-weight: bold;
font-size: 11px;
letter-spacing: 1px;
}

.dropmenudiv_a span {
width: auto;
display: block;
border-bottom: 1px solid #ffad00;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 5px;
text-decoration: none;
color: #FFF;
background-color: #ffd513;
line-height: 2px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:visited{ /*THEME CHANGE HERE*/
background-color: #ffd513;
color: #FFF;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #ffb100;
color: #FFF;
}