/* ######### Marker List Vertical Menu ######### */

.caixamenu ul{
list-style-type: none;
margin: 0px;
padding: 0;
border-bottom: 0px;
}
.caixamenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center;*/ /*light gray background*/
font: 11px verdana;
color: #00014e;
display: block;
width: auto;
padding-left: 8px;
text-decoration: none;
border-bottom: 1px solid #00014E;
padding-top: 3px;
padding-bottom: 3px;
}

* html .caixamenu ul li a{ /*IE6 hack*/
width: 155px;
}

.caixamenu ul li a:visited, .caixamenu ul li a:active{
color: #00014e;
}

.caixamenu ul li a:hover, .caixamenu ul li a.selected{
	color: #00014e;
	background-color: #6699FF;
}

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

.blackwhite li a{
background: #F2F2F2;
}

.blackwhite li a:hover{
background: #6699FF;
color: #00014e;
}

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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin:0px;
margin-left: 1px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #F2F2F2;
border: 1px solid #00014E;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
background-color:#F2F2F2;
font: 11px verdana;
color: #00014e;
display: block;
width: 153px;
background-color: #F2F2F2;
text-decoration: none;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 8px;
border-bottom: 1px solid #00014E;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #6699FF;
color: #00014e;
}

/* ######### 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;
margin-top: 4px;
right: 3px;
border: 0;
}

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