
.arrowlistmenu{
width: 210px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: 12px tahoma;
color: black;
background:;
margin-bottom: 9px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 12px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #666666;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font: 13px tahoma;
text-decoration: none;
font-weight:;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
color:;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #CCCCCC;
background-color: ;
}


.wireframeauramenu{
font-weight: bold;
font: 900 14px/22px "Arial", Helvetica, sans-serif;
width: 100%;
}

.wireframeauramenu ul{
border: ;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #999;
padding: 6px 35px 6px 6px;
margin: 0;
text-decoration: none;
border-right:;}

.wireframeauramenu ul li a:hover{
color: white;
background:; }

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #D1E4F7;
width: 300px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #1480EF;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid #1480EF;
border-bottom: 3px solid #1480EF;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #1480EF;
margin: 3px 8px;
}

