.color
{
	 color : #cc0033;
}

.colorbg
{
	 background-color : #cc0033;
}

/* style the links for the top level */
.menu a, .menu a:visited {
  display : block;
  text-decoration : none; 
  color : #fff; 
  width : 100px; 
  height : 30px; 
  background : #cc0033; 
	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 : #e20039;
}

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

