#menu{
margin: 5px 0 0 40px;
padding: 0;
}

#menu ul{
	margin: 0;
	margin-left: 15px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 9px;
	font: bold 12px Georgia;
	background: #003471 url(../images/leftround.gif) no-repeat bottom left; /*optional left round corner*/
}

* html #menu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#menu ul li{
display: inline;
}


#menu ul li a{
float: left;
color: #fff;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#menu ul li a:visited{
color: #fff;
}


#menu ul li a:hover, #menu ul li a#selected{
	/*hover and selected link*/
	color: #fff;
	background: transparent url(../images/pointer.gif) no-repeat bottom center;
}

#menu ul li a#rightcorner{
	padding-right: 0;
	padding-left: 2px;
	background: url(../images/rightround.gif) no-repeat bottom right; /*optional right round corner*/
}

/* Round corners */
.roundcont {

	background-color: #E5EBF2;
	color: #333;
}

.roundcont p{
	margin: 5px 15px 5px 10px;
}

.roundtop {
	background: url(../images/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
