#menuWrapper {
	margin: 3px 0 0 0;
	padding: 0;
	width: 100%;
	height: 46px;
	background: url(../images/menu.png) repeat-x;
}
#menu {
	margin: 0 auto;
	width: 680px;
   line-height: normal;
	height: 46px;
}
#menu ul	{
   margin: 0 auto;
   padding: 0 0 0 55px;
   list-style:none;
}
#menu li	{
      display: inline;
      margin: 0;
      padding: 0;
}
#menu a {
      float: left;
      background: url(../images/tableftG.png) no-repeat left top;
      margin: 0;
      padding: 0 0 0 6px;
      text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
      }
#menu a span {
      float: left;
      display: block;
      background: url(../images/tabrightG.png) no-repeat right top;
      padding: 5px 8px 4px 2px;
      color: #FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
#newRelease a span {
	color: Yellow;
}
   #menu .current a {
       background-position:0% -23px;
       }
   #menu .current a span {
      background-position:100% -23px;
		color: #173362;
		font-weight: bold;
        }
   #menu a:hover {
      background-position:0% -23px;
      }
   #menu a:hover span {
      background-position:100% -23px;
		color: #f00;
      }
#submenu {
	margin: -16px auto 0 auto;
	width: 420px;
   line-height: normal;
	height: 18px;
}
#submenu ul	{
   margin: 0 auto;
   padding: 0 0 0 15px;
   list-style:none;
}
#submenu li	{
      display: inline;
      margin: 0;
      padding: 0;
}		
#submenu ul#subnav-1,
#submenu ul#subnav-2,
#submenu ul#subnav-3,
#submenu ul#subnav-4,
#submenu ul#subnav-5,
#submenu ul#subnav-6,
#submenu ul#subnav-7 {
margin: 0 auto /*0 0 268px*/;
	display: none;
	width: 100%;
}

#submenu .current a {
margin: 0 auto;
float: left;
	background: url(../images/sub_tab_left.png) no-repeat  left top;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#submenu .current a span {
float: left;
   display: block;
	background: url(../images/sub_tab_right.png) no-repeat right top;
	color: #fff;
	padding: 2px 6px 2px 4px;
	text-decoration: none;
}

#submenu .current a:hover {
	background-position: 0% -17px;
   color: #000;
}

#submenu .current a:hover span {
	background-position: 100% -17px;
   color: #f00;
}

#submenu .active a {
	background-position: 0% -17px;
   color: #173362;
}

#submenu .active a span {
	background-position: 100% -17px;
   color: #173362;
}

#contactMenu {
	margin: -23px 5px 0 0;
	float: right;
   line-height: normal;
	height: 25px;
	color: #fff;
}
#contactMenu ul  {
margin: 0;
padding: 3px 0 0 9px;
list-style: none;
	}
#contactMenu li  {
margin: 0;
padding: 0;
display: inline;
	}		
#contactMenu li a {
margin-right: 2px;
padding: 2px 5px 3px 23px;
display: inline;
font-weight: Bold;
color: #fff;
text-decoration: none;	
}
#contactMenu li a:hover {
font-weight: Bold;
color: #f00;
text-decoration: none;	
}
#contactMenu li.contact a {
background: url(../images/contact-us-icon.png) left center no-repeat;
height: 23px;
}
#bookmarkMenu {
	margin: -23px 5px 0 0;
	float: left;
   line-height: normal;
	height: 25px;
	color: #fff;
}
#bookmarkMenu ul  {
margin: 0;
padding: 3px 0 0 9px;
list-style: none;
	}
#bookmarkMenu li  {
margin: 0;
padding: 0;
display: inline;
	}		
#bookmarkMenu li a {
margin-right: 2px;
padding: 2px 5px 3px 27px;
display: inline;
font-weight: Bold;
color: #fff;
text-decoration: none;	
}
#bookmarkMenu li a:hover {
font-weight: Bold;
color: #f00;
text-decoration: none;	
}
#bookmarkMenu li.bookmark a {
background: url(../images/bookmark_icon.png) left center no-repeat;
height:13px;
}