/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
font-family: verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
border: 0px solid #fff;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;}

.ddsubmenustyle li a{
display: block;
width: 220px; /*width of menu (not including side paddings)*/
color: black;
background-color: #1097DC;
text-decoration: none;
padding: 5px 5px ;
border-bottom: 1px solid #C9D7F5;
border-right: 1px solid #fff;
color:#fff;
line-height: 20px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 140px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #047FBE;
color: white;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
display: none;

}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
display: none;


}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display:block;
}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu{
width:980px;	
background-image: url(../images/menu_right.jpg);background-repeat: no-repeat;background-position: right;line-height: 40px;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
float: left;line-height: 36px;
} 

.mattblackmenu li{
display: inline;
margin: 0;
background-image: url(../images/menu_dots.gif);background-position: right;
line-height: 36px;
}



.mattblackmenu li a{
float: left;
padding:0px 10px 0px 10px; /*padding inside each tab*/
text-decoration: none;
background-image: url(../images/menu_bg.jpg);background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#fff;
font-weight: normal;
line-height: 36px;
}

.mattblackmenu li a:hover{ 
background-image: url(../images/menu_bg_hover.jpg);background-repeat:repeat-x;color: #fff;line-height: 36px; }

.mattblackmenu a.selected{
background-image: url(../images/menu_bg_hover.jpg);background-repeat:repeat-x;color: #fff; }

.abtus .active2{
background-image: url(../images/menu_bg_hover.jpg);background-repeat: no-repeat;background-position: left;
}

.mattblackmenu li span a{
float: left; background-image: url(../images/menu_left.jpg);background-repeat: repeat-x;
}

.mattblackmenu li span a:hover{ 
background-image: url(../images/menu_left_hover.jpg);background-repeat:repeat-x;color: #fff; }

.mattblackmenu span a.selected{
background-image: url(../images/menu_left_hover.jpg);background-repeat:repeat-x;color: #fff; }

.index .active1{
background-image: url(../images/menu_left_hover.jpg);background-repeat: no-repeat;background-position: left;
}

#saelogin a,#saelogin A:hover{
	color:white;cursor:pointer;background-position: center;
}
