@charset "UTF-8";
/* CSS Document */

/* RESETING BROWSER-SPECIFIC VALUES */

/* Removes element padding and margin values */

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* Removes tables' default borders */

table {border-collapse: collapse;}

p	{ color: #000000; text-align: left; padding-bottom: 21px; } 

#subMenuNavlist {
margin-left: 0;
font: normal 11px Tahoma;
background: #FF0000/*#343434*/; }

#subMenuNavlist li {
list-style: none;
margin: 0;
border: none;
/*border-top: solid 1px black;*/
text-align: left;
background: none;
display: inline;
}

#subMenuNavlist li a,
#subMenuNavlist li.level1 a {
border: none;
display: block;
padding-top: 11px;
padding-bottom: 11px;
padding-left: 13px;
padding-right: 11px;
border-left: 5px solid #fff;
background: #202020;
text-decoration: none;
text-transform: none;
font-weight: normal;
border-top: solid 1px black;
}

#subMenuNavlist li a:link { color: #fff; }
#subMenuNavlist li a:visited { color: #fff; }

#subMenuNavlist li a:hover,
#subMenuNavlist li.level1 a:hover,
#subMenuNavlist li.level2 a:hover,
#subMenuNavlist li.level3 a:hover {
    border-color: #9d1318;
    text-decoration: none;
    border-top: solid 1px black;
}

#subMenuNavlist .subMenuTitle a { 
border-left: 5px solid #101010; font-weight: bold; background: #101010; }

#subMenuNavlist li a.selected,
#subMenuNavlist li.level1 a.selected,
#subMenuNavlist li.level2 a.selected,
#subMenuNavlist li.level3 a.selected
{ border-left: 5px solid #7b0f13; background-color: #9d1318; }

#subMenuNavlist li.level2 a
{ border-left: 5px solid #202020; background: #343434; }

#subMenuNavlist li.level3 a
{
    border-left: 5px solid #363636;
    background: #4b4b4b url(/images/subMenuFourthLevelBullet.gif) 16px 16px no-repeat; 
    padding-left: 27px;
}

/* html #subMenuNavlist li { border: none; }*/
/* html #subMenuNavlist li { border-bottom: solid 1px #202020; }*/
/* html #subMenuNavlist li.level2 { border-bottom: solid 1px #343434; }*/
/* html #subMenuNavlist li.level3 { border-bottom: solid 1px #4B4B4B; } */
