body {
	margin:20px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
#Content {
	width:767px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
#navcontainerall {
background-color: #303030;
	padding-top: 5px;
	padding-left: 3px;
	width:165px;
	height:auto;
	float: right;
}
#navcontainer { background-image:url(../images/seperator.gif); background-position:top; background-repeat:repeat-x; width:165px;}
#navcontainer ul
{
margin: 0;
padding: 0;
padding-top:1px;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:17px;
color: #FF0000;
font-size: 14px;
}
#navcontainer li { margin: 2px 0px 1px 0px;
}
#navcontainer ul ul li { margin: 0 0 1px 0;}
#navcontainer ul ul a
{
display: block;
padding: 0px 5px 5px 5px;
width: 152px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 12px;
line-height:12px;
color: #FFFFFF;
text-align:right;
}
#navcontainer ul ul a:hover
{
	color: #FF0033;
	background-color: #CCCCCC;
	text-decoration: none;
}
#navcontainer ul ul ul a
{
display: block;
background-color: #666666;
width: 152px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 10px;
line-height:10px;
color: #FFFFFF;
text-align:right;
}
#navcontainer ul ul ul a:hover
{
	color: #FF0033;
	background-color: #CCCCCC;
	text-decoration: none;
}
