
/*** HTML STYLES ************************************************/

/* Set the default font and page margin here. Do not set colors here.*/
BODY {
	MARGIN: 5px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* Style for links */
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
A:hover {
	text-decoration: underline;
}

/* Style for lines. */
div.thickline {
	height: 2px;
	margin-bottom : 2px;
	margin-top : 2px;
	border: none; 
}
div.thickline hr {
  display: none;
}

div.thinline {
	height : 1px;
	margin-bottom : 2px;
	margin-top : 2px;
	border: none; 
}
div.thinline hr {
  display: none;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/*** Login Box Styles ****************************************/

.LoginBoxTop {
	BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url(images/box_T.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 4px;
}
.LoginBoxLeft {
	BACKGROUND-POSITION: left 50%; BACKGROUND-IMAGE: url(images/box_L.gif); WIDTH: 4px; BACKGROUND-REPEAT: repeat-y;
}
.LoginBoxRight {
	BACKGROUND-POSITION: right 50%; BACKGROUND-IMAGE: url(images/box_R.gif); WIDTH: 4px; BACKGROUND-REPEAT: repeat-y;
}
.LoginBoxBottom {
	BACKGROUND-POSITION: 50% top; BACKGROUND-IMAGE: url(images/box_B.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 5px;
}



/*** GENERAL PAGE LAYOUT ****************************************/
/* Your Main Site Name. */
#siteName {
	font-size: 24px;
	line-height: 35px;
	margin-left: 5px;
}

.storewideDiscount {
	font-size: 14px;
	color: purple;
}

#basketStats {
	font-size: 11px;
}



/* This is the default font for the entire page body */
.mainpage {
	font-size : 12px;

}

.content {	padding-right: 21px;
	padding-top: 18px;}

.homepage {
	font-size : 12px;
	padding: 0;
	padding-right:1px;
}
/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}


/* Header is a large separating bar used for "What's New" and 
'Product of the Day'. It uses the Highlight Box (Order Box) Title Bar
colors. */
.header {
margin:0;
padding:0;
height: 96px;
overflow:hidden;
	FONT-SIZE: 14px;
	font-weight : bolder;
}

/* Highlight and Input Form box title bars. */
.BoxTitle {
	FONT-SIZE: 16px;  
	font-weight: bold;
}
/* Used primarily in Highlight boxes. */
.BoxText {
	FONT-SIZE: 13px;  
}

/* Sections separate sections on listings and detail pages like the
'more images' and 'customer reviews' sections of the product page. */
.section_title {
	font-size: 12px;
	font-weight: bold;
	color : Maroon;
}

/* Used for listing and detail page navigation links like the 'Sort by' links
on listing pages and 'next | back' links at the bottom of detail pages.*/
.section_footer {
	font-size: 11px;
	color : Maroon;
}
A.section_footer {
	text-decoration : none;
}

.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}




/*** CATEGORY & PAGES ****************************************/

/* Page Title - only 1 title per page: category, feature, page, product */
H1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 28px;
	FONT-WEIGHT: normal;
	margin: 0px;
	color: #666699;
}
H1.page {
	font-size: 28px;
}
H1.category {
	font-size: 26px;
}
H1.feature {
	font-size: 26px;
}
H1.product {
	font-size: 20px;
}

/* Page SubTitles - Category Teaser Listings: category, feature, page, product */
H2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #666699;
}

H2.product {	
	display: inline;
}

/* Teaser Lists: category, feature, page, product */
H3 {
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline;
	color: navy;
	margin: 0px;	
}
H3.product {
	text-decoration: none;
}

.cat_text_large {
	font-size: 14px;
}
.cat_title_large {
	font-size: 14px;
	font-weight:bold;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}
.cat_text_list {
	font-size: 12px;
}
.review_title {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}


/*** FEATURE DETAIL ****************************************/
.FeatureTeaser {
	font-size : 16px;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
}
.Feature_Type {
	font-size : 9px;
	color : #FF3300;
}

/*** PRODUCT DETAIL ****************************************/
/* Style for Product SKU, number in stock, etc. */
.prodSKU {
	font-size : 11px;
	color : #666666;
}

/* Product price line */
.prodprice {
	font-size : 11px;
}

/* Product price emphasized words: 'Our Price' */
.prodprice2 {
	font-size : 12px;
	font-weight: bold;
	color: maroon;
}

