/* HardGlam Top */
.hardglam_top {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 31px;
	background: #000000;
	font-family: Arial;
}

.hardglam_top a:link { text-decoration : none; color : #FFFFFF; border: 0px;} 
.hardglam_top a:active { text-decoration : none; color : #FFFFFF; border: 0px;} 
.hardglam_top a:visited { text-decoration : none; color : #FFFFFF; border: 0px;} 
.hardglam_top a:hover { text-decoration : none; color : #FFFFFF; border: 0px;} 

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

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

.mainitems{
font-size: 11px;
border: 1px solid black;
background-color: #000000;
}

.mainitems a{
font-size: 11px;
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

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

.subuls li{
   width: 150px;
	height: 22px;
	border-bottom: 1px solid white;
	vertical-align: middle;
	padding-top: 4px;
}

.subuls li a{
text-decoration: underline;
}

#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;
}

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