.container {margin:0 0px; width:940px; height:0px; padding-top:0px;}

.menu {width:940px; height:0px; margin:0 0px auto; background:#eeeeee;}

/* set up defaults */
.nav,
.nav ul {margin:0; padding:0;list-style:none;}
.nav a {text-decoration:none;}
.nav {width:188px; float:left; margin-right:0px;}

/* set up the widths */
.nav .drop {width:188px;}
.nav a {width:188px; margin-right:-126px; margin-bottom:-1px;} /* margin is 1px less than the width */
.nav ul li {max-width:126px;}

/* style the links using the b elements */
.nav b {display:block; font:normal 11px verdana black, sans-serif; padding:15px 5px; border:0px solid #FFFFFF; cursor:pointer;}
.nav b.top {height:15px; line-height:15px;}
.nav a.sub-link b {background:url(arrow.gif) no-repeat right bottom;}

/* style the list colors */
.nav a {color:#FFFFFF; background:;}
.nav ul a {background:#D9D9F3;}
.nav ul ul a {background:#D9D9F3;}
.nav ul ul ul a {background:#D9D9F3;}

/* style the hover, active and focus colors */
.nav a:hover,
.nav a:focus,
.nav a:active {background:#CCC; color:#eeeeee;}

/* style the path on hover in all browsers except IE5.5 and 6 */
.nav li:hover > a {background:#3333FF; color:#000000;}

/* style the positions of the ul and also when the text spans two and three lines */
.nav {height:29px;}
.nav .drop {height:29px;}

.nav ul {position:relative; left:0; top:0; z-index:100;} /* the dropdown */
.nav ul ul {left:95px; top:-0px;} /* the right flyouts */
.nav ul ul.two {top:-39px;}
.nav ul ul.three {top:-52px;}
.nav li.left ul ul {left:auto; right:95px;} /* and the left flyouts */

/* do not change anything below this line */
/* ------------------------------------------------------------ */
.nav li,
.nav ul {float:left;}
.nav ul li {clear:left;}
.nav a {position:relative; display:block; z-index:10;}
.nav a.sub-link {float:left; margin-top:10000px;}
.nav .drop,
.nav .fly {margin-top:-10000px;}
.nav ul {margin-bottom:-5000px;}

/* the bit that does all the work */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0;}

/*IE5-7 fixes*/
.nav .fly {width:100%;}
a:active {}

/*OPERA fix*/
.nav ul:hover {clear:left;} 
