@import url("css/menu.css");
html
{
    overflow: scroll;
}
body
{
	text-align: center;
	font-family: Arial;
	font-size: small;
	color: #646464;
	background-color: #E7E7E7;
}

#container
{
	width : 948px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#login
{
	text-align: right;
}

#navigation
{	
	float:left;	
	background-color: #000000;
	height: 82px;
	width:740px;
	background-image: url(images/top_panel_bottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}

.leftpane
{
	padding: 0px 10px 10px 10px;
	background-image: url(images/side_menu_bg.jpg);
	background-repeat:repeat-y;
	width: 184px;
	min-height: 218px;
	float:left;
	color: #ffffff;
}

.leftpane .treeview
{
	list-style: none;
	list-style-type:none;
	padding: 0 0 10px 14px;
	margin: 0 0 0 0;
}

.leftpane .treeview  li ul
{
	background-image: url(images/side_menu_bg2.jpg);	
	background-repeat: repeat;
}

.leftpane .treeview  li ul li
{
	margin: 0 0 0 0;
}


.leftpane .treeview  li ul li a
{
	width:156px;
	display:block;
	padding: 10px 10px 10px 10px;	
	background-image: none;
	background-color:Transparent;
}

.leftpane .treeview  li ul li a:hover
{
	width:156px;	
	display:block;
	background-image: none;
	background-color: #000000;
	color: #ffffff;
}

.leftpane .treeview li a
{
	color : #ffffff;
	width:156px;	
	display:block;
	background-repeat:no-repeat;
	background-image: url(images/left_menu_off.png);
	padding: 8px 0px 10px 10px;	
}

.leftpane .treeview li a:hover
{
	color : #000000;
	background-image: url(images/left_menu_on.png);
	text-decoration:none;
}

.leftpane .treeview li
{
	list-style: none;
	list-style-type:none;
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
}

.sidebarmenu UL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 167px; PADDING-RIGHT: 0px; FONT: 10px Verdana; PADDING-TOP: 0px
}
.sidebarmenu UL LI {
	POSITION: relative
}

.sidebarmenu UL LI UL {
	POSITION: absolute; 
	WIDTH: 176px; 
	VISIBILITY: hidden; 
	TOP: 0px;
	background-repeat: repeat-y;
}

* HTML .sidebarmenu UL LI {
	FLOAT: left; HEIGHT: 1%
}
* HTML .sidebarmenu UL LI A {
	HEIGHT: 1%
}

.leftpanecontent
{
	padding: 10px 0 0 0 0;	
	width: 164px;
}

.contentpane
{
	float:right;
	text-align: left;
	width: 740px;
	min-height: 200px;
}

#footer
{
	text-align:right;
	clear:both;
}

.footernavpane
{
	text-align:right;
	clear:both;
}

.NB_Store_MiniCartContent
{
	/*padding-bottom:10px;*/
}

.loginbox
{
	position:relative;
	top: -17px;
	background-image:url(images/menu2.png);
	background-repeat:no-repeat;
}

.searchbox
{
	margin-top:5px;
	position:relative;
	top: -17px;
	background-image:url(images/search.jpg);
	background-repeat:no-repeat;
	height:40px;
	text-align:left;
}









