.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
	
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: underline;
}

.sideborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-color: #000000;
}
.bodytext9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.bottomborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

/* css for drop down menu*/
}
#menuList {
	position:relative;
	font-size:1em;
	z-index:100;
	margin: 0px;
	padding: 0px;
	
}

#mainMenu {
	position:relative; 
	background: #999999;
	
}

#menuList ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
}

#menuList li {
	z-index:100;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a.starter {
	z-index:100;
	margin: 12px; /*styles the space between mainnav items*/
	padding: 5px; /*styles the space between mainnav items*/
	text-decoration:none;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.starter:hover, a.starter:active, a.starter:focus {
	background-color: #cccccc;
	color: #000000;
}
#menubuilder, #stylelibrary, #aboutus {
	width: 120px;
}
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	width:150px;
	z-index: 100;
}
.menu li {
	width:100%;
	padding:5px;
}
.menu li a {
	background: #999999;
	z-index:100;
	color: #000;
	display: block;
	width:100%;
	font-size: 11px;
	padding:2px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	margin-top:-2px;
}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #cccccc;
	color: #000000;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0063;
}
.list {
	line-height: normal;
	list-style-type: disc;
}
.borderbl1 {
	border: 1px solid #000000;
}
.contHolderBox {
padding-bottom:5px;
padding-top: 5px;
padding-left:10px;
padding-right:10px;
}
