/* ######### Matt Black Strip Main Menu Bar CSS ######### */

#ddtopmenubar {
	padding-left:0px!important;
	text-align:center;
}
/* CSS  temp 4 */
/* CSS  for menu theme */
/* ######### Marker List Vertical Menu ######### */

.markermenu {
	width: 160px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	font-size: 12px;/*to change main menu font size*/
	font-family:Courier New;/*to change main menu font type*/
}
.markermenu ul {
	list-style-type: none;
	margin: 0px 0; /* menu top alignment */
	padding: 0;
	border: 1px solid #9A9A9A;
	font-size: 12px;/*to change main menu font size*/
	font-family:Courier New;/*to change main menu font type*/
}
.markermenu ul li a {
	background: #999900; /*light gray background*/ /*Back ground color for main menu*/
	font-size: 12px;/*to change main menu font size*/
	font-family:Courier New;/*to change main menu font type*/
	color: #FFFFFF;  /*Change font colour of main menu*/
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #a32fb8;
}
.mattblackmenu {
	width:933px;
	margin:0px auto;
	height:39px;
	background:url(http://gift2solapur.com/css/images/front_image/menu.jpg) repeat-x;
}
.mattblackmenu li {
	margin:0px;
	height:39px;
	padding:0px 14px 0px 2px;
	list-style:none;
	float:left;
	font:bold 13px "Trebuchet MS", Georgia, Times, sans-serif;
	color:#FFFFFF;
	line-height:39px;
	font-weight:normal;
	display: inline;
	margin: 0;
}
.mattblackmenu ul {
	width:933px;
	margin:0px;
	height:39px;
	padding:0px;
	list-style:none;
	padding:0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;/*to change submenu font size*/
	list-style-type: none;
}
.mattblackmenu li a {
	margin:0px;
	text-decoration:none;
	height:39px;
	padding:0px;
	list-style:none;
	float:left;
	font:bold 13px "Trebuchet MS", Georgia, Times, sans-serif;
	color:#FFFFFF;
	line-height:39px;
}
.mattblackmenu li a:hover {
	color:#ffd7d7;
}
* html .markermenu ul li a { /*IE6 hack*/
	width: 155px;
}
.markermenu ul li a:visited, .markermenu ul li a:active {
	color: #FFFFFF;
	font-size: 12px;/*to change main menu font size*/
	font-family:Courier New;/*to change main menu font type*/
}
.markermenu ul li a:hover, .markermenu ul li a.selected {
	background-color:#009966;
	/*to change main menu hover background color*/
color: #FFFFFF;/*to change main menu hover font color*/
}
.ddtopmenubar {
	padding-left:0px!important;
}
.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	
	margin:0px auto;
	height:39px;
	background:url(http://gift2solapur.com/css/images/front_image/menu.jpg) repeat-x;
	margin: 0px;
	padding: 0;
	position: absolute;
	list-style-type: none;
	border:0px;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li a {
	display: block;
	width: 200px; /*width of menu (not including side paddings)*/
	background-color:#fff;/*to change sub menu background color */
	color:#504B4B; /*to change sub menu font color */
	text-decoration: none;
	padding: 4px 5px;
	font-size:13px;/*to change submenu font size*/
	font-family:"Trebuchet MS", Georgia, Times, sans-serif;/*to change submenu font type*/
	font-weight:bold;/*to change submenu font weight*/
font-style:;
}
.ddsubmenustyle li a:hover {
	background-color:#e39600; /*to change sub menu hover background color */
	color:#fff; /*to change sub menu hover font color */
}
.classtd {
	background-color:#999900;/* Outer color of  menu */
}
.menutxt {
font-family:**menufont_family**;
font-size:**menufont_size**px;
color:**menufont_color**;
text-align:**menu_align**;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
	height:40px;
}
.menutxt_select {
font-family:**menufont_family**;
font-size:**menufont_size**px;
color:**menufont_color_select**;
text-align:**menu_align**;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
	height:40px;
}