.color
 {
	 color : #336699;
 }

.colorbg
 {
	 background-color : #336699;
 }

/* style the links for the top level */
.menu a, .menu a:visited {
  display : block;
  text-decoration : none; 
  color : #fff; 
  width : 100px; 
  height : 30px; 
  background : #336699; 
	line-height : 30px;
  border : 1px solid #333333;
  border-width : 1px 0 0 0;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover, .menu :hover > a, .menu ul ul :hover > a, .menu :hover > a:visited {
  color : #fff; 
  background : #457bb1;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
  background : #66a7e8;
  color : #000; 
  height : auto; 
  line-height : 1em; 
  padding : 0px 0px; 
  width : 100px
}