/* Amount saved from retail price */
.prodsavings {
	font-size : 12px;
	color: maroon;
	font-style: italic;
}

/* Discounted price amount */
.proddiscounted {
	font-size : 12px;
	font-weight: bold;
	color : maroon;
}

/* Product discount line */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* Product error messages */
.proderror {
	font-size : 12px;
	color: red;
}

/* Small image on catalog pages. */
.listingimg {
	margin-right : 5px;
}

/* Small image on gallery style of category pages */
.gallerylistimg {
	border:1px solid #333333;
}

/* Text styles on gallery listing page */
.gallerylist {
	color:#000000;
	font-size: 12px;
}

A.gallerylist {
	color:#666699;
	font-size: 12px;
}

/* Medium image on product detail page. */
.medium_img {
	margin-right : 10px;
}

/* 'More Image' gallery on product detail page. */
.gallery_img {
	border-style : solid;
	border-color : Silver;
	margin-right : 3px;
	border-width : 1px;
}
/* 'More Image' gallery detail caption. */
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}

/*** POPUP IMAGE STYLES *************************************/
#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	}
#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
	}
#dragbar #closetext{
	font-size: 11px;
	margin-right: 2px;
	}
#detailimg{
	cursor: hand;
	cursor: pointer;
	}
#detailarea{
	width: 100%; 
	background-color: White;
	}
#caption{
	background-color: white;
	font-size: 12px;
	padding: 2px;
	}


/*** WISH LIST DETAIL *************************************/

/* The delete and update buttons for Wish List product listings */
.WishButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}


/*** SHOPPING CART ****************************************/
/* Product name, prices, etc. */
.carttext {
	font-size : 11px;
}
/* Sku and options listed under product name*/
.smallcarttext {
	font-size : 10px;
}
/* errors listed under product name*/
.smallcarterror {
	font-size : 11px;
	color : Red;
}


/*** INPUT FORMS ******************************************/
/* Titles separating sections of a form (this is NOT the Box Title)*/
.formtitle {
	FONT-SIZE: 14px;
	font-weight : bold;
}

/* Appears at top of form if page returns an error */
.formerror {
	FONT-SIZE: 12px;
	color : Red;
}

/* Used in the login box ('user name not found', etc.) */
.formerrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

/* Form field names '*/
.formtext {
	FONT-SIZE: 12px;
}
/* Instructions below form fields '*/
.formtextsmall {
	FONT-SIZE: 10px; 
}

/* Used in the login box for 'name' and 'password'*/
.FormTextVerySmall {
	FONT-SIZE: 9px;
	COLOR: gray;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	COLOR: #003163;
	FONT-SIZE: 12px;
}


.formfieldselect {
	FONT-SIZE: 12px;
	COLOR: #003163;
}
/* The form fields for the login box have width set as well */
.formfieldlogin {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #cccccc 1px solid;
	BACKGROUND-COLOR: white;
	BORDER-BOTTOM: #cccccc 1px solid;
	width : 120px;
	margin-right: 3px;
}

.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
}

/* HTML form submit buttons */
.formbutton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}
A.formbutton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}
A.formbutton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none;
}

/* Used for the logout button on the user manager page */
A.managerbutton {
	BORDER: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;	
}

A.managerbutton:visited {
	BORDER: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;	
}

/* Used to set margins on a form tag */
form.margins {
	margin: 10px; 
	padding: 10px;
}
form.nomargins {
	margin: 0px; 
	padding: 0px;
}


/* Simple Search Field */
#searchbox {
}
#searchbox .formfield {
	width: 130px;
	FONT-SIZE: 11px;
}

/*** LISTING RECORDS ******************************************/
/* Query Description line */
.ResultHead {
	FONT-SIZE: 16px;
}

/* Result table title row */
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
/* Result table smaller font */
.ListingSmall {
	font-size:	10px;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 11px;  
}
/* For Feature listings author line */
.listingtagline {
	FONT-SIZE: 10px; 
}
/* For Event listings */
.listingdate {
	FONT-SIZE: 12px; 
}

/* For Manufacturer Listing */
.manufacturer_list {
	background-color: #FFFFFF;
	color:#666699;
	font-size: 12px;
	vertical-align: top;
}

/*** ALPHA MENU (SITEMAP) *************************************************/
A.alphaon:link {
	 FONT-SIZE: 13px; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}


/*** MENUS ******************************************/
/* Breadcrumb Trail Menu */
/* The Breadcrumb Trail DIV and non-link text */
#menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: gray;
}
#menu_trail a {
	COLOR: gray;
}

