
.greyText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* 11  */
	font-weight: bold;
	color: #0285a3;
	text-decoration: none;
}


.rightboxtextNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;			/* 12 */
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #AFD6E0;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #F0F9FA;
}

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

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

.mainitems{
	background-image: url(../images/menu-mid-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mainitems a{
	color: #FFFFFF;
	text-decoration: none;
}

.mainitems a:hover {
	color: #000000;
	text-decoration: none;
}

.mainitems img {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #0285a3;
border: 1px solid black;
}

.subuls li{
width: 100%;
}

.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;
}*/
