/*body {
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background: url(body_bg.png) repeat-x;
}
*{outline: none;}
img {border: 0;}*/

.container {
   /*  background-image: url(../images/header_menu_bar.jpg) no-repeat;  */
    width: 980px;
	padding: 0;
	margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
   /*  background-image: url(../images/background_header.jpg);        */
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 14px;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	/*text-indent: -9999px; */
    text-decoration: none;
    color: #000000;
	height: 44px;
    text-indent: 5px;
    padding-left: 5px;
    padding-top: 10px;

}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {

    background: url(../images/nav_home.png) no-repeat;
	width: 78px;
    font-weight: bold;
}
ul#topnav a.products {
/*	background: url(../images/nav_products.png) no-repeat;
    background: url(../images/menuheader.jpg) repeat; */
	width: 105px;
  	font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top:10px;
    padding-left:15px;
    font-weight:bold;
    padding:0px;
}

ul#topnav a:hover{

  background-color: #dddddd;
  	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

    /*--top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

}


ul#topnav a.sale {
	background: url(../images/nav_sale.png) no-repeat;
	width: 124px;
}
ul#topnav a.community {
	background: url(../images/nav_community.png) no-repeat;
	width: 114px;
}
ul#topnav a.store {
	background: url(../images/nav_store.png) no-repeat;
	width: 141px;
}

ul#topnav li .sub {
	position: absolute;
	top: 35px; left: 0;
	background: #dddddd url(../images/sub_bg.png) repeat-x;
	/*padding: 20px 20px 20px;*/
    /*border: #000099 thick solid; */
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
    padding-left: 5px;
}

ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
 /*width: 120px; */
   width: auto;
    float: left;
}

ul#topnav .sub ul li {
	width: 100%;
	color: #000000;
}

ul#topnav .sub ul li h2 {
	padding: 0;
    margin: 0;
	font-size: 12px;
	font-weight: normal;
    background-color: #CFCFCF;
    padding-left: 5px;
    text-align: center;
    font-weight: bold;
}

ul#topnav .sub ul li h2:hover{
background-color: #1279EB;
}

ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
    font-weight: bold;
	color: #000000;
    width:100px;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 0px;

	display: block;
	text-decoration: none;
	color: #000000;

}

ul#topnav .sub ul li a:hover {

color: #dddddd;

background-position: 5px 12px;

background-color: #1279EB;

}

/*.background0{
  background-color: #9F9F9F;
}

.background1{
  background-color: #D3D3D3;
}*/

