/*
modified for prestashop
marghoob suleman - marghoobsuleman.com
*/
.ddsmoothmenu
{
	font: bold 12px Verdana;
	background: #414141;
/*background of menu bar (default state)*/
	width: 100%;
	height: auto;
	display: inline-block;
}
.ddsmoothmenu UL
{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu UL LI
{
	position: relative;
	display: block;
	width: 100%;
	float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu UL LI A
{
	display: block;
	background: #82C64D;
/*background of menu items (default state)*/
	color: #FFFFFF;
	padding: 8px 10px;
	border-bottom: 1px dashed #C3C3C3;
/*
border-right: 1px solid #c3c3c3;
border-left: 1px solid #c3c3c3;
*/
	color: #374853;
	text-decoration: none;
}
#smoothmenu1 LI
{
	padding: 0;
	list-style-position: outside;
}
* HTML .ddsmoothmenu UL LI A
{
/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu UL LI A:link, .ddsmoothmenu UL LI A:visited
{
	color: #55060F;
}
.ddsmoothmenu UL LI A:hover
{
	background: #45CF2F;
/*background of menu items during onmouseover (hover state)*/
	text-decoration: none;
}
.ddsmoothmenu UL LI A.selected
{
	font-weight: bold;
	background-color: #4ADA3E;
}
/*1st sub level menu*/
.ddsmoothmenu UL LI UL
{
	position: absolute;
	left: 0;
	display: none;
/*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu UL LI UL LI
{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu*/
.ddsmoothmenu UL LI UL LI UL
{
	top: 0;
}
/*Sub level menu links style*/
.ddsmoothmenu UL LI UL LI A
{
	font: normal 13px Verdana;
	width: 178px;
/*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px dashed #C3C3C3;
}
/*######### CSS classes applied to down and right arrow images  #########*/
.downarrowclass
{
	position: absolute;
	top: 7px;
	right: 7px;
}
.rightarrowclass
{
	position: absolute;
	top: 6px;
	right: 5px;
}
/*######### CSS for shadow added to sub menus  #########*/
.ddshadow
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #C0C0C0;
}
.toplevelshadow
{
/*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
/*end menu css*/
