.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/

	margin: 0;

	padding: 0;

	position: absolute;

	left: 0;

	top: 0;

	list-style-type: none;

	background: white;

	border: 1px solid #a18a8e;

	border-bottom-width: 0;

	visibility: hidden;

	display: none; /*collapse all sub menus to begin with*/

	box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/

	-webkit-box-shadow: 3px 3px 8px #818181;

	-moz-box-shadow: 3px 3px 8px #818181;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 11px;

	font-style: normal;

	font-weight: normal;

	font-variant: normal;

}





.flexdropdownmenu li{

position: relative;

}



.flexdropdownmenu li a{

	display: block;

	width: auto; /*width of menu (not including side paddings)*/

	color: #FFF;

	border-bottom: 1px solid #a18a8e;

	text-decoration: none;

	padding: 4px 5px;

	background-color: #4b3136;

}



* html .flexdropdownmenu li{ /*IE6 CSS hack*/

display: inline-block;

width: 190px; /*width of menu (include side paddings of LI A*/

}



.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{

background: #bdbcbc;

color: #4b3136;

}



.rightarrowclass{

position: absolute;

top: 6px;

right: 5px;

}

.divcat01 {
	float: left;
	height: 80px;
	width: 710px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
}
.divcat_icon {
	float: left;
	height: 70px;
	width: 60px;
	margin-left: 8px;
	border: 1px solid #D3D3D3;
	margin-top: 6px;
	background-color: #D3D3D3;
}
.clr {
	clear:both;
}

