#navcontainer {
width: 100%;								/*		*/
/*background: #eee;								/*		*/
float: right;									/*		*/

}

#navcontainer ul {
list-style: none;								/*		*/
margin: 0;									/*		*/
padding: 0;									/*		*/
width: 11em;								/*		*/
float: right;									/*		*/
background-color: #AF001C;
}

#navcontainer a, #navcontainer h4 {
font: bold 11px/16px arial, helvetica, sans-serif;		/*		*/
display: block;								/*		*/
margin: 0;									/*		*/
padding: 2px 3px;								/*		*/
font-size:1em;
text-decoration:none;
font-weight:normal;
color:white;
}

#navcontainer h4 {
color: white;								/*		*/
text-align:center;
/*background: #000;								/*		*/
/*text-transform: uppercase;						/*		*/
}

#navcontainer a {
/*color: #000;								/*		*/
/*background: #efefef;							/*		*/
text-decoration: none;							/*		*/
}

#navcontainer a:hover {
color: #AF001C;								/*		*/
background: #fff;								/*		*/
}

#navcontainer li {
position: relative;								/*		*/
border-width: 1px;							/*		*/
border-style: solid;							/*		*/
border-color: #ccc #888 #555 #bbb;				/*		*/
background-color: #AF001C;
color:white;


}

#navcontainer ul ul {
position: absolute;							/*		*/
z-index: 500;								/*		*/
}

#navcontainer ul ul ul {
position: absolute;							/*		*/
top: 0;									/*		*/
left: 100%;								/*		*/
}

div#navcontainer ul ul,
div#navcontainer ul li:hover ul ul,
div#navcontainer ul ul li:hover ul ul
{display: none;}

div#navcontainer ul li:hover ul,
div#navcontainer ul ul li:hover ul,
div#navcontainer ul ul ul li:hover ul
{display: block;}

#head li
{
border-style:none;
border-width:0;
border-color: #AF001C;

}
