/* CATEGORY MENU CSS */ #categoriesMenu{ background: url("http://www.cnbcom.com/graphics/panels/Categories.png") no-repeat 0 0; display:block; height:210px; position:relative; width:200px; } .category{ xbackground:#ccc; xborder:1px solid #11c; color:#11c; font:bold 12pt arial; height:22px; line-height:22px; margin:2px 0 2px 0; padding:0 0 0 8px; width:160px; } .categoryDesktopsActive{ background:url('http://www.cnbcom.com/graphics/categories/DesktopsRed.png') no-repeat 0 0; cursor:default; display:block; height:31px; outline:none; position:relative; top:44px; } .categoryDesktopsOff{ background:url('http://www.cnbcom.com/graphics/categories/DesktopsBlack.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:44px; } .categoryDesktopsOn{ background:url('http://www.cnbcom.com/graphics/categories/DesktopsGreen.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:44px; } .categoryNotebooksActive{ background:url('http://www.cnbcom.com/graphics/categories/NotebooksRed.png') no-repeat 0 0; cursor:default; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryNotebooksOff{ background:url('http://www.cnbcom.com/graphics/categories/NotebooksBlack.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryNotebooksOn{ background:url('http://www.cnbcom.com/graphics/categories/NotebooksGreen.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryLCDsActive{ background:url('http://www.cnbcom.com/graphics/categories/LCDsRed.png') no-repeat 0 0; cursor:default; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryLCDsOff{ background:url('http://www.cnbcom.com/graphics/categories/LCDsBlack.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryLCDsOn{ background:url('http://www.cnbcom.com/graphics/categories/LCDsGreen.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryServersActive{ background:url('http://www.cnbcom.com/graphics/categories/ServersRed.png') no-repeat 0 0; cursor:default; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryServersOff{ background:url('http://www.cnbcom.com/graphics/categories/ServersBlack.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryServersOn{ background:url('http://www.cnbcom.com/graphics/categories/ServersGreen.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryAccessoriesActive{ background:url('http://www.cnbcom.com/graphics/categories/AccessoriesRed.png') no-repeat 0 0; cursor:default; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryAccessoriesOff{ background:url('http://www.cnbcom.com/graphics/categories/AccessoriesBlack.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:45px; } .categoryAccessoriesOn{ background:url('http://www.cnbcom.com/graphics/categories/AccessoriesGreen.png') no-repeat 0 0; cursor:pointer; display:block; height:31px; outline:none; position:relative; top:45px; }