/* Category Jump Menu - firs style form, then select box */
#categorySelect {
	text-align: right;
}
#categorySelect select {
	width: 140px;
	FONT-SIZE: 11px;
	color: purple;
}
.menu_page {
	font-size: 12px;
	COLOR: gray;	
	clear: left;
}
a.menu_page
{
	font-size: 12px;
}

.menu_page2 {
	font-size: 10px;
	COLOR: #808080;
}
a.menu_page2
{
	font-size: 10px;
	COLOR: #808080;
}

.menu_page_title {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}


.menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: #808080;
}
a.menu_trail
{
	font-size: 12px;

}

/* Page Footer Menu */
.menu_footer {
	font-size: 11px;
	color : #fff;
}
.menu_footer A {
	font-size: 11px;
	color : #fff;
}
	
/* Copyright Notice DIV */
#copyright {
	font-size: 11px;
	color : #fff;
	display:inline;	
} 
#copyright a {
	color : #fff;
}

/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}


/* Admin Menu Links */
.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}




/* ---------- Styles for Tracking Page --------------------- */

th.track {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
	background-color : #B6B6B6;
}

td.trackbold {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}

td.track {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
}

td.track0 {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
	background-color : #F0F0F0;
}

td.track1 {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
	background-color : #FFFFFF;
}


/* ---------- Styles for Gift Registry Printing --------------------- */
.printregistry {
	border: 2px solid #000000;
	FONT-SIZE: 14px;
	font-family : Arial, Helvetica, sans-serif;
}








/* ---------- CW TITLE STYLES --------------------- */
/* ---------- CW TITLE STYLES --------------------- */
/* ---------- CW TITLE STYLES --------------------- */


