.mainmenu {
margin-left:45px;
padding:0; 
list-style-type:none;
z-index:9999;
	font-size: 15px;
	font-family: 'Trebuchet MS';
	position:relative;


}
.mainmenu ul {
	padding:0;
	margin:0;
	list-style-type:none; /* for Firefox */

}
.mainmenu li {
float:left; position:relative; margin:0; padding: 0;


}
.mainmenu li a, .mainmenu li a:visited {
display:block; text-decoration:none; color:#000; float:left; color:#002b5c; 
	font-weight: bold;
	height:2.7em; line-height:2.7em; 
	border-right: 1px solid #ddd;
	
padding: 0 10px 0 10px;

}

.mainmenu li a#rightmost, .mainmenu li a:visited#rightmost {
	border-right: 0;
}
.mainmenu li a:hover {
	color: #007cc2;
	
}



.mainmenu li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden; z-index: 9999;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.mainmenu li:hover a,
.mainmenu li a:hover {
text-decoration:none; 
background: transparent;

}
.mainmenu li:hover ul,
.mainmenu li a:hover ul {
visibility:visible; height:auto; width:15em; border: 1px solid #ccc; left:-0.1em; top:3.1em; background:#FBFBFB; font-size: 13px;
}
.mainmenu li:hover ul li a,
.mainmenu li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1em; padding:0.5em; width:15em;
color:#002b5c;
}


.mainmenu li:hover ul li a:hover,
.mainmenu li a:hover ul li a:hover {
background: #dedede;
color:#007cc2;
width:15em;
}




ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	position:relative;
	z-index:999;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(../layout/nav_home.png) no-repeat;
	width: 78px; 
}
ul#topnav a.products {
	background: url(../layout/nav_products.png) no-repeat;
	width: 117px; 
}
ul#topnav a.sale {
	background: url(../layout/nav_sale.png) no-repeat;
	width: 124px; 
}
ul#topnav a.community {
	background: url(../layout/nav_community.png) no-repeat;
	width: 124px; 
}
ul#topnav a.store {
	background: url(../layout/nav_store.png) no-repeat;
	width: 141px; 
}
 
 
ul#topnav li .subtopnav {
	position: absolute;	
	top: 44px; left: 0;
	background: #344c00 url(../layout/sub_bg.png) repeat-x;
	padding: 20px 20px 20px;
	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;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .subtopnav ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .subtopnav ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .subtopnav ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .subtopnav ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .subtopnav ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../layout/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .subtopnav ul li a:hover {color: #ddd; background-position: 5px 12px ;}
