/********************************************
   HTML ELEMENTS
********************************************/ 
/*Example CSS for the two demo scrollers*/

.tcbclass{
width: 650px;
padding: 5px;
background-color: #f2f5fa;
border: 0px solid black;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.tcbclass a{
text-decoration: none;
}

/* Top Elements */

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
    overflow: -moz-scrollbars-vertical;
}
body , html {
    scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
/* links */
a, a:visited {
	text-decoration: none;
	color: #2F5FB1; 
}
a:hover {
	color: #4EBF37;
	text-decoration: underline;
}
/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 12px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h2 {
	font-size: 12px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h3 {
	font-size: 12px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
/* images */
img {
	border: 0px solid #CCC;
}
.image_caption { 
   line-height: 10px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}
h1, h2, h3, p {
	margin: 0;
	padding-left: 0px;
	padding-top: 7px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #000000;
}
ul span, ol span {
	color: #666666;
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
    background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}
/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #DDDDFF; 
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000000;
    background-color: #EFEFEF; 
}
input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:600px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #2F5FB1;
}
/* search */
form.search {
	position: absolute;
	top: 40px; right: 45px;
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 23px;
}

form.search a { 
   color: #ffffff; 
   font-size: 11px; 
   text-decoration: underline; }

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 980px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 882px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 980px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h2#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 2.4em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 37px; left: 127px;	
}
#header h2#logo-text a {
	color: #FFF;
}
#header h2#logo-text a:hover {
	text-decoration: none;
}
#header h3#slogan {
	position: absolute;
	margin: 0; padding: 5px 0 0 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 130px;		
}
/* Menu */
#breadcrumb {
	clear: both;
	margin: 0; padding: 0 40px 0 40px;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	/* change from height: 26 MAB */
	height: 34px;
}
#breadcrumb a {color:#2f5fb1; text-decoration:none;}
#breadcrumb a:hover {color:#fff;}

#breadcrumb div, #breadcrumb span  { 
   color: #ffffff; 
   background: none; 
   font-size: 13px;
}
/*#breadcrumb a { 
   color: #ffffff; 
   text-decoration: underline; 
}*/

/* Main Column */
#main {
	float: left;
	width: 80%;
	padding: 0; margin: 0;
	background-color: #f2f5fa;
}
#main h1 {
	margin-top: 10px;
	margin-bottom: 2px;
	font: Bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	color: #990000;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #f2f5fa url(images/square-green.png) no-repeat 3px 50%;	
}
#main h1 a {
	color: #2F5FB1; 	
	background: none;
}
#main h1 a:hover {
	color: #2F5FB1; 
	text-decoration: underline;
	}
#main h2 {
	margin-top: 10px;
	margin-bottom: 2px;
	font: Bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	color: #990000;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #f2f5fa url(images/square-green.png) no-repeat 3px 50%;	
}
#main h2 a {
	color: #2F5FB1; 	
	background: none;
}
#main h2 a:hover {
	color: #2F5FB1; 
	text-decoration: underline;
}
#main h3 {
	margin-top: 7px;
	margin-bottom: 0px;
	font: Bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	color: #000000;
	padding: 5px 0 5px 25px; 	
	background: #f2f5fa url(images/square-green.png) no-repeat 3px 50%;	
}	
#main div.content {
	padding: 10px;		
	margin: 0;
}
#main div.not_found {
	padding: 10px;
	text-align:center;
}
div.post-cats { padding-left: 10px; }

.art-info-1 { 
   float: left; 
   width: 480px;
   padding: 0px 0px 10px 10px;
}
.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 0px 0px 10px 0px;
}
.post-footer {
	background-color: #f2f5fa;
	padding: 0px; margin: 0px 10px 25px 0px;
	border: 1px solid #f2f5fa;
	font-size: 95%;	
}
.post-footer .date {
	padding: 0px 0px 0px 0px; margin: 0 0px 0 0px;
}
.post-footer .comments {
	padding: 2px 0px 2px 20px; margin: 0 0px 0 0px;
}
.post-footer .readmore {
	padding: 2px 0px 2px 2px; margin: 5 10px 5 5px;
}
.email {
   padding-right: 30px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email.gif) no-repeat right center; 
}
.emailsend {
   padding-right: 30px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email_send.gif) no-repeat right center; 
}
.sitemap {
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/sitemap.gif) no-repeat right center; 
}
.print {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/print.gif) no-repeat right center; 
}
.digg { 
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/digg.png) no-repeat right center; 
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 18.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px; right: 25px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #000000;
	background: #f2f5fa url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}
