﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Arrow Bullet List Menu */

.arrowlistmenu
{
    width: 180px; /*width of menu*/;
    font-family: Verdana,Arial,Helvetica;
    font-weight: bold;
    font-size: 9pt;
}

.arrowlistmenu .headerbar
{
	font: bold 14px Arial;
	color: white; /*  background: #666666;*/;
	background: #0681D2;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li.curpage
{
    color: #026AD2;
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.arrowlistmenu ul li a
{
/*  color: #555555;*/
    color: navy;
    background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/ 
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.arrowlistmenu ul li a:visited
{
    color: navy; /* Hide visited state in left-bar */
    /*color: #555555;*/
}

.arrowlistmenu ul li a:hover
{ /*hover state CSS*/
    /*color: #666666;*/
    color: navy;
    background-color: #F3F3F3;
}

.arrowlistmenu em 
{
    /* Small font for Release Dates */
    font: Arial, Sans-serif;
    font-size: 0.8em;
    color: #555555;
}

.arrowlistmenu .buttons
{
    margin:0px;
    margin-left:8px;
    padding:0px;
    /*padding-top:5px;*/
}
