/* CSS Document */
#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin: 0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
#containerul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00496C;
	text-decoration: none;
	height: 25px;
}
#containerul a:hover, #inn1 a:hover, #inn2 a:hover, #inn3 a:hover, #inn4 a:hover{
	color: #ff6600;	
}
#inn1 a {
	color: #005E8A;
}
#inn2 a {
	color: #0073AA;
}
#inn3 a {
	color: #0088CA;
}
#inn4 a {
	color: #009EEA;
}/* CSS Document */