#menu {
width: 546px;
background: #eee;
float: right;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 91px;
float: left;
}

#menu a, #menu h2 {
font: 12px Arial, Helvetica, sans-serif;;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #666 #bbb;
margin: 0 1.3px;
padding: 2px 3px;
}

#menu h2 {
color: #333;
background: #fff url("images/css-nav.jpg")  bottom left repeat-x;
height: 23px;
line-height: 23px;
text-align: center;
padding: 0;
}

#menu h2 a {
color: #333;
background: #fff url("images/css-nav.jpg")  bottom left repeat-x;
border: none;
padding: 0;
height: 23px;
line-height: 23px;
}

#menu h2 a:hover {
color: #a00;
background: #fff url("images/css-nav.jpg")  bottom left repeat-x;
}

#menu a {
color: #333;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #af0021;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 98.3%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu li a#current {
color: #af0021;
}

.azure {
	font-size: 0.83em;
}
