#clamShellMenu li {
	list-style-type: none;
	position: relative;
}
#clamShellMenu ul {
	margin: 0;
	padding: 0;
	position: relative;
}

/* 	Layout CSS */
#clamShellMenu {    
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 292px;  /* IE 5.x */
	width/* */:/**/292px;  /* Other browsers */
	width: /**/292px;  
	height/* */:/**/273px;  /* Other browsers */
}
/* All A tags - i.e menu items. */
#clamShellMenu a {
	display:block;
	clear:both;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#clamShellMenu .slMenuItem_depth1 {  /* Main menu items */
	margin: 0;
	padding: 0;
	height:46px;
	vertical-align: top;
	font-size: 1px;
}  
/* UL tags, i.e group of menu utems. 
It's important to add style to the UL if you're specifying margins. If not, assign the style directly
to the parent DIV, i.e. 
#clamShellMenu .slideMenuDiv1
instead of 
#clamShellMenu .slideMenuDiv1 ul
*/
#clamShellMenu .slideMenuDiv2 {
	margin: 0;
	padding: 0;
}
.clamShellContent {
	height:125px; 
	background-color: #F0F7EF;
	padding: 10px 0 0 10px;
	position: relative;
	line-height: 12px;
}
#clamShellMenu .clamShellContent div.linkDiv {
	float: left;
	width: 130px;
	margin: 0 0 3px 0;
}
#clamShellMenu .clamShellContent div.linkDiv a {
	color: #006699;
	text-decoration: none;
	font-size: 11px;
	padding: 0 10px 0 10px;
	background: url(../fw/ul_bullet.gif) no-repeat 0px 2px;
}
#clamShellMenu .clamShellContent div.linkDiv a:hover {
	color: #006699;
	text-decoration: underline;
}
