BODY {
background-color: #333333; 
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva;
font-size:10pt;
color: #EEEEEE;
margin-top: 5px;
}

P{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva;
font-size:10pt;
}

#outerBox
{
	margin-top: 0px;
	border: 1px solid #666666;
	width : 750px;
	text-align: left;
}

#innerBox
{
	text-align : center;
	width : 748px;
}

#tableBox
{
	border : 1px solid Silver;
	width : 580px;
}

#homeCategories
{
	text-align : center;
}

.imghomeCategories
{
	border: 1px solid #EEEEEE;
}

A {
	font-weight:normal;
	text-decoration: underline;
	color: #ADD8E6;
}


A:hover {
	color: #FAF0E6;
	text-decoration:underline;
}

#cataloglist
{
	border : thin outset Silver;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px 'Trebuchet MS';
width: 120px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #78ADDB;
border-right: 1px solid #78ADDB;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #6076B0; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #3399CC;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


