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

