#AdvancedSearch {
	/*position:absolute;
	left:745px;
	top:208px;*/
	width:200px;
	height:auto;
	z-index:10;
	text-align:left;
	vertical-align:top;
}

#CRSearch {
	/*position:absolute;
	left:100px;
	top:115px;*/
	width:700px;
	height:310px;
	z-index:2; 
	background:#DADADA;
	visibility: hidden;
}

#CorpLink {
	/*position:absolute;
	left:25px;
	top:5px;*/
	width:200px;
	height:30px;
	z-index:10;
	visibility: show;
}

#breadCrumbs {
	/*position:absolute;
	left:29px;
	top:122px;*/
	width:800px;
	height:10px;
	z-index:1;
	visibility: show;
}

/* 02/02/2010 Ali - CircularNav is the overlapping layer above the M2 location, adjusted z index and top margins */
#CircularNav {
	/*position:absolute;
	left:540px;
	top:425px;*/
	width:250px;
	height:auto;
	z-index:1;
	visibility:visible;
	text-align:center;
	vertical-align:top;
}

#EmailPrint {
	/*position:absolute;
	left:632px;
	top:115px;*/
	width:350px;
	height:30px;
	z-index:1;
	visibility: show;
}
#Language {
	position:absolute;
	left:400px;
	top:200px;
	width:400px;
	height:200px;
	z-index:999999;
	visibility: hidden;
}
#M1 {
	/*position:absolute;
	left:540px;
	top:150px;*/
	width:auto;
	height:auto;
	z-index:0;
	visibility: show;
}
#M1Campaign {
	/*position:absolute;
	left:540px;
	top:500px;*/
	width:auto;
	height:auto;
	z-index:0;
	visibility: show;
}
#M1Homepage {
	/*position:absolute;
	left:540px;
	top:350px;*/
	width:auto;
	height:auto;
	z-index:0;
	visibility: show;
}
#M1Product {
	/*position:absolute;
	left:540px;
	top:190px;*/
	width:auto;
	height:auto;
	z-index:0;
	visibility: show;
}
#ProductTab {
	z-index:1;
	visibility: show;
}
#NewsTab {
	z-index:1;
	visibility: show;
}
#ReviewLink {
	/*position:absolute;
	left:999px;
	top:130px;*/
	width:150px;
	height:500px;
	z-index:1;
	visibility: show;
}
#RightNav {
	/*position:absolute;
	left:800px;
	top:138px;*/
	width:150px;
	height:auto;
	z-index:0;
	visibility: show;
}
#RightNavHomepage {
	/*position:absolute;
	left:820px;
	top:140px;*/
	width:150px;
	height:auto;
	z-index:0;
}

/* Ali - unordered lists with Arrow image bullet style 06/26/09*/
ul li.arrow 
{
	margin-left:-15px;
	padding-top:3px;
	padding-bottom:0px;
} 
	
li.arrow 
{
	list-style-type:none;
	background-image:url(/images/misc/ArrowBullet.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
	padding-bottom:1px;
} 

ul.arrowspaced6 li
{
	list-style-type:none;
	background-image:url(/images/misc/ArrowBullet.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
	padding-bottom:1px;
	margin-top:3px;
	margin-bottom:3px;
}

ul
{
	list-style-type:disc;
	list-style-position:outside;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:-25px;
}

ul li
{
	margin:0px 0px 5px 0px;
}

ul li ul 
{
	list-style-type:circle;
	list-style-position:outside;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-25px;
}

ul li ul li ul
{
	list-style-type:square;
	list-style-position:outside;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-25px;
}

ul ul 
{
	list-style-type:circle;
	list-style-position:outside;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-25px;
}

ul ul ul 
{
	list-style-type:square;
	list-style-position:outside;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-25px;
}

ol
{
	list-style-type:decimal;
	list-style-position:outside;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-18px;
}

ol li ol 
{
	list-style-type:lower-alpha;
	list-style-position:outside;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-18px;
}
/* end of bullet style 06/26/09*/
