/*
BetterCategoriesEzInfo v1.3.0.2 added  2006-06-22  gilby
Updated to v1.3.5   2006-09-19  gilby
*/

.betterCategories, .betterDocuments, .betterEzpages,
.betterInformation, .betterMoreinformation, .betterBestsellers {
	border-top: 1px solid #ffffff;
}

.betterCategories a, .betterCategories a:visited,
.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited {
	display: block;
	background-color: #E5D9E5;
	border-top: 2px solid #ffffff;
	padding: 4px;
}

.betterCategories a:hover, .betterCategories a:active,
.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover, .betterMoreinformation a:active,
.betterBestsellers a:hover, .betterBestsellers a:active {
	background-color: #d9bde6;
}

/*
.category-subs-selected, .category-subs-selected a:hover {
	font-weight: bold;
	text-decoration: none;
}
*/

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
top:30px !important; top:30px;
left:25px;
}

#cssdropdown li {
float: left;
position: relative;

}

.mainitems{
border: 1px solid #CACA4C;
background:#F9F963;
padding:4px;
font-size:15px;
text-align:center;
margin-right:2px;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
color:white;
font-weight:bold;

}
a.mainlink:link {
text-decoration: none;
color:black;
font-weight:bold;
}

a.mainlink:visited {
text-decoration: none;
color:black;
font-weight:bold;
}

a.mainlink:hover {
text-decoration: none;
color:red;
font-weight:bold;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #ffffff;
border: 1px solid #000000;

}

.subuls li{
width: 100%;
height:22px;
text-align:left;
}

.subuls li a{
text-decoration: none;

}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;color:white;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}



a.sublink:link {
text-decoration: none;
color:#000000;
font-weight:bold;
}

a.sublink:visited {
color:#000000;
}

a.sublink:hover, active {
color:red;
}