#sidebar h1 a {
   color: ##2F5FB1;
}
#sidebar a.selected { 
   color: #4EBF37; 
}
#sidebar .nav-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}

/* Sidebar - feeds and link management */

#feeds {
   text-align: left;
	font-weight: bold;
	padding-left: 10px; 
	padding-top: 10px; 
	line-height: 20px;
	padding-bottom: 10px; 
}
.rss {
	padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
	background: url(images/webfeed.gif) no-repeat left center;
}
   .facebook { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/facebook.gif) no-repeat left center; 
}   .twitter { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/twitter_t.gif) no-repeat left center; 
}
.rssreader {
	padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
	background: url(images/blue_square.gif) no-repeat left center;
}
.del-icio-us { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/delicious.gif) no-repeat left center; 
}
.yahoo { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_yahoo.gif) no-repeat left center; 
}
.google { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_google.gif) no-repeat left center; 
}
.link {
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/link.gif) no-repeat right center; 
}
.links {
   padding-right: 15px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/external.png) no-repeat right center; 
}
.news {
   padding-right: 15px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/news_feed.gif) no-repeat right center; 
}
.cancel{
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/cross.gif) no-repeat right center; 
}
.status {
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/question_mark.gif) no-repeat right center; 
}
.competition {
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/competition.gif) no-repeat right center; 
}
.member {
   padding-right: 15px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/note.gif) no-repeat right center; 
}
.converter {
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/currency.gif) no-repeat right center; 
}
.photos{
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/camera.gif) no-repeat right center; 
   }
   .mp3{
   padding-right: 15px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/mp3_audio.gif) no-repeat right center; 
   }
   .video{
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/video.gif) no-repeat right center; 
   }
   .lyrics{
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/lyrics.gif) no-repeat right center; 
   }
   .reviews{
   padding-right: 22px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/reviews.gif) no-repeat right center; 
   }
    .complete{
   padding-right: 22px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/complete.jpg) no-repeat right center; 
   }
   .songs{
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/database.gif) no-repeat right center; 
   }
    .charts{
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/global.gif) no-repeat right center; 
   }
    .gold{
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/24kgold.gif) no-repeat right center; 
   }
   .media {
   padding-right: 35px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/media_contact.gif) no-repeat right center; 
}
.question {
   padding-right: 20px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/question_mark_tr.gif) no-repeat right center; 
}
.elvisaustralia {
   padding-right: 25px;
   padding-bottom: 1px;
   padding-top: 5px;
   background: url(images/elvis_presley_australia.gif) no-repeat right center; 
}
/* Sub-category navigation */
#sidebar ul.sidemenu ul {
   margin: 3px 0px 3px 0px;
   padding: 0px;
   margin-left: -8px;
	list-style: none;
}

#sidebar ul.sidemenu ul li {
   font-size: 10px;
   border: none;
}

#sidebar ul.sidemenu ul ul li {
   font-size: 9px;
}
/* optional non-list navigation */

      .altmenu { 
         font-weight: bold; 
         margin: 3px 3px 8px 3px; 
         border-bottom: 1px solid #eeeeee; 
      }
      
      .altmenu div { 
         padding: 2px; 
      }
      
      div.catMenu-0 { font-size: 11px; padding-left: 5px;  }
      div.catMenu-1 { font-size: 10px; padding-left: 20px; }
      div.catMenu-2 { font-size: 9px;  padding-left: 35px; }
      div.catMenu-3 { font-size: 8px;  padding-left: 50px; }
      div.catMenu-4 { font-size: 7px;  padding-left: 65px; }
      
      .altmenu div a { 
         padding-left: 20px; 	
         background: url(images/go.gif) no-repeat 0px 0px; 
      }
/* Next/Previous Links */	

#nextlinks { 
   font-size: 11px;
   font-weight: bold; 
   padding-bottom: 35px;
   padding-left: 10px;
   padding-right: 10px;
}

#nextlinks .prev { text-align: left; float: left;  }
#nextlinks .next { text-align: right;  float: right; }

