/*  ************************************************** */
/*  **					                                    ** */
/*  **	CSS Source Files                            ** */
/*  **	www.agency.com                              ** */
/*  **	Created: 02/04                              ** */
/*  **					                                    ** */
/*  ************************************************** */

/*===== Menu =====*/

#menu TD, #menu .menu, #menu .menuNormal, #menu .menuNormal A {
	font-family:Arial,Verdana,Geneva,Helvetica,San-serif;
	font-size: 70%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
#menu .menuNormal, #menu .menuNormal A, #menu .menuNormalOn, #menu .menuNormalOn A {
	font-weight: normal;
}

.outerDropWidth a {
	display : block;
	width : 167px;
	font-size : 12px;
}

#menu .menuNormalOn {
	color: #000000;
	background-color : #ffffff;
}
#menu .menuNormalOn A {
	color: #ff0066;
	text-decoration: none;
}
#menu .menuL2Over {
	color: #828276;
//	background-color : #F4F4F3;
}
#menu .menuL2Over A {
	color: #828276;
	text-decoration: none;
}
#menu .menuL2Over A:hover{
	color: #091858;
}


#menu .newmenuL2Over {
	width:189px;
	color: #828276;
//	background-color : #F4F4F3;
}
#menu .newmenuL2Over A {
	color: #828276;
	text-decoration: none;
}
#menu .newmenuL2Over A:hover{
	color: #091858;
}




#menu .menuNormal A:hover {
	color: #333333;
}
#menu .menuL1Over, #menu .menuL1Over A {
	color: #999999;
	background-color : #e7e7e7;
	text-decoration: none;
}

/* styles */

/* page template area that menu fits into */
#outerMenuHoldingDiv
{
	position:absolute;
	top:56px;
	left:1px;
	width:760px;
	height:20px;	
	clip:rect(0px 760px 20px 0px);
}

/* menu style */

#innerMenu
{
	position:absolute;
	top:0px;
	left:0px;
	width:760px;
	height:120px;
	/* height:250px; */
	clip:rect(0px 760px 120px 0px);
	/* clip:rect(0px 760px 250px 0px); */
}

/* menu style */

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

/* initial positions of menu items */

#L1i1, #L1i2, #L1i3, #L1i4
{
	position:absolute;
	top:0px;
}
#L1i1
{
	left:0px;
}
#L1i2
{
	left:189px;
}
#L1i3
{
	left:379px;
}
#L1i4
{
	left:568px;
}

/* outer width of drop down menu */
.outerDropWidth
{
	width:209px;
}

/* inner width of drop down menu */
.innerDropWidth
{
	width:189px;
}

.L1Style
{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	width:190px;
	height:20px;	
	z-index : 10;
}

.L2Style
{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	width:220px;
	height:120px;
	/* height:250px; */
	z-index:20;
}

#menuUp
{
	position:absolute;
	top:51px;
	left:0px;
	z-index:4;
}
