/* Main Menu CONTAINER Style */

.arrow a {
background-image: url(/assets/menubullet.gif) !important;
background-position: 141px 8px !important;
background-repeat: no-repeat;
}

#nav
{ background-repeat:no-repeat; height:24px;

position: absolute;
width: 570px;
bottom: 4px;
right: 0;
}
#menu {
height: 26px;

}
/*
#menu {
height: 26px;
float: left;
margin-top: 100px;
margin-left: 419px;
}
*/

/* Main Menu UL CONTAINER Style */
#menu ul {

list-style: none;
margin: 0;
padding: 0;

}

/* Main Menu LINK Style */
#menu a {
display: block;
margin: 0;
padding: 5px 10px;
color: #000;
text-decoration: none;
background-image:url(/assets/nav-leftcrnr.gif);
background-repeat:no-repeat;
background-position:left top;
}

/* Main Menu LINK HOVER Style */
#menu a:hover {

color: #000;

}

/* Main Menu LIST Style */
#menu li {

float:left;
position: relative;
display: block;
vertical-align:middle;

background-image:url(/assets/nav-rightcrnr.gif);
background-repeat:no-repeat;
background-position:right top;

}

/* Main Menu LIST HOVER Style */
#menu li:hover {

display: block;

background-image:url(/assets/nav-rightcrnr.gif);
background-repeat:no-repeat;
background-position:right -32px;

}

/* First Tier CONTAINER Style */
#menu ul ul {

position: absolute;
z-index: 500;

background-color: #fff;
border: 1px solid #cecece;
border-top: none;

}

/* First Tier LINK Style */
#menu ul ul li a {
padding: 4px 10px;
width: 100%;
background-image: none;

}

/* First Tier LINK HOVER Style */
#menu ul ul li a:hover {
	color: #CC0000;
}

/* First Tier LIST Style */
#menu ul ul li {

width: 160px;
clear: both;
background-image: none;
background-color: #fff;
border-bottom: 1px solid #ebebeb;

}

/* First Tier LIST HOVER Style */
#menu ul ul li:hover {

background-image: none;
background-color: #f4f4f4;

}

/* Second Tier CONTAINER */
#menu ul ul ul {

position: absolute;
top: 0;
right: 100%;

}

/* Second Tier LINK */
#menu ul ul ul a {
background-image: none !important;
cursor: pointer;

}

/* Additional style -- First Tier Arrow */
#menu ul ul li.stripper {

cursor: default;
background-image: url(/assets/arrow.gif);
background-repeat: no-repeat;
background-position: right center;
background-color: #fff;

}

/* Additional style -- First Tier LIST HOVER STRIP */
#menu ul ul li.stripper:hover {

cursor: default;
background-image: url(/assets/arrow.gif);
background-repeat: no-repeat;
background-position: right center;
background-color: #fff;

}

/* TIER HIDE ** TRY NOT TO EDIT */
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

/* TIER SHOW ** TRY NOT TO EDIT */
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}