@charset "iso-8859-1";
/* CSS Document */

#apDiv1 {
	position:absolute;
	width:65px;
	height:33px;
	z-index:1;
	left: 830px;
	top: 131px;
}



#navigation {width:730px; height:34px; padding:128px 0px 0 219px; background:url(/images/men.gif) no-repeat bottom right;
text-align:center;}
/* ----------------------------------------------------------------------------	*/
/* default styling */
.nav, .nav ul {list-style-type:none; margin:0; padding:0;}
.nav a {text-decoration:none;}
.nav {font-family: arial, sans-serif; font-size:12px; width:730px; margin:0 auto; text-align:centre; padding-top:5px; padding-left:17px;}

/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */
.nav a {background:url(/images/trans.gif); filter: alpha(opacity=80); opacity:0.8;} 

/* style the <b> element so that is does not affect the size of the link */
.nav a b {color:#ffffff; font-weight:bold; display:block; padding:5px 10px 5px 10px; margin-right:1px;}
.nav a:hover b {color:#FFC100; }
.nav a:active b {color:#FFC100; }

/* HEIGHT */
.nav ul ul {top:-25px;} /* position the top of the flyout sub menus */



/* FOR NAV1 */
.nav1 {width:110px;}
.nav1 a {width:110px;}
.nav .nav1 a b,
.nav .nav1 .fly a b  { }
.nav1 ul li {max-width:100px;}
.nav1 ul a {width:130px;}
.nav1 ul ul {left:130px;}
.nav1 a {margin-right:-99px;}
.nav1 ul a {margin-right:-129px; background-color:#183955; text-align:left;}
/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes several IE related bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:20;} /* necessary for float drop and to stack the <ul>s */
.nav ul li {clear:left;} /* must clear the floated list item inside sublist */
.nav a {position:relative; display:block;} /* needs to have a position, to be above the rest */
.nav a.main {float:left; /* necessary for float drop */
    margin-top:10000px;} /* bring the top level links back into view */
.nav .drop,
.nav .fly {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */

/* The bit that does ALL the work to bring the sub menus into view */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; z-index:10; outline:0;}

.nav a:hover b,
.nav a:focus b,
.nav a:active b {color:#FFC100; cursor:pointer;}

/* OPERA fix */
.nav ul:hover,
.nav ul ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */

/* ----------------------------------------------------------------------------	*/