#nextlinks a { 
   text-decoration: underline;
}
/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 980px;
	height: 55px; 
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* Printer Friendly Page classes */
#printer #main {
	padding: 0; margin: 20;
	font-size: 12px;
}
#printer #main h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 10px;
	background: none;
	border-bottom: 1px solid #EFF0F1;
}
#printer a { color: #2F5FB1; text-decoration: none; font-weight: bold; }
#printer a:hover { text-decoration: underline; }
#printer #main { text-align: left; width: 95%;}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2F5FB1;
}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #004080;
}
.style11 {
	color: #F2F5FA;
	font-size: 9px;
	font-weight: normal;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #990000;
}	
.style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #2F5FB1;
}
.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #990000;	
}	
.style15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}	
.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #004080;
}	
.style17 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2F5FB1;
}
/* added from menu.css */

#multi-level {height:30px; position:relative; z-index:100; width:498px; float:right; margin-right:-1px;}
#multi-level .pad {float:left;}
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}
.menu {margin-top:2px;}
/* Set up the size of the list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
.menu li.top a.top_link {display:block; float:left; height:30px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;}

/* pre-load the hover images */
.menu li.p1 {width:75px; background:url(images/menu/home_1.gif) no-repeat;;}
.menu li.p2 {width:62px; background:url(images/menu/shop_1.gif) no-repeat;;}
.menu li.p4 {width:62px; background:url(images/menu/cd_1.gif) no-repeat;;}
.menu li.p5 {width:68px; background:url(images/menu/dvd_1.gif) no-repeat;;}
.menu li.p6 {width:76px; background:url(images/menu/books_1.gif) no-repeat;;}
.menu li.p7 {width:98px; background:url(images/menu/memorabilia_1.gif) no-repeat;;}
.menu li.p8 {width:57px; background:url(images/menu/vinyl_1.gif) no-repeat;;}

.menu li a#home {width:75px; background:url(images/menu/home_0.gif) no-repeat;}
.menu li a#shop {width:62px; background:url(images/menu/shop_0.gif) no-repeat;}
.menu li a#cd {width:62px; background:url(images/menu/cd_0.gif) no-repeat;}
.menu li a#dvd {width:68px; background:url(images/menu/dvd_0.gif) no-repeat;}
.menu li a#books {width:76px; background:url(images/menu/books_0.gif) no-repeat;}
.menu li a#memorabilia {width:98px; background:url(images/menu/memorabilia_0.gif) no-repeat;;}
.menu li a#vinyl {width:57px; background:url(images/menu/vinyl_0.gif) no-repeat;;}

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible; position:relative; z-index:200;}
.menu li:hover {position:relative; z-index:200;}

.menu li a#home:hover, .menu li:hover a#home,
.menu li a#shop:hover, .menu li:hover a#shop,
.menu li a#cd:hover, .menu li:hover a#cd,
.menu li a#dvd:hover, .menu li:hover a#dvd,
.menu li a#books:hover, .menu li:hover a#books,
.menu li a#memorabilia:hover, .menu li:hover a#memorabilia,
.menu li a#vinyl:hover, .menu li:hover a#vinyl {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

.menu :hover ul.sub {left:0; top:30px; background: #f2f5fa; padding:3px; border:1px solid #888; white-space:nowrap; height:auto;}
.menu :hover ul.one {width:185px;}
.menu :hover ul.two {width:170px;}
.menu :hover ul.three {width:180px;}
.menu :hover ul.four {width:160px;}
.menu :hover ul.five {width:140px;}
.menu :hover ul.six {width:155px;}

.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left;}
.menu :hover ul.one li {width:182px;}
.menu :hover ul.two li {width:167px;}
.menu :hover ul.three li {width:177px;}
.menu :hover ul.four li {width:157px;}
.menu :hover ul.five li {width:138px;}
.menu :hover ul.six li {width:152px;}

.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:100%; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #f2f5fa; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background: url(images/menu/arrow.gif) 100% 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#82c13e; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#82c13e url(arrow_over.gif) 100% 7px no-repeat; color:#fff;}
#breadcrumb .menu :hover ul li:hover > a.fly {background:#82c13e url(arrow_over.gif) 100% 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{top:-4px; background: #f2f5fa; padding:3px 0; border:1px solid #888; white-space:nowrap; z-index:200; height:auto;}

.menu :hover ul.one :hover ul {left:182px; width:156px;}
.menu :hover ul.three :hover ul {left:177px; width:185px;}

.menu :hover ul.one :hover ul li {width:150px;}
.menu :hover ul.three :hover ul li {width:180px;}

#breadcrumb {height:34px;}
#breadcrumb a {color:#2f5fb1; text-decoration:none;}
#breadcrumb a:hover {color:#fff;}

#breadcrumblist {float:left; line-height:35px;}
#breadcrumblist a {color:#fff; text-decoration:underline;}
