@charset "utf-8";
/* navbar */

html>body #navbar {
height:39px;
width: 955px;
margin: 0 auto;
font-family: Arial, Verdana, sans-serif, Tahoma;
font-size: .93em;
text-decoration: none;
text-align: left;
padding: 0 0 0 0;
}
#nav ul { /* all lists */
margin: 0;
padding-top: 5px ;
list-style: none;
line-height: 1;
}
#nav a {
display: block;
width: 10em;
text-decoration: none;
}
#nav a.navbutton {
background: #c60;
padding: 20px 0 4px 5px;
margin: 0 2px 2px 0;
font-weight: bold;
color:#000;
width: 5em;
}
#nav a.current {
background-color: #6796D1;
padding: 20px 0 4px 5px;
margin: 0 2px 0 0;
color: #FFF;
font-weight:bold;
text-decoration: none;
width: 5em;
}
#nav li { /* all list items */
float: left;
width: 80px;/* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
position: absolute;
background: none;
font-size: .8em;
width: 10em;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li { /* second-level lists */
padding: 0 0 2px 0;
}
#nav li ul a { /* second-level lists */
background: #c60;
color: #000;
padding: 2px 0 2px 5px;
}
#nav a.navbutton:hover {
background-color: #6796D1;
color: #FFF;
}
#nav li ul a:hover { /* second-level lists */
background-color: #6796D1;
color: #FFF;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}
/*****Global setting contact start***/
ul#contact {
float: left;
background-color: #c60;
width: 635px;
padding: 4px 0 3px 0;
font-size: .90em;
}
ul#contact li {
float: left;
padding: 0 5px 0 5px;
}
/**********Global setting contact end ***********************/
/*****paypal icons start ********/
#creditcards {
height: 25px;
}
ul#contact ul.paypalcards {
float: left;
padding: 0 0 0 0;
}
ul#contact ul.paypalcards li {
padding: 0 0 0 0;
height: 23px;
float: left;
}
/*****paypal icons end ********/
/************Global setting message for site start************/		
