
p { color: 7d8c8d; font-size: 12px; font-weight: normal; font-family: avenir, arial }
b { color: ffffff; font-size: 13px; font-weight: normal; font-family: avenir, arial }
a { color: 7d8c8d; font-size: 12px; font-weight: normal; font-family: avenir, arial; text-decoration: none }
a:hover { color: ff0000; font-size: 12px; font-weight: normal; font-family: avenir, arial; }

b a { color: 7d8c8d; font-size: 13px; font-weight: normal; font-family: avenir, arial; text-decoration: none }
b a:hover { color: ff0000; font-size: 13px; font-weight: normal; font-family: avenir, arial; }

img.thumbnail { width: 200; height:154; }

ul { padding: 0; margin: 0; list-style: none; }
li { float: left;}
li ul {
  display: none;
  position: relative; 
  top: 0em;
  left: 0;
  }
li>ul {
	top: auto;
	left: 0;
	}
li:hover ul, li.over ul{ display: block; }
li ul.shown {display: block; }