html { min-height: 100%; margin-bottom: 1px; }
body { margin: 0px auto; font: 12px Arial,Tahoma; color: #000; background-color:#8cad2d; width: 100%;}
iframe{ border:none;}
img { border: 0px; display: block; }
table { border: 0px;}
table td { vertical-align:top; }
h1{ font-size:22px ; }
h2{ font-size:18px ; }
h3{ font-size:14px ; }

#layout { position: relative; width: 995px; height: auto; text-align: left; margin: 0px auto;  }

#head {width:975px; height:152px;}
/*
#nav td {background-color:#70b5c3; vertical-align:middle; text-align:center; padding:0px;  }
#nav a {font: bold 12px Arial,Tahoma; color:#FFF; text-decoration: none; padding-top:6px; padding-bottom:6px; display:block; width:100%; height:100%; }
#nav a:hover.g { background-color:#8cad2d; text-decoration: underline; }
#nav a:hover.y { background-color:#ffcb08; text-decoration: underline; }
*/
/* slideout menus */
.subnav_container{
 background-color:white ;
 color:#004b80 ;
 font-size:11px;
 border-bottom:1px solid #ddd;
 }
.subnav_container a{
 display:block ;
 padding:4px 5px 4px 5px ;
 font-size:11px;
 border-bottom:1px solid #ddd;
 }
.subnav_container a:hover{
 background-color: #8cad2d ;
 color:white ;
  font-size:11px;
 border-bottom:1px solid #ddd;
 }

.nBar {width:1px; height:26px;}
#nBtm {width:975px; height:3px;}
#nLeft {width:3px; height:26px;}
#nRight {width:3px; height:26px;}
#lBkg {width:263px; height:171px;}
#bLeft {width:3px; height:1px;}
#bRight {width:3px; height:1px;}

.head {width:331px; height:39px;}
.pix {width:256px; height:371px;}

#order td {padding:4px;}

#container { background-color:#FFF; width:429px; padding:25px 12px 12px 12px; }

.contact td {padding:4px;border-bottom:1px solid #ddd;}

.title {font: bold 14px Arial; color: #004b80;}

.arrow {font-size:14px;color:#ffcb08}


#foot { background-color:#8cad2d; width:975px; height:30px; vertical-align:middle; text-align:right; font-size: 11px; color: #FFF; }



.textareabox { font: 11px Arial,Verdana; border: 1px solid black; }
.selectbox { font-family: Arial,Verdana; font-size: 11px; }
.inputbox { font: 11px Arial,Verdana; border: 1px solid black; }
.inputbutton { font: bold 11px Arial,Verdana; background-color: #CCCCCC; border: 1px solid black; }

a { text-decoration: none; }
a:hover { text-decoration: underline;}
.placeonorderdesign
{
	font-family:Arial;
	font-size:small;
}

.maintable {
background: transparent url("../images/background.jpg") no-repeat 0 0;
}
.hometable {
background: transparent url("../images/background_home.jpg") no-repeat 0 0;
}
.lines {
background: #fff url("../images/lines.gif") repeat-y 0 0;
margin-top: 7px;
}

.bottom {
background: #fff url("../images/bottom.gif") no-repeat 0 0;
height: 22px;
font-size:5px;
margin-bottom: 9px;
}

.leftcolumn {
padding-left: 12px;
padding-top: 18px;
color:#fff;
}

.leftcolumn a{
color:#ffcb08;
text-decoration:underline;
}

.leftcolumn a:hover{
color:#fff;
}


.footer {
border-bottom:#8cad2d solid 12px;
}
.phone {
padding-right: 39px;
margin-top: 57px;

}

.logo {
padding-left: 211px;
margin-top: 15px;

}
.topnav {
margin-left: 1px;
margin-right: 1px;
background-color:#70b5c3;
height: 23px;


}
.flashmovie {
background-color:#004b80;
margin-bottom: 12px;



}
	  
/*------------------------------------------------------------------------------
NAVIGATION

Styles for navigation lists.  Markup should be formed so that nested ULs
are contained in their parent LI element.
------------------------------------------------------------------------------*/
ul.nav
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav li a
{
	
	margin: 0;
	display: block;
	padding: 3px 12px 2px 24px;
	background: transparent url("../images/nav-square.gif") no-repeat 13px 8px;
	
	color: #fff;
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
}
ul.nav a:hover
{
	color: #ffcb08;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	
	background-image: url("../images/nav-square.gif");
	color: #ffcb08;
}

/* for parent links not open/on */
ul.nav li a.parent
{
	background-image: url("../images/nav-square.gif");
}

/* for parent links that have a child element with on state */
ul.nav li a.parent-open
{
	background-image: url("../images/nav-square.gif");
	color: #ffcb08;
}

/* for parent links that are on */
ul.nav li a.parent-on
{
	color: #ffcb08;
	background-image: url("../images/nav-square.gif");
}
ul.nav ul.nav
{
	margin: 0;
	border: 0;
}
ul.nav ul.nav li a
{
	padding-left: 36px;
	background-position: 25px 8px;
}
ul.nav ul.nav ul.nav li a
{
	padding-left: 48px;
	background-position: 37px 8px;
}

     #myMenu .yuimenubaritem a.selected {
        text-decoration:none;
     }
     #myMenu .yuimenubaritem {
       padding:0 0 0 0;
	  text-indent:0;
	  border:0px 0 0 0;
	  text-decoration:none;
     }
	/* Hide the horizontal bar that displays at the top of every dropdown */
	#myMenu .yuimenu ul {     
	  list-style-type:none;     
	  margin:0;     
	  padding:4px 0; 
	  border:0px;
	  text-decoration:none;
	} 
	#myMenu .yuimenuitemlabel {
	    padding-left:4px;
	    padding-right:4px;
	    padding-top:2px;
	    padding-bottom:2px;
	    text-decoration:none;
	    	    font-weight:normal;
	}
	#myMenu .yuimenubaritemlabel {
    border-width:0 0 0 1px;
    border-style:solid;
    border-color:white;
	    margin: 0px 0px 0px 0px;
	    padding:4px 4px;
	    text-align:center;
	    text-decoration:none;
	}
	/* Hide the Horizontal Bar sub-menu indicator, but not any of the Vertical */
      #myMenu .yuimenuitemlabel .submenuindicator {
	 	margin-top:2px;
		margin-left:4px;
		margin-right:4px;
		display:-moz-inline-stack; /* Gecko */
		display:inline-block; /* IE, Opera and Safari */
		font:0/0 arial; /* Gecko */
		text-decoration:none;
      }
	 #myMenu .yuimenubaritemlabel .submenuindicator {
         visibility: hidden;
         width: 0px;
         height: 0px;
         padding: 0px 0px 0px 0px;
         margin: 0px 0px 0px 0px;
	    border:0px 0 0 0;
	    text-decoration:none;
      }
.returncode
{
font-size: 10px;
color: #ff0000;
margin:0px
}

.homecontent
{
padding-right: 21px;
}

