.top-tab
{
    float: right;
    width: 700px;
	font-size: 14px;
    line-height: normal;
    font-family: Arial;
    position:relative;
    top:0px;
	font-weight:normal;
	z-index:0;
	
    
	
}

.border-left{border-left:solid 1px #FFFFFF !important}
.no-border-right{border-right:none; !important}

.top-tab ul
{
    margin: 0;
    padding:0;
    list-style: none;
	float:right;
}
.top-tab li
{
    display: inline;
    margin: 0;
    padding: 0;
	
}
.top-tab li a
{
    float: right;
   	/*background: url("images/left.gif") no-repeat left top;*/
    margin: 0;
    padding:0px;
    text-decoration: none;
    border-right:1px #fff solid;
	display:inline;
	height:38px;
	float:left;
	padding-top:10px;
	
}
.top-tab li a span
{
    float: right;
    display: block;
    /*background: url("images/right.gif") no-repeat right top;*/
    padding: 5px 10px 0 10px;
    color: #fff;
    margin-left: 0px;
	
    
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.top-tab li a span
{
    float: none;
}
/* End IE5-Mac hack */
.top-tab a:hover span
{
    color: #fff;
}
.top-tab li a:active
{
    background-position: 0% -35px;
	background-color:#9d0a0e;
}

.top-tab li a:visited
{
    background-position: 0% -35px;
	background-color:#9d0a0e;
}

.top-tab li a:hover
{
    background-position: 0% -35px;
	background-color:#9d0a0e;
}
.top-tab li a:hover span
{
    background-position: 100% -35px;
}

.top-tab #current li a
{
    background-position: 0% -35px;
}
.top-tab #current li a span
{
    background-position: 100% -35px;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana;
margin-top: 0px;
padding:0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
text-transform:uppercase;
background: white;
border-bottom: 1px dotted #9a6610;
border-bottom-width: 0;
visibility: hidden;
z-index: 2000;
}

.ddsubmenustyle li a{
display: block;
width: 201px; /*width of menu (not including side paddings)*/
color: #fff;
background-color:#4e8b39;
text-decoration: none;
padding: 4px 11px;
border-bottom: 1px dotted #fff;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 3px 3px 3px rgba(0, 0, 0, 0.1), -2px 2px 2px rgba(0, 0, 0, 0.1);
border-left:1px solid #fff;
border-right:1px solid #fff;
line-height:1.5;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #9d0a0e;
color: #ffffff;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


