#menu {
  background: #000000;
  height: 30px;
  margin: 7px 0 0 0;
  padding: 0;
}
#menu, #menu a, #menu a:hover, #menu a:visited {
  font-size: 10px;
  font-weight: bold;
  font-family: Tahoma, Arial, Geneva, sans-serif;
}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}
#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
width: 97px;
height: 30px;
line-height: 30px;
text-align: center;
background: url(../imgs/button.jpg) no-repeat 0 0;
}

.mainitems a, .mainitems a:visited {
text-decoration: none;
color: #FFF;
}
.mainitems a:hover{
	color: #3473b8;
}
.subuls{
display: none;
position: absolute;
top: 3em;
left: 0;
text-align: left;
background: #000;
}

.subuls li{
width: 184px;
padding:0 5px 0 5px;
border-bottom: 1px solid #323232;
}
*html .subuls li{
padding:8px 5px 8px 5px;
}

.subuls li a{
text-decoration: none;
}
/*
#cssdropdown li>ul { 			
top: auto;
left: auto;
}*/               /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
.industries li a, .industries li a:visited, .subjectAreas li a, .subjectAreas li a:visited, .technology li a, .technology li a:visited, .licensingOptions li a, .licensingOptions li a:visited, .support li a, .support li a:visited, .ourStory li a, .ourStory li a:visited {
	color: #fff;
}
.industries li a:hover, .subjectAreas li a:hover, .technology li a:hover, .licensingOptions li a:hover, .support li a:hover, .ourStory li a:hover {
	color: #3473b8;
}