﻿.MenuBar
{
	/*
	padding: 0 10px 0 10px;
	background-color: #dedede;
	border-width: 1px;
	border-style: solid;
	border-color: #5f5f5f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; /*border-radius: 5px;*/
	/*font: 14px calibri;
	width: 935px;
	margin: auto;
	border-left: 0px solid #5B5C3A;
	border-right: 0px solid #5B5C3A;
	border-top: 2px solid #5B5C3A;
	border-bottom: 2px solid #5B5C3A;
	vertical-align: top;
	border-spacing: 0px;
	background-image: url( 'http://atelierdiva.in/mainbk.png' );
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
	*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
     background: #a3195b;
     width:100%;
	 z-index:1;
	 
	margin: 0;
padding: 0;
list-style-type: none;
display:block;
}

.StaticMenuItem
{
	
		text-align: center;
	border-width: 0;
	color: #FFFFFF;
	text-decoration: none; /*text-shadow: #FFF 0 0 0;*/
	text-transform: capitalize;
	padding: 2px 0px 2px 0px;

	
	 margin-left: 0;
	 
  
    border-left: 1px solid #b59e4d;
}

.DynamicMenuItem
{
	/*text-align: left;
	border-width: 0;
	font: 14px WST_Engl;
	color: #FFF;
	text-decoration: none; /*text-shadow: #FFF 0 0 0;*/
	/*background-color: #424542;
	padding-right: 4px;
	padding-left: 4px;
	height: 20px;*/
		text-align: left;
		 background: #a3195b;
	
	color: #FFFFFF;
	text-decoration: none; /*text-shadow: #FFF 0 0 0;*/
	text-transform: capitalize;
	padding-right: 4px;
	padding-left: 4px;

	  width: 160px; /*width of sub menus*/
    padding: 8px;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid #b59e4d;
    border-left: 1px solid #b59e4d;
    
}

.staticHover
{
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px; /*border-radius: 5px;*/
	/*background-image: url( "http://atelierdiva.in/MHovr.png" );
	background-repeat: repeat-x;
	text-align: left;
	border-width: 0;
	font: 14px WST_Engl;
	/*color: #FFF;
	text-decoration: none; /*text-shadow: #FFF 0 0 0;*/
	/*background-color: #424542;
	padding-right: 4px;
	padding-left: 4px;
	height: 20px;
	font-weight: bold;*/
	text-align: center;
	border-width: 0;
	
	text-decoration: none; /*text-shadow: #FFF 0 0 0;*/
	text-transform: capitalize;
	padding: 2px 0px 2px 0px;
	 
   border-left: 1px solid #b59e4d;
  
   
	color:#b59e4d;
}

.DynamicHover
{
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px; /*border-radius: 5px;*/
	/*text-align: left;
	border-width: 0;
	font: 14px WST_Engl;
	color: #FFF;
	text-decoration: none; /*text-shadow: #FFF 0 0 0;*/
	/*background-color: #424542;
	padding-right: 4px;
	padding-left: 4px;
	background-image: url( "http://atelierdiva.in/MHovr.png" );
	background-repeat: repeat-x;
	height: 20px;*/
	text-align: left;
	border-width: 0;
	
	text-decoration: none; /*text-shadow: #FFF 0 0 0;*/
	text-transform: capitalize;
	padding-right: 4px;
	padding-left: 4px;
	  width: 160px; /*width of sub menus*/
    padding: 8px;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid #b59e4d;	
	color:#b59e4d;
	border-left: 1px solid #b59e4d;
}