/* AngelDropDown Menu */

/* Base Begins */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li a{
display: block;
width: 160px;
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 0px solid black;
}
* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}
.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### 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;
right: 2px;
border: 0;
}

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



/* SideMenu Begins */
.markermenu{
width: 180px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
/*
background-image:url(../elements/bg-menu.jpg);
background-repeat:no-repeat;
background-position:top;
background-color:#e0e5eb;
*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #e0e5eb;

}

.markermenu ul li a{
/*
background: #FFFFFF no-repeat 3px center;
background-image:url(../elements/btn-side1.jpg);
background-repeat:repeat-x;
*/
border: 0px solid #e0e5eb;
font: 11px Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #353535;
display: block;
width: auto;
padding: 3px 0;
text-align:left;
padding-left: 15px;
text-decoration: none;
/*
border-bottom: 1px solid #B5B5B5;
*/
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 180px;
border: 0px solid #e0e5eb;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #353535;
border: 0px solid #e0e5eb;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background-color: #295d90;
background-repeat:repeat-x;
color: #ffffff;
background-image:url(../elements/btn-side1-on.jpg);
border: 0px solid #e0e5eb;
/*
border: 0px;
font: 11px Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

display: block;
width: auto;
padding: 3px 0;
text-align:left;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
*/
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
background-image:url(../elements/btn-side1.jpg);
background-repeat:repeat-x;
border: 0px solid #e0e5eb;
font: 11px Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
/*
border: 0px solid #B5B5B5;
border-bottom: 1px solid #B5B5B5;
border-top: 0px solid #B5B5B5;
border-right: 0px solid #B5B5B5;
border-left: 0px solid #B5B5B5;
*/
padding: 3px 0;
text-align:left;
padding-left: 15px;
}

.blackwhite li a:hover{
background: #4f7093;
background-image:url(../elements/btn-side1-on.jpg);
background-repeat:repeat-x;
border: 0px solid #e0e5eb;
font: 11px Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
/*
border: 0px solid #B5B5B5;
border-bottom: 1px solid #B5B5B5;
border-top: 0px solid #B5B5B5;
border-right: 0px solid #B5B5B5;
border-left: 0px solid #B5B5B5;
*/	
color: white;
padding: 3px 0;
text-align:left;
padding-left: 15px;
}
/* SideMenu Ends */



/* TopMenu Begins */
.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
/* TopMenu Ends */
