#nav { height: 47px;}
#nav li { margin: 0px; float: left; position: relative; list-style: none; background: url(../Images/MenuMid.png) no-repeat right center;} 
#nav li:last-child { background: none !important;}

#nav li.last-child { background: none !important;}
#nav li a.first-child { padding-left: 5px !important;}

/* main level link */
#nav a { display: block; width: auto; padding: 0px 19px; text-align: center; line-height: 49px; color: #000000; font-weight: bold; font-size: 13px;}
#nav a:hover { color: #FFF !important; text-decoration: none;}
#nav li.active a  { color: #FFF;}

/* main level link hover */
#nav .current a, #nav li:hover > a { color: #FFF;}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a { border: none; color: #4d4d4d; padding: 0px 0px 0px 12px !important;}
#nav ul a:hover { color: #000 !important; background: #ece4e4;}
#nav ul a:current  { color: #FFF !important; text-decoration: none;}
/* dropdown */
#nav li:hover > ul { display: block;}

/* level 2 list */
#nav ul { display: none; margin: 0;	padding: 0;	width: 195px; position: absolute; top: 49px; left: 0; background: #f4ebeb; border-left: 1px solid #d9d0d0; border-bottom: 1px solid #d9d0d0; border-right: 1px solid #d9d0d0;}
#nav ul li { float: none; margin: 0; padding: 0; border-bottom: 1px solid #d9d0d0; height: 30px; background: none;}

#nav ul a { font-weight: normal; color: #4e4e4e; line-height: 30px;  text-align: left;  font-size: 12px; display: block;}

/* level 3+ list */
#nav ul ul { left: 181px; top: -3px;}

/* rounded corners of first and last link 
#nav ul li:first-child > a { -webkit-border-top-left-radius: 9px; -moz-border-radius-topleft: 9px; -webkit-border-top-right-radius: 9px; -moz-border-radius-topright: 9px;}
#nav ul li:last-child > a {	-webkit-border-bottom-left-radius: 9px;	-moz-border-radius-bottomleft: 9px;	-webkit-border-bottom-right-radius: 9px; -moz-border-radius-bottomright: 9px;} */

/* clearfix */
#nav:after { content: "."; display: block; clear: both;	visibility: hidden;	line-height: 0;	height: 0;}
#nav { display: inline-block;} 
html[xmlns] #nav { display: block;}
 
* html #nav { height: 1%;}


 .menuGal { padding: 0; clear: both;}
.menuGal li { display: inline; }
.menuGal li a { margin: 0px 1px; background: url(../Images/disableTab.png) repeat-x left top; padding: 0px 15px; float:left; border: 1px solid #cfcccc; height:34px; line-height: 34px; border-bottom: none; text-decoration: none; color: #807e7e; font-weight: bold;}
.menuGal li.active a { background: url(../Images/activeTab.png) repeat-x left top; border: 1px solid #e2a556; color: #000;}

