@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.leftmarkermenu{
width: 230px; /*width of menu*/
}

.leftmarkermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.leftmarkermenu ul li a{
font: 0.8em Arial, Helvetica, sans-serif;
color: #007BD3;
display: block;
width: auto;
padding: 8px 8px 8px 35px;
text-decoration: none;
border-bottom: 1px solid #B4C5CD;
background: url(../images/bullet.jpg) no-repeat 6px 6px;
}

.leftmarkermenu ul li a: visited { color: #007BD3; }

* html .leftmarkermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 180px;
}

.leftmarkermenu ul li a:visited, .leftmarkermenu ul li a:active{
color: #1E5BA6;
}

.leftmarkermenu ul li a:hover{
color: #C8007D;
background-color: #F0F3F4;
}

/* Holly Hack for IE \*/
* html .leftmarkermenu ul li { height: 1%; }
* html .leftmarkermenu ul li a { height: 1%; }
/* End